One of the behaviors of the log message monitor is it only sends logs if there is a problem. I think they hang around for 30 minutes or so. Not exactly clear if it is triggering and not sending.
=G=
-----Original Message-----
From: L.M.J [mailto:user-78bb6d5d9024@xymon.invalid]
Sent: Tuesday, September 09, 2008 2:29 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Problem to check logs with Hobbit
Hello,
On Mon, 08 Sep 2008 15:50:39 +0200, Rolf Schrittenlocher
<user-ea9d95bffcf0@xymon.invalid> wrote:
Hi,
don't you need localclient.cfg on the server (who is a client, too) as
well?
Regards
Rolf
I also added this on the localclient.cfg file from the server :
$ cat localclient.cfg
...
HOST=Suspendisse
LOG /var/log/messages MARK COLOR=RED
...
$
But I don't have any logs coming up in the Hobbit web interface : The
client did not report any logfile data
Where could be the problem? Anyone here check its log files without any
problem?
Hello,
I've posted a couple of month but after hours & hours of tests, I
still
can't check logs with Hobbit. I'm running a Hobbit server on Linux
Ubuntu
and a Hobbit client with 'client side configuration' on Ubuntu or RHEL.
On my client computer called "Suspendisse" :
$ cat localclient.cfg
...
# LOG
LOG /var/log/messages MARK COLOR=RED
...
$
For this example, I will go get a red alert when a "MARK"
Then, on my Hobbit server called "Fusce" :
$ cat hobbit-clients.cfg
...
HOST=Suspendisse
LOG /var/log/messages MARK COLOR=RED
...
$
That's what I've read on the Hobbit man page but it doesn't work. The
log doesn't appear
on my Hobbit web pages. What I'm doing wrong ?