Xymon Mailing List Archive search

bb-bbexttab?

4 messages in this thread

list Bruce Lysik · Tue, 18 Jan 2005 16:11:41 -0800 ·
Hi,

Does hobbit use the bb-bbexttab file?  I'm trying to find how to define
external checks to run.

Thanks.

--
Bruce Z. Lysik  <user-4e63a10f8934@xymon.invalid>
Operations Engineer
list Kimberly McKinnis · Tue, 18 Jan 2005 16:32:41 -0800 ·
The bb client still does this. Hobbit doesn't have a client side app
yet. It confused me at first, but basically, Hobbit just replaces the BB
server and the BB client talks to it like normal. It's quite easy, and
Hobbit is way more efficient than BB server. 
quoted from Bruce Lysik

-----Original Message-----
From: Bruce Lysik [mailto:user-4e63a10f8934@xymon.invalid] 
Sent: Tuesday, January 18, 2005 4:12 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] bb-bbexttab?


Hi,

Does hobbit use the bb-bbexttab file?  I'm trying to find how to define
external checks to run.

Thanks.

--
Bruce Z. Lysik  <user-4e63a10f8934@xymon.invalid>
Operations Engineer
list Bruce Lysik · Tue, 18 Jan 2005 16:42:46 -0800 ·
Ah!  Okay, this makes sense.  I forgot that the big brother instance I'm
upgrading from was when server/client was the same.  This makes more sense
now.  Thanks.
quoted from Kimberly McKinnis

--
Bruce Z. Lysik  <user-4e63a10f8934@xymon.invalid>
Operations Engineer

-----Original Message-----
From: Kimberly McKinnis [mailto:user-14c9913b173c@xymon.invalid]
Sent: Tuesday, January 18, 2005 4:33 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: RE: [hobbit] bb-bbexttab?


The bb client still does this. Hobbit doesn't have a client side app
yet. It confused me at first, but basically, Hobbit just replaces the BB
server and the BB client talks to it like normal. It's quite easy, and
Hobbit is way more efficient than BB server. 
-----Original Message-----
From: Bruce Lysik [mailto:user-4e63a10f8934@xymon.invalid] Sent: Tuesday, January 18, 2005 4:12 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] bb-bbexttab?


Hi,

Does hobbit use the bb-bbexttab file?  I'm trying to find how to define
external checks to run.

Thanks.

--
Bruce Z. Lysik  <user-4e63a10f8934@xymon.invalid>
Operations Engineer

list Wim de Houwer · Wed, 19 Jan 2005 08:06:15 +0100 ·
Hey Bruce,

If you have server-side checks that need to be done (e.g. Snmp query to
alot of clients or in this case check if mysql server is running) 
you can add some lines to hobbitlaunch.cfg

[mysql]
        ENVFILE /usr/local/hobbit/server/etc/hobbitserver.cfg
        NEEDS hobbitd
        CMD $BBHOME/ext/bb-mysql.pl
        LOGFILE $BBSERVERLOGS/bb-mysql.log
        INTERVAL 5m

This is the same as the hobbit processes themselves
Setting the environment, say that it needs hobbitd, which command to
execute, to which file to log messages, and how often to fire the
script.

I use it like this, the only thing you need to take into account is that
for shell scripts the variables as they were defined in the old BB
(grep, awk, ...) are not in the environment so you have to add them to
your script.

Cheers,

Wim
quoted from Bruce Lysik

-----Original Message-----
From: Bruce Lysik [mailto:user-4e63a10f8934@xymon.invalid] 
Sent: woensdag 19 januari 2005 1:12
To: user-ae9b8668bcde@xymon.invalid
Subject: [hobbit] bb-bbexttab?


Hi,

Does hobbit use the bb-bbexttab file?  I'm trying to find how to define
external checks to run.

Thanks.

--
Bruce Z. Lysik  <user-4e63a10f8934@xymon.invalid>
Operations Engineer