Xymon Mailing List Archive search

sorry for the constant revision (was: re: purple haze)

list Henrik Størner
Tue, 1 Nov 2005 22:23:12 +0100
Message-Id: <user-c3fbf338b97b@xymon.invalid>

On Tue, Nov 01, 2005 at 02:40:48PM -0500, Rob Munsch wrote:
Last email for a while, i promise; i'm chainsmoking packets at this 
point.  but i found this-

---
2005-11-01 14:14:20 TCP tests completed normally
2005-11-01 14:14:20 Execution of 'fping -Ae' failed with error-code 99
2005-11-01 14:14:20 Sending results for service conn
---

Okay, it can't find fping.  But...
---
hobbit at randomaccess ~/server/bin $ more ../etc/hobbitserver.cfg |grep fping
# Make sure the path includes the directories where you have fping, mail 
and (optionally) ntpdate installed,
FPING="/usr/sbin/fping"                                 # Path and options for the 'fping' program.
This is pretty odd, because with that FPING setting you should also
see /usr/sbin/fping in the logfile entry - it should read
2005-11-01 14:14:20 Execution of '/usr/sbin/fping -Ae' failed with error-code 99

Could you check your hobbitlaunch.cfg file ? [bbnet] section should be

[bbnet]
	ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg
	NEEDS hobbitd
	CMD bbtest-net --report --ping --checkresponse
	LOGFILE $BBSERVERLOGS/bb-network.log
	INTERVAL 5m

I suspect that maybe the ENVFILE setting is missing or points to the
wrong file ...
[bbnet]
       ENVFILE /home/hobbit/server/etc/hobbitserver.cfg
Hrm, so you did that.


What happens if you run

   bbcmd --env=/home/hobbit/server/etc/hobbitserver.cfg bbtest-net --ping 

?


Henrik