[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] How can I set an alert if the ping response time is over a threshold?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] How can I set an alert if the ping response time is over a threshold?
- From: Buchan Milne <bgmilne (at) staff.telkomsa.net>
- Date: Fri, 8 Jan 2010 16:13:54 +0100
- Cc: wiskbroom (at) hotmail.com, jason (at) hands4christ.org
- References: <261E4C2F69FE064286B5E84262CE5F92723120 (at) leisure-mail.Leisure.com> <201001080915.38091.bgmilne (at) staff.telkomsa.net> <BAY133-W14BA086CE07970489BF6B8B4700 (at) phx.gbl>
- User-agent: KMail/1.12.2 (Linux/2.6.31.6-desktop-1mnb; KDE/4.3.2; x86_64; ; )
On Friday, 8 January 2010 14:34:17 wiskbroom (at) hotmail.com 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