In <user-5dbee792cf6d@xymon.invalid> Ryan Novosielski <user-ae4522577e16@xymon.invalid> writes:
[hobbitclient]
ENVFILE /opt/xymon-4.2.3/client/etc/hobbitclient.cfg
NEEDS hobbitd
CMD /opt/xymon-4.2.3/client/bin/hobbitclient.sh
LOGFILE $BBSERVERLOGS/hobbitclient.log
INTERVAL 5m
I checked to see where this LOGFILE is supposed to be going:
BBSERVERLOGS="/opt/xymon-4.2.3/log"
So I looked in there:
ls -la /opt/xymon-4.2.3/log/
total 3228
drwxr-xr-x 2 xymon daemon 512 Jan 13 15:48 .
drwxr-xr-x 9 root root 512 Sep 16 2009 ..
- -rw-r--r-- 1 xymon daemon 1550037 Dec 23 15:47 bb-network.log
- -rw-r--r-- 1 xymon daemon 74080 Jul 26 16:39 bb-retest.log
- -rw-r--r-- 1 xymon daemon 9314 Jan 13 15:48 hobbitlaunch.log
- -rw-r--r-- 1 xymon daemon 5 Jan 13 15:48 hobbitlaunch.pid
No such file.
The "NEEDS hobbitd" line means that the "hobbitd" task must be started,
before "hobbitclient" will run. Since there is no "hobbitd.log" in
that directory either, I assume you have disabled the "hobbitd" task.
Perhaps this is a server that only runs network tests ?
Anyway, remove the "NEEDS hobbitd" line, and it should start up
just fine.
Regards,
Henrik