[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
passing options to fping command
- To: hobbit mailing list <hobbit (at) hswn.dk>
- Subject: passing options to fping command
- From: Tom Georgoulias <tomg (at) mcclatchyinteractive.com>
- Date: Wed, 26 Jul 2006 11:03:57 -0400
- Organization: McClatchy Interactive
- User-agent: Thunderbird 1.5.0.4 (X11/20060614)
I'd like to increase the retry count for fping from the default of 3 to
5-6, and I'm not sure my change is taking effect.
In hobbitserver.cfg, I've passed "-r5" to the FPING variable.
FPING="/usr/sbin/fping -r5"
Checking the bb-network.log file, it appears that fping is still using
the default flags "OrdAstILe":
status hostname.conn green <!-- [flags:OrdAstILe] --> Wed Jul 26
10:44:20 2006 conn ok
What am I doing wrong?
Tom