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

Reply via email to