Hiya,<br><br>I'm trying to get the msgs test to work with Hobbit (xymon 4.2.3) in local mode.<br><br>I've got the following in my clientlaunch.cfg<br><br># The main client task<br>[client]<br>        ENVFILE $HOBBITCLIENTHOME/etc/hobbitclient.cfg<br>
        CMD $HOBBITCLIENTHOME/bin/hobbitclient.sh --local<br>        LOGFILE $HOBBITCLIENTHOME/logs/hobbitclient.log<br>        INTERVAL 5m<br><br>Which is supposed to run the client with --local mode.<br><br>Other tests work.<br>
<br>Hobbit reports the status as "clear" with the message "The client did not report any logfile data" no matter what is in /var/log/messages.<br><br>I've got <br><br>LOG /var/log/messages %error|ERROR<br>
<br>In etc/localclient.cfg<br><br>Other directives in localclient.cfg (for example PROC, or PORT) are respected and appear to work as documented.<br><br>I think I've tracked down the problem to the $LOGFETCHCFG file never getting created. I don't quite understand the code, but I think it's supposed to fetch some config from the server into a file in =$BBTMP/logfetch.$MACHINEDOTS.cfg, which never gets created.<br>
<br>This file is never created despite the server having the following in client-local.cfg:<br><br>[linux]<br>log:/var/log/messages:10240<br>ignore MARK<br><br>The system is identifying itself as "linux".<br><br>
Any ideas?<br><br>Regards<br><br>Mark<br>