So, I'm a little confused still by Min and Max thresholds, especially as the #x AFTER the trigger isn't documented anywhere, that I see.
For example:
item = ping check
check interval = 60s
I want a trigger that says:
If the check has failed 3 out of the past 5 checks, trigger.
Would I write that as:
{Template_Name:icmpping.max(#5)}#3
or
{Template_Name:icmpping.max(#5)}=3
or
what?
I'm just confused as to what the numbers after the # represent OUTSIDE of the max function.
Same goes for min.
Thanks,
Michael
For example:
item = ping check
check interval = 60s
I want a trigger that says:
If the check has failed 3 out of the past 5 checks, trigger.
Would I write that as:
{Template_Name:icmpping.max(#5)}#3
or
{Template_Name:icmpping.max(#5)}=3
or
what?
I'm just confused as to what the numbers after the # represent OUTSIDE of the max function.
Same goes for min.
Thanks,
Michael
Comment