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
> 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
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