Re: [Nagios-users] NRPE Problem

2009-02-12 Thread Lee Azzarello
You can also try typing your arguments at the far end in the nrpe command file. I'm not the biggest fan of passing arguments via nrpe. I've found it simpler to deploy the same nrpe command file to a cluster and have nagios just execute the check_nrpe_1arg command. -lee On Thu, Feb 12, 2009 at 3:3

Re: [Nagios-users] NRPE Problem

2009-02-12 Thread LEVEAU Stanislas
hi in your define command, i think it's define command{ command_name check_nrpe_manual_disk command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -c check_manual_disk -a $SERVICESTATE$ $SERVICESTATETYPE$ $SERVICEATTEMPT$ } and not -a $ARG1$ $ARG2$ $ARG3$ maybe regards Stan Thoma

Re: [Nagios-users] NRPE Problem

2009-02-11 Thread Thomas Guyot-Sionnest
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/02/09 02:43 PM, Vasiliy Boulytchev wrote: > Gents, > > I am trying to have Nagios specify which partition to check via > nrpe... and am getting the following error: > > DISK CRITICAL - 10 is not accessible: No such file or directory > > Here

[Nagios-users] NRPE Problem

2009-02-11 Thread Vasiliy Boulytchev
Gents, I am trying to have Nagios specify which partition to check via nrpe... and am getting the following error: DISK CRITICAL - 10 is not accessible: No such file or directory Here is my configuration: ### define command{ command_namecheck_nrpe_man

Re: [Nagios-users] nrpe problem

2007-10-14 Thread Sukesh /IT/BLR/JIG/IN
Thanks its working for me using -n (with out ssl option) ie, check_nrpe -H -c -n _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 12, 2007 7:13 PM To: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] nrpe problem Sukesh

Re: [Nagios-users] nrpe problem

2007-10-12 Thread narendran.neelamegam
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, October 12, 2007 3:59 PM To: [EMAIL PROTECTED]; nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] nrpe problem Hi From: Sukesh /IT/BLR/JIG/IN [mailto:[EMAIL PROTECTED

Re: [Nagios-users] nrpe problem

2007-10-12 Thread tom.welsh
Hi From: Sukesh /IT/BLR/JIG/IN [mailto:[EMAIL PROTECTED] Sent: 12 October 2007 04:17 To: Welsh,T,Tom,DLS C Subject: RE: [Nagios-users] nrpe problem This is my remote host log messages Oct 11 07:00:13 ngapps-prd xinetd[619]: START: nrpe pid=1767 from

Re: [Nagios-users] nrpe problem

2007-10-11 Thread tom.welsh
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sukesh /IT/BLR/JIG/IN Sent: 11 October 2007 10:48 To: nagios-users@lists.sourceforge.net Subject: [Nagios-users] nrpe problem Hi Iam running nagios-3.0a4 and nrpe V2.8.1.iam not getting the result while running ./check_nrpe -H

[Nagios-users] nrpe problem

2007-10-11 Thread Sukesh /IT/BLR/JIG/IN
Hi Iam running nagios-3.0a4 and nrpe V2.8.1.iam not getting the result while running ./check_nrpe -H . alreday no firewall is running behind those servers .tried to put '-t' option also but didn't work.Still iam able to telnet 5666 with out any problem/so please help him for this.(iam able to acces

Re: [Nagios-users] NRPE problem

2006-12-28 Thread Hugo van der Kooij
On Thu, 28 Dec 2006, Jesús Oliván wrote: i'm using NRPE to monitorize a Solaris host. When i launch disk nrpe request through check_nrpe plugin on server machine, it returns me a DISK Warning problem, and my host nrpe config is configured to see warnings since 10% space free, but any filesystem

[Nagios-users] NRPE problem

2006-12-28 Thread Jesús Oliván
Hi! i'm using NRPE to monitorize a Solaris host. When i launch disk nrpe request through check_nrpe plugin on server machine, it returns me a DISK Warning problem, and my host nrpe config is configured to see warnings since 10% space free, but any filesystem reaches 18%. Curiously, if i try to

[Nagios-users] NRPE Problem

2006-03-06 Thread Ronald's Gmail
Hi,I got a problem. The error displays something like this:CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages. This appears on the service monitoring with the 'UNKNOWN' status. Anyone have an idea on how to fix this?Thanks.Ronald RojasSystem Administrator

Re: [Nagios-users] NRPE-Problem

2006-01-26 Thread Kai Reese
[Cut out all the reply stuff..] Thanks for everyone's help. I got the hint from someone else to use pNSClient instead and that worked out fine at once. That also looks a bit more configurable. Regards, Kai --- This SF.net email is sponsored b

RE: [Nagios-users] NRPE-Problem

2006-01-26 Thread lists
Reese Sent: Thursday, January 26, 2006 2:42 PM To: Nagios Users Mailing List Subject: Re: [Nagios-users] NRPE-Problem Hey. Thanks for the reply. I compiled the nrpe-plugin on the nagios host with ssl-disabled. The config on the to-be-checked-host has the ip of the nagios server in the allowed_ho

Re: [Nagios-users] NRPE-Problem

2006-01-26 Thread Kai Reese
Hey. Thanks for the reply. I compiled the nrpe-plugin on the nagios host with ssl-disabled. The config on the to-be-checked-host has the ip of the nagios server in the allowed_hosts, too, so I would say these are not the reasons for the error. Never the less, SSL seems to be the problem. Is t

Re: [Nagios-users] NRPE-Problem

2006-01-26 Thread moshe sharon
Hello   This problem can be caused by several issues. you are trying to connect with SSL client to non SSL server if so run check_nrpe -n and it will disable the ssl option. i think this error also occures if you did not set allowed_hosts=. remember to restart the NRPE_NT each time you do changes i

[Nagios-users] NRPE-Problem

2006-01-26 Thread Kai Reese
Hey everyone. I compiled the NRPE plugin on my nagios (Suse) box and it compiled and installed just fine, with no warnings or errors. I also downloaded one of the NRPE_NT Plugins from the openexchange forum, installed that and some service-checks like nt_cpuload on my win2k machine. Now, when tr