I'm trying to modify the standard "Host unreachable" trigger from the default Linux template so that it doesn't fire until the host has been unreachable for ten minutes.
To accomplish this I wanted to use status.min(600)=2 which means "if the smallest value in the last ten minutes is 2" but the even though the item value becomes 2 when I cut off the test node using the firewall the trigger never fires.
Any ideas what might be the issue here?
To accomplish this I wanted to use status.min(600)=2 which means "if the smallest value in the last ten minutes is 2" but the even though the item value becomes 2 when I cut off the test node using the firewall the trigger never fires.
Any ideas what might be the issue here?