Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-07 Thread Kern Sibbald
On Wednesday 07 March 2007 19:58, Zakai Kinan wrote: > Where can I the latest code for check_bacula? It is in release version 2.0.3 on the Source Forge site -- in the examples/nagios directory. > > ZK > > --- DAve <[EMAIL PROTECTED]> wrote: > > Masopust, Christian wrote: > > >>> /usr/bin/g++ -O

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-07 Thread Zakai Kinan
Where can I the latest code for check_bacula? ZK --- DAve <[EMAIL PROTECTED]> wrote: > Masopust, Christian wrote: > >>> /usr/bin/g++ -O -L../lib -L../cats -o > check_bacula check_bacula.o > >>> authenticate.o -lbac -lm -lpthread > >>> check_bacula.o(.text+0x1c): In function `usage': > >>> >

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-07 Thread DAve
Masopust, Christian wrote: >>> /usr/bin/g++ -O -L../lib -L../cats -o check_bacula check_bacula.o >>> authenticate.o -lbac -lm -lpthread >>> check_bacula.o(.text+0x1c): In function `usage': >>> /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:58: >>> undefined reference to `gettext' >>

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Masopust, Christian
> > /usr/bin/g++ -O -L../lib -L../cats -o check_bacula check_bacula.o > > authenticate.o -lbac -lm -lpthread > > check_bacula.o(.text+0x1c): In function `usage': > > /usr/local/src/bacula-2.0.1/src/check_bacula/check_bacula.c:58: > > undefined reference to `gettext' > > check_bacula.o(.text+0x4

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Masopust, Christian
> > Maybe I am doing something wrong, but the source you sent > fails as well. > Sightly different output, but still a gettext issue it would > seem. I did > double check, gettext and lintl are installed and working. > > ==>Entering directory /usr/local/src/bacula-2.0.1/src/check_bacula > /usr/

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Arno Lehmann
Hi, On 3/6/2007 11:27 PM, DAve wrote: > Arno Lehmann wrote: ... >> Probably it would be a good idea to get your local FreeBSD wizard >> working on this ... > That would be me 8^( I hope to get a few hours to do more than give a > passing look over the problem. It's another day I am wishing I kne

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread DAve
Arno Lehmann wrote: > Hi, > > On 3/6/2007 10:23 PM, DAve wrote: >> DAve wrote: >>> Arno Lehmann wrote: Hello, On 3/5/2007 10:44 PM, DAve wrote: > We are still fighting with Windows Fd connection issues. I would like to > use the check_bacula plugin to monitor my Fds. Either

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Arno Lehmann
Hi, On 3/6/2007 10:23 PM, DAve wrote: > DAve wrote: >> Arno Lehmann wrote: >>> Hello, >>> >>> On 3/5/2007 10:44 PM, DAve wrote: We are still fighting with Windows Fd connection issues. I would like to use the check_bacula plugin to monitor my Fds. Either nagios will keep the clien

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread DAve
DAve wrote: > Arno Lehmann wrote: >> Hello, >> >> On 3/5/2007 10:44 PM, DAve wrote: >>> We are still fighting with Windows Fd connection issues. I would like to >>> use the check_bacula plugin to monitor my Fds. Either nagios will keep >>> the client firewall open, or prove the issue is not Bacul

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Kern Sibbald
Behalf > > Of Arno Lehmann > > Sent: Tuesday, March 06, 2007 12:41 PM > > To: bacula-users > > Subject: Re: [Bacula-users] nagios check_bacula plugin and > > Bacula 2.0.1 > > > > Hello, > > > > On 3/5/2007 10:44 PM, DAve wrote: > > >

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread DAve
Arno Lehmann wrote: > Hello, > > On 3/5/2007 10:44 PM, DAve wrote: >> We are still fighting with Windows Fd connection issues. I would like to >> use the check_bacula plugin to monitor my Fds. Either nagios will keep >> the client firewall open, or prove the issue is not Bacula (to my senior >>

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Masopust, Christian
rkside." - Unknown Unix Jedi > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Arno Lehmann > Sent: Tuesday, March 06, 2007 12:41 PM > To: bacula-users > Subject: Re: [Bacula-users] nagios check_bacula plugin and > Ba

Re: [Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-06 Thread Arno Lehmann
Hello, On 3/5/2007 10:44 PM, DAve wrote: > We are still fighting with Windows Fd connection issues. I would like to > use the check_bacula plugin to monitor my Fds. Either nagios will keep > the client firewall open, or prove the issue is not Bacula (to my senior > sysadmin). Hmm... but a conn

[Bacula-users] nagios check_bacula plugin and Bacula 2.0.1

2007-03-05 Thread DAve
We are still fighting with Windows Fd connection issues. I would like to use the check_bacula plugin to monitor my Fds. Either nagios will keep the client firewall open, or prove the issue is not Bacula (to my senior sysadmin). I had lots of problems building at first but found most of the solu