Thank you very much, both works as expected!
Am 11/26/2016 um 10:04 PM schrieb Thomas Gelf:
Hi Dirk!
Am 26.11.2016 um 21:54 schrieb Dirk Roeder:
command = [ PluginDir + "/debug" + "-v"]
I guess this is what you're looking for:
command = [ PluginDir + "/debug", "-v"]
* How can I
Hello together,
I'm struggeling with 2 things about own command definitions.
We have started using individual Checks Script, so we have to define own
commands. In general this works fine following to documentation, but I
stumpled upon two issues:
* How can I append arguments every time? So w
Hi Dirk!
Am 26.11.2016 um 21:54 schrieb Dirk Roeder:
> command = [ PluginDir + "/debug" + "-v"]
I guess this is what you're looking for:
command = [ PluginDir + "/debug", "-v"]
> * How can I append empty arguments based on a variable content? So I
> could use 2 different variables, but
Hi all!
I have a problem with Icinga scheduler's functionality. Once the host is
unreachable, scheduler isn't start to using the retry_interval to check
host's reachability, but it still using check_interval. Because the
max_check_attempt parameter is set to 3, after 3 attempts the system
changes