[Bacula-devel] Nagios plugin for regression testing

2010-11-15 Thread Dan Langille
FYI Original Message Subject: [Bacula-users] Nagios plugin for regression testing Date: Mon, 15 Nov 2010 21:50:42 -0500 From: Dan Langille Organization: The FreeBSD Diary To: bacula-users Here is my nagios script for verifying that my regression tests are showing up on the ser

Re: [Bacula-devel] Nagios Plugin

2009-08-12 Thread Kern Sibbald
Hello, As someone pointed out, I think there is already a nagios plugin. If I am not mistaken, the existing plugin checks in a way that does not disrupt Bacula -- you might want to look at that code. If after checking out what already exists, please let me know if you still think your plugin s

Re: [Bacula-devel] Nagios Plugin

2009-08-06 Thread Masopust, Christian
@lists.sourceforge.net > Subject: [Bacula-devel] Nagios Plugin > > Good day, > I'm currently writing a status check for bacula via a nagios > plugin. I'm > am having some trouble with the heartbeat signal, sending > bnet_sig(sock, BNET_HEARTBEAT) only returns

[Bacula-devel] Nagios Plugin

2009-08-06 Thread rmostert
Good day, I'm currently writing a status check for bacula via a nagios plugin. I'm am having some trouble with the heartbeat signal, sending bnet_sig(sock, BNET_HEARTBEAT) only returns a BNET_TERMINATE signal. Can the BNET_HEARTBEAT called like this? On a side note, what would be required for