hello,

I wrote something up about monitoring with Nagios, I prefer monitoring
each server being backed up for backup status, this means that even if
I accidently delete/disable a host from bacula configs I'd still pick
it up with my nagios:
http://www.devco.net/pubwiki/Bacula/MonitoringWithNagios

You can also create a hourly job that does a watchdog type thing for
your nagios: 
http://www.bacula.org/rel-manual/Tips_Suggestions.html#SECTION000355000000000000000

That way you can be sure your backups are working end to end without
connecting to the daemon ports and confusing them.

On 31/07/06, Peter Sjoberg <[EMAIL PROTECTED]> wrote:
> On Fri, 2006-07-28 at 15:04 +0200, Bartosz Piec wrote:
> > Hello,
> >
> > I'm using Nagios to monitor Bacula server. To do this, I'm connecting on
> > the TCP 9101 port to see if connection can be established. Every time
> > Nagios connects, I'm getting an e-mail saying:
> >
> > 28-Jul 14:57 my-director: ERROR in authenticate.c:269 UA Hello from
> > client:my.nagios.host.ip:36131 is invalid. Len=0
> >
> > How to get rid of this? I want do disable _only_ this type of e-mails.
> Don't know how to get rid of that without possible loosing other mails
> also (besides using something like procmail)
>
> What you could do is to do a little more complete check by doing
> something like
>   echo status client=sisko-fd|./bconsole
> and parse the output. Then you can also check for hung jobs and stuff.
> You could also check the other parts by
>   echo status client=remote-fd|./bconsole
>   echo status storage=File|./bconsole
>   echo status dir|./bconsole
>
> If you write a nagios plugin, please post it. I just started playing
> with nagios and wouldn't mind checking bacula also but haven't looked
> around for any existing plugin.
>
> >
> --
> -------------------------------------------------------------------
> Techwiz, Peter Sjoberg    PGP key (12F506C8) on keyserver & homepage
> Key fingerprint =  3DC2 CEBA 1590 B41A 3780  955A DB42 02BB 12F5 06C8
> mailto:peters AT techwiz.ca http://www.techwiz.ca/~peters
>
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys -- and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users
>


-- 
R.I.Pienaar                             http://www.devco.net

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to