Re: [icinga-users] Question about Commands and Arguments

2016-11-27 Thread Michael Friedrich
Top answer :) > set_if = {{ return macro("$valtest$") == "foo }} Should read > set_if = {{ return macro("$valtest$") == “foo" }} Kind regards, Michael > On 26 Nov 2016, at 22:04, Thomas Gelf wrote: > > Hi Dirk! > > Am 26.11.2016 um 21:54 schrieb Dirk Roeder: >>command = [ PluginDir + "/de

Re: [icinga-users] Icinga v1 scheduler problem

2016-11-27 Thread Michael Friedrich
> On 26 Nov 2016, at 18:10, Szabó Gergő wrote: > > 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_at

[icinga-users] Re-notifications with interval = 0

2016-11-27 Thread Lee Clemens
Hello, I have the following Notification template and apply it as below. This is working, except if the service remains Warning or Critical - notifications continue to be sent based on the service's check interval. My understanding was that interval = 0 should disable such re-notifications, bu