[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Re: Hobbit server/client, Nagios server ?! (fwd)
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Re: Hobbit server/client, Nagios server ?! (fwd)
- From: Ralph Mitchell <ralphmitchell (at) gmail.com>
- Date: Sat, 14 Mar 2009 12:34:21 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=ondTBnPQEYibvMREhgcz663bMpm5ZEGsTr82pWJ+Zx8=; b=B3yp1mydsxTOURHn8fana/qJbNsnjREXHxpF2BdLT0Gzs6Ps17rT1xaMs9AHaXJUUL qgJLOJUprcop+iEYGso1zZa9TStMpyHpop4oaCUNZsq1KsCrDnq/glmWQhlJsznSQ1gn dcyj1wljNNJQNaWaJIGoMbtkE+FV6XNS3NQ/E=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Lnqu3xy4IQjYjitjxTuUTrnl6tCMFvUzc80mHgTkA5IIV3yrqJCGfo3D7t9xzCKTdO epOPzR6brQDhKQtZXo0JOhZ5bPdSscSX1CnIwqEJYqvjnuLfodLwlPlT1UCvTQ2yKZmA uvGXFROAnDiJ9yK1cOii5di9+VQrmF3Zzt/xE=
- References: <1F7B01020EC4D04DA17703634B9E888E09BFE910 (at) ULPGCTMVMAI003.EU.COLT> <Pine.LNX.4.64.0903131657090.26034 (at) pal32.desy.de> <40a29212ff3ded14991a08d311545e0f.squirrel (at) home.yoshiwara.org.uk>
On Sat, Mar 14, 2009 at 5:50 AM, carl Inglis <carl (at) yoshiwara.org.uk> wrote:
> Hi all,
>
> One point which I think has been missed - Nagios can accept "Passive
> Checks", so in theory XyMon could report to Nagios:
>
> On my nagios server the relevant documentation is found under:
> http://[server]/nagios/docs/passivechecks.html
>
> Hope that helps!
>
> Regards,
>
> Carl
I think I actually had this working at one time. I used the NSCA addon to
feed Xymon info to Nagios in the form of passive checks. I'm fairly sure I
used, or at least looked at using, the hobbitd_sample program to catch
status messages passing through Xymon. See the man page here:
http://hobbitmon.sourceforge.net/docs/man8/hobbitd_sample.8.html
The source for that is in the Xymon source tree, so it gets compiled and
installed along with everything else. You could either alter the source to
make the send_nsca() call directly, or at least execute an external script
with appropriate arguments,
You'll also need to have the NSCA receiver running on the Nagios server, but
that might be there already.
I no longer have access to my old Hobbit server, but I might have a backup
copy somewhere...
Ralph Mitchell