Re: [Nagios-users] (No output returned from plugin)

2008-09-26 Thread Jon Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 26 Sep 2008 14:02:17 -0400, "Matt Rivet" <[EMAIL PROTECTED] 24.com> wrote: >Hi, >I am running nagios 2.5 and monitoring a windows 2003 server using >NSclient++ 0.2.7. I have wrote a VBS script and defined it in NSC.ini >as >[NRPE] >checkI

Re: [Nagios-users] Alert with more detail

2008-09-26 Thread Jon Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 25 Sep 2008 23:00:11 +0800, "howard chen" <[EMAIL PROTECTED]> wrote: >Hello, > >Sometimes, nagios will alert of high loading of a system via Email, >with the body: > > >...CRITICAL - load average: 5.42, 6.04, 3.04 >But this information is use

[Nagios-users] ndoutils freebsd 7.0 wont load

2008-09-26 Thread Frank Tavenner
Hello, I have been trying to setup ndoutils 1.4b7 from the freebsd ports collection and can't seem to get past loading the ndo2db_enable="YES" in the rc.conf file. This line "/etc/rc: WARNING: run_rc_command: cannot run /usr/local/bin/ndo2db" shows up after I see the starting Nagios line on my co

[Nagios-users] (No output returned from plugin)

2008-09-26 Thread Matt Rivet
Hi, I am running nagios 2.5 and monitoring a windows 2003 server using NSclient++ 0.2.7. I have wrote a VBS script and defined it in NSC.ini as [NRPE] checkIMMailDropFileCountNagios= "cscript //NoLogo c:\nsclientpp\scripts\IMMailDrop_FileCount_Nagios.vbs" The script takes a value, compa

Re: [Nagios-users] latency problem

2008-09-26 Thread Andreas Ericsson
Olivier JAN wrote: > > I already sent this message to the list this morning but as i can't see > it for now, i send you a private copy of it > It didn't reach the list, it seems. Thanks for sending me privately. I've added the list back into the loop, so this can be archived for future referenc

Re: [Nagios-users] Problem installing nrpe plugins

2008-09-26 Thread Marc Powell
On Sep 26, 2008, at 3:48 AM, Steven Battaille wrote: > Hello > > When I try to install the nrpe plugins on a redhat linux system > trough the command make I get the following error: > > cc1: warning: changing search order for system directory "/usr/ > include" > cc1: warning: as it has alrea

Re: [Nagios-users] I don't receive a changing state

2008-09-26 Thread Marc Powell
On Sep 26, 2008, at 1:43 AM, Jean Frontin wrote: > command[check_xxx]=/etc/nagios/check_xxx > > where check_xxx is a "ps -ef"... > > When processes are running I receive on A "processes are running". > But when processes are down I receive : > > CHECK_NRPE: No output received from daemon > > the

Re: [Nagios-users] nrpe argument limit

2008-09-26 Thread Michael Medin
Sort of... by default the "payload" is 1024 characters (including the command) so thats the limit. You can extend this by recompiling NRPE (server and client9 and toon has a patch to improve this handling a bit)... // Michael Medin > Hi, > > Does anyone know if there is an argument limit to com

[Nagios-users] nrpe argument limit

2008-09-26 Thread Kyle O'Donnell
Hi, Does anyone know if there is an argument limit to commands run via nrpe? I've defined one command with 18 args and it works, but another command with 21 args and it errors. Thanks, Kyle - This SF.Net email is sponsored

Re: [Nagios-users] latency problem

2008-09-26 Thread Andreas Ericsson
Olivier, did you get anywhere with this, or haven't you had time to look at it yet? If you want, I could log into the system and see if I can find out what's wrong. If that's not an option, contact me off-list and I'll arrange for some faster-feedback medium through which I can better help you res

[Nagios-users] Problem installing nrpe plugins

2008-09-26 Thread Steven Battaille
Hello When I try to install the nrpe plugins on a redhat linux system trough the command make I get the following error: cc1: warning: changing search order for system directory "/usr/include" cc1: warning: as it has already been specified as a non-system directory check_pgsql.c:44:30:

Re: [Nagios-users] I don't receive a changing state

2008-09-26 Thread Jon Angliss
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, 26 Sep 2008 08:43:51 +0200, Jean Frontin <[EMAIL PROTECTED]> wrote: >Hello, > >I run nagios 2.9 on the server host A. With the command : > >command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_xxx > >I look at if processes are running on

[Nagios-users] I don't receive a changing state

2008-09-26 Thread Jean Frontin
Hello, I run nagios 2.9 on the server host A. With the command : command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_xxx I look at if processes are running on the host B with the command in "nrpe.cfg" : command[check_xxx]=/etc/nagios/check_xxx where check_xxx is a "ps -ef"... When proc