Xymon Mailing List Archive search

Monitoring Process on FreeBSD

3 messages in this thread

list Stéphane Angot · Mon, 11 Jun 2007 11:51:19 +0200 ·
Hi,

I've been using Hobbit 4.2 on my FreeBSD box for a week now and It works just fine :)

Now, I'm wondering to monitor processes on my boxe. For that achievement, I just add those lines to the ~/client/etc/hobbitclient.cfg :

HOST=xx.yy.zz
        PROC    server_linux

I restarted hobbit server and all clients, but hobbit does not take this parameter... It says me that I have "no process checks defined"...

Is my configuration false?

Thanks.

PS : I also tried to add theses lines to the ~/client/etc/localclient.cfg without success...
list Henrik Størner · Mon, 11 Jun 2007 12:52:25 +0200 ·
quoted from Stéphane Angot
On Mon, Jun 11, 2007 at 11:51:19AM +0200, St?phane ANGOT wrote:
Now, I'm wondering to monitor processes on my boxe. For that 
achievement, I just add those lines to the ~/client/etc/hobbitclient.cfg :
Wrong file. You should change ~hobbit/server/etc/hobbit-clients.cfg
on the Hobbit server.

And there's no reason to restart anything - it will pick up the change
automatically after 5-10 minutes when the next client update arrives.
HOST=xx.yy.zz
       PROC    server_linux
Your syntax is OK, it's just the wrong file you edited.


Regards,
Henrik
list Robin Tiwari · Mon, 11 Jun 2007 16:54:18 +0545 ·
Hi,
your configuration seems right
i have added sample configuration once again here it is:
hobbit-clients.cfg
HOST=your.hostname.com
        PROC java 2 5 yellow TRACK
 also add in your hobbitclient.cfg
BBDISP="ip_of_your_hobbit_server"

hope this will works
Regards
Robin Tiwari
quoted from Stéphane Angot


On 6/11/07, Stéphane ANGOT <user-2c637d2fea41@xymon.invalid> wrote:
Hi,

I've been using Hobbit 4.2 on my FreeBSD box for a week now and It works
just fine :)

Now, I'm wondering to monitor processes on my boxe. For that
achievement, I just add those lines to the ~/client/etc/hobbitclient.cfg :

HOST=xx.yy.zz
        PROC    server_linux

I restarted hobbit server and all clients, but hobbit does not take this
parameter... It says me that I have "no process checks defined"...

Is my configuration false?

Thanks.

PS : I also tried to add theses lines to the
~/client/etc/localclient.cfg without success...