Hello all -
I currently have the following trigger:
{server01:status.last(0)}=2
I understand that the "last(0)" is the most recent value. What does the "2" signify?
Also, I'd like to make this trigger "less sensitive", IE: check the last 3 responses so that the trigger only fires if 3 server.status checks are bad - how would I accomplish this?
Thanks!
I currently have the following trigger:
{server01:status.last(0)}=2
I understand that the "last(0)" is the most recent value. What does the "2" signify?
Also, I'd like to make this trigger "less sensitive", IE: check the last 3 responses so that the trigger only fires if 3 server.status checks are bad - how would I accomplish this?
Thanks!
Comment