Xymon Mailing List Archive search

How can I set an alert if the ping response time is over a threshold?

list Buchan Milne
Fri, 8 Jan 2010 16:13:54 +0100
Message-Id: <user-94b8812fe831@xymon.invalid>

On Friday, 8 January 2010 14:34:17 user-ddebaeecde97@xymon.invalid wrote:
Thanks Buchan;

I've added the options you've mentioned, although from the commandline I do
 not see any difference in its output.
It's not the output that's the issue is it? Isn't it the time that it takes to 
time out that is the problem.

[bgmilne at tiger ~]$ time -f %e fping -Ae 192.168.111.111
192.168.111.111 is unreachable
Command exited with non-zero status 1
4.08
[bgmilne at tiger ~]$ time -f %e fping -t50 -r2 -B1 -Ae 192.168.111.111
192.168.111.111 is unreachable
Command exited with non-zero status 1
0.15


Regards,
Buchan