I admit, there's a chance I do not understand how this works. But believe me when I say I've read the manual and many sites via Google.
Looking at the following trigger expression I believe the status of the server would need to be "2" three times before the trigger "triggers". Correct? This trigger is triggering after a single value of "2".
{server1:status.max(#3)}=2
Here's another:
This trigger should only trigger if http_perf returns "0" three times in a row, correct? However, it's triggering after a single value of "0".
{server1:http_perf.max(#3)}=0
Someone please explain what I'm missing. I'm coming from Nagios and we're now losing sleep due to the false alarms.
Kevin
Looking at the following trigger expression I believe the status of the server would need to be "2" three times before the trigger "triggers". Correct? This trigger is triggering after a single value of "2".
{server1:status.max(#3)}=2
Here's another:
This trigger should only trigger if http_perf returns "0" three times in a row, correct? However, it's triggering after a single value of "0".
{server1:http_perf.max(#3)}=0
Someone please explain what I'm missing. I'm coming from Nagios and we're now losing sleep due to the false alarms.
Kevin
Comment