passing options to fping command
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