I'm trying to figure out how to setup notifications for Icinga 2 (using
Director - brand new setup from a blank slate) such that they escalate in the
same way I currently have them setup in icinga 1. My current escalation setup
is as follows:
Initial notice:
first notification
Whats the best way to run arbitrary checks from arbitrary commands without
actually defining a "check_command"?
There are a couple of ways i can think of
* use "by_ssh" and provide the arbitrary command as parameter..
* create a check command with "/bin/bash" and pass the command as parameter.
Am