Hey Guys,
I currently have a trigger where if the time on one of my hosts is off by more than 5 seconds it triggers an alarm.
I've accomplished it by using the following:
{hostname:system.localtime.fuzzytime(5)}=0
The item is checked once every 60 seconds.
I was wondering if its possible to expand this trigger.
So instead of alarming straightaway when the system.localtime is off by more than 5 seconds, I would like the item to be checked three times and failed three times for the alarm to be triggered.
Is this possible to do?
I currently have a trigger where if the time on one of my hosts is off by more than 5 seconds it triggers an alarm.
I've accomplished it by using the following:
{hostname:system.localtime.fuzzytime(5)}=0
The item is checked once every 60 seconds.
I was wondering if its possible to expand this trigger.
So instead of alarming straightaway when the system.localtime is off by more than 5 seconds, I would like the item to be checked three times and failed three times for the alarm to be triggered.
Is this possible to do?
Comment