Alexei,
Can icmppingsec be used in a trigger to detect when a host is down/unreachable/no_ping_reply? I need to graph and store the ping values for different routers, and therefor use the icmppingsec on each of the hosts.
Now I want to set up a trigger/alerting when the host is down. Can host:icmpingsec.last(0)=0 be used, or does this only work with icmpping? What value does icmppingsec return in case of a ping timeout?
All other simple check xxx_perf items return zero when down and a time value when up, so I guess icmppingsec should support the same? If this currently doesn't do that, then I suggest implementing it, otherwise I would have to add an additional icmpping item to all hosts, just to check if they're down.
regards, tom.
Can icmppingsec be used in a trigger to detect when a host is down/unreachable/no_ping_reply? I need to graph and store the ping values for different routers, and therefor use the icmppingsec on each of the hosts.
Now I want to set up a trigger/alerting when the host is down. Can host:icmpingsec.last(0)=0 be used, or does this only work with icmpping? What value does icmppingsec return in case of a ping timeout?
All other simple check xxx_perf items return zero when down and a time value when up, so I guess icmppingsec should support the same? If this currently doesn't do that, then I suggest implementing it, otherwise I would have to add an additional icmpping item to all hosts, just to check if they're down.
regards, tom.
Comment