Xymon Mailing List Archive search

passing options to fping command

list Tom Georgoulias
Wed, 26 Jul 2006 11:03:57 -0400
Message-Id: <user-c69e3f8ab087@xymon.invalid>

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