I've done a bit of searching around on the forums and fiddling a bit on my own, but I can't seem to get this to work. I've tried making a trigger as follows:
if (host:agent.ping.last(#2)==0)&(host:agent.ping.las t(#1)==0) { Disaster }
but the interface doesn't want to accept it. The basic functionality I want is to detect if something was just momentarily flapping, or has been down for a long enough period of time. If anyone can assist, I'd be most thankful.
if (host:agent.ping.last(#2)==0)&(host:agent.ping.las t(#1)==0) { Disaster }
but the interface doesn't want to accept it. The basic functionality I want is to detect if something was just momentarily flapping, or has been down for a long enough period of time. If anyone can assist, I'd be most thankful.