Re: [Nagios-users] Service depedency problem

2006-12-18 Thread MiikaT
Quoting Andreas Ericsson <[EMAIL PROTECTED]>: > If you have "u" in your host_notification_options it will tell you when > hosts are UNREACHABLE (as in, the parent host is down as well as the > host in question). Using dependencies for this sort of thing is just > wrong. Make your parent setup w

Re: [Nagios-users] Child Process Spawning

2006-12-18 Thread Mahesh Kunjal
Andrew, We had similar issue. We have a distributed environment with one master and 4 slaves. Total number of hosts monitored are 1900+ and 2+ services spread across 4 slaves. At times we saw 14K or more results being sent in a second from slaves. This resulted in 100+ nagios processes being

Re: [Nagios-users] URGENT REPOST: CHECK_NRPE: Received 0 bytes fromdaemon ErrorMessage

2006-12-18 Thread Hugo van der Kooij
On Mon, 18 Dec 2006, Marc Powell wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:nagios-users- >> [EMAIL PROTECTED] On Behalf Of Kaplan, Andrew H. >> Sent: Monday, December 18, 2006 3:18 PM >> To: nagios-users@lists.sourceforge.net >> Subject: [Nagios-users] URGENT REPOST:

Re: [Nagios-users] URGENT REPOST: CHECK_NRPE: Received 0 bytes fromdaemon ErrorMessage

2006-12-18 Thread Steve Shipway
Sounds like the daemon is comparing the client's IP against the list of permitted connections, and not getting a match. For some reason the query of the source IP on the connection is returning 0.0.0.0 instead of the source IP - maybe you have some special wrapper or intervening agent. I'd sugges

[Nagios-users] Joseph Petrucci is out of the office.

2006-12-18 Thread joseph . petrucci
I will be out of the office starting 12/18/2006 and will not return until 12/19/2006. - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opini

Re: [Nagios-users] Schedule Downtime w/o authentication requirement

2006-12-18 Thread Marc Powell
> -Original Message- > From: Subin Shakya [mailto:[EMAIL PROTECTED] > Sent: Monday, December 18, 2006 5:08 PM > To: Marc Powell; [EMAIL PROTECTED] > Subject: RE: [Nagios-users] Schedule Downtime w/o authentication > requirement > > > Patrick and Mark, > > I added "guest" to all the auth

Re: [Nagios-users] Schedule Downtime w/o authentication requirement

2006-12-18 Thread Patrick Morris
On Mon, 18 Dec 2006, Marc Powell wrote: > > > I want to configure nagios in such a way that it does not require > any > > > kind of authorization/authentication including 'guest'. How can > I > > > do > > > that? > > > > Strictly speaking, you can't. > > Sure you can. See the default_u

Re: [Nagios-users] URGENT REPOST: CHECK_NRPE: Received 0 bytes fromdaemon ErrorMessage

2006-12-18 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Kaplan, Andrew H. > Sent: Monday, December 18, 2006 3:18 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] URGENT REPOST: CHECK_NRPE: Received 0 bytes > fromdaemon Err

Re: [Nagios-users] Schedule Downtime w/o authentication requirement

2006-12-18 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Patrick Morris > Sent: Monday, December 18, 2006 3:19 PM > To: Subin Shakya > Cc: nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Schedule Downtime w/o authentication > r

[Nagios-users] URGENT REPOST: CHECK_NRPE: Received 0 bytes from daemon ErrorMessage

2006-12-18 Thread Kaplan, Andrew H.
I am attempting to monitor a remote HP-UX 11.11 client, server is running nagios 2.6 and the client is running nrpe 2.5.2, but I am confronted with the following error message: CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages. I checked the HP-UX 11.

Re: [Nagios-users] Schedule Downtime w/o authentication requirement

2006-12-18 Thread Patrick Morris
On Mon, 18 Dec 2006, Subin Shakya wrote: > > I want to configure nagios in such a way that it does not require any > kind of authorization/authentication including 'guest'. How can I > do > that? Strictly speaking, you can't. Set up a guest account with full access, do not set up auth

[Nagios-users] Schedule Downtime w/o authentication requirement

2006-12-18 Thread Subin Shakya
I want to configure nagios in such a way that it does not require any kind of authorization/authentication including 'guest'. How can I do that? I do not know where to go in Nagios config to make this happen. TIA, Symuser =0D Right now when I select a Host to schedule a d

[Nagios-users] CHECK_NRPE: Received 0 bytes from daemon Error Message

2006-12-18 Thread Kaplan, Andrew H.
I am attempting to monitor a remote HP-UX 11.11 client but I am confronted with the following error message: CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages. I checked the HP-UX 11.11 box and the syslog.log file had the following entry: Host 0.0.0.0 is

[Nagios-users] (no subject)

2006-12-18 Thread Kaplan, Andrew H.
I am attempting to monitor a remote HP-UX 11.11 client but I am confronted with the following error message: CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages. I checked the HP-UX 11.11 box and the syslog.log file had the following entry: Hos

Re: [Nagios-users] Return Code 127

2006-12-18 Thread Kaplan, Andrew H.
I checked the commands.cfg file and modified the command syntax of check_nrpe from /usr/lib/nagios/plugins/check_nrpe to $USER1$/check_nrpe. The result was I am no longer getting the 127 error, but I am now faced with another issue. The new error that I am seeing is: CHECK_NRPE: Received 0 byte

Re: [Nagios-users] Return Code 127

2006-12-18 Thread Morris, Patrick
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Kaplan, Andrew H. > Sent: Monday, December 18, 2006 8:48 AM > To: Andy Shellam (Mailing Lists); nagios-users@lists.sourceforge.net > Subject: Re: [Nagios-users] Return Code 127 > > I checked that ou

Re: [Nagios-users] Return Code 127

2006-12-18 Thread Kaplan, Andrew H.
I checked that out and I confirmed that the nagios user could execute the plugin by manually running check_nrpe by itself and getting the help information printed onscreen. I confirmed the permissions on the file were 775, while the user and group owners are nagios:nagios. The location of the dir

Re: [Nagios-users] Return Code 127

2006-12-18 Thread Andy Shellam (Mailing Lists)
This usually means Nagios cannot execute the plugin (on the server). If it was NRPE client-side it would give a different error. You need to be able to execute your plugin as the Nagios user, so check that first and any preceding directories above where that plugin is. Andy. Kaplan, Andrew H. w

[Nagios-users] Return Code 127

2006-12-18 Thread Kaplan, Andrew H.
I am attempting to monitor a remote HP-UX 11.11 client but I am confronted with the following error message: Return code of 127 is out of bounds - plugin may be missing. The log files add the following: Make sure the plugin you're trying to run actually exists. I checked the nrpe.cfg f

Re: [Nagios-users] Problems with Distributed Monitoring

2006-12-18 Thread Bill Omer
> I'm doing many thousands of distributed service checks but no host > checks. I'll see if I can help. Hey Marc, thanks for the help! > > On the distributed server, I'm using: > > > > ochp_command=submit_check_result > > ocsp_command=submit_check_result > > obsess_over_service=1 > > obsess_over_h

Re: [Nagios-users] Problems with Distributed Monitoring

2006-12-18 Thread Marc Powell
> -Original Message- > From: [EMAIL PROTECTED] [mailto:nagios-users- > [EMAIL PROTECTED] On Behalf Of Bill Omer > Sent: Sunday, December 17, 2006 12:29 PM > To: nagios-users@lists.sourceforge.net > Subject: [Nagios-users] Problems with Distributed Monitoring > > I'm trying to configure a

Re: [Nagios-users] Periodic and automated reporting

2006-12-18 Thread Ben O'Hara
On 12/18/06, Hari Sekhon <[EMAIL PROTECTED]> wrote: > use nagios reporter from the exchange site > > http://www.nagiosexchange.org/AddOn_Projects.22.0.html?&tx_netnagext_pi1[p_view]=640 > Heres a copy of the original ive modified slightly to include 1) output to HTML file 2) get availaibity repo

Re: [Nagios-users] Periodic and automated reporting

2006-12-18 Thread Hari Sekhon
use nagios reporter from the exchange site http://www.nagiosexchange.org/AddOn_Projects.22.0.html?&tx_netnagext_pi1[p_view]=640 -h Hari Sekhon Horvath Tamas wrote: > Hi listmembers! > > Our customer would like an automatic reporting mechanism with Nagios (for > example it could run first days

Re: [Nagios-users] Nagios upgrade to 2.6 bumps using RPMs

2006-12-18 Thread Max H.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hugo van der Kooij wrote: > Hi, > > Just some notes before anyones picks up the nagios 2.6 RPM from DAG. Make > sure to backup the config directory (as always). > > > Just got the upgrade. But I lost some files in the upgrade and had to > restore t

[Nagios-users] Nagios monitoring bacula - service dependencies

2006-12-18 Thread Jeronimo Zucco
Hi, all. I have problem using service dependencies. I have a backup server (bacula), and I check status of backup through a mysql query ( http://darcs.complete.org/debian/bacula.upstream/examples/nagios.txt ) on server bacula using nrpe in server bacula. I have many others servers wit

[Nagios-users] Infortrend Eonstor RAID

2006-12-18 Thread Ian Collier
To save me reinventing the wheel, is anyone already monitoring an Infortrend Eonstor RAID? Ian Collier - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to s