Re: [Nagios-users] NRPE - issue

2010-01-15 Thread Mr Gabriel
On 15/01/2010 16:42, akp geek wrote: Dear all - I have installed nagios and also nrpe to monitor services on a different server. it is working fine. Some times I get emails that CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error message

[Nagios-users] NRPE - issue

2010-01-15 Thread akp geek
Dear all - I have installed nagios and also nrpe to monitor services on a different server. it is working fine. Some times I get emails that CHECK_NRPE: Received 0 bytes from daemon. Check the remote server logs for error messages. and immediately after some time, I wi

Re: [Nagios-users] NRPE Issue

2009-04-02 Thread Marc Powell
On Apr 2, 2009, at 3:25 PM, Steve Shepherd wrote: > I'm trying to configure a service check via NRPE and having some > difficulty. > > From the monitoring server, I can successfully execute NRPE via CLI: > > [r...@mon01 etc]# /usr/local/nagios/libexec/check_nrpe -H > 10.140.122.51 -c check_pr

[Nagios-users] NRPE Issue

2009-04-02 Thread Steve Shepherd
I'm trying to configure a service check via NRPE and having some difficulty. >From the monitoring server, I can successfully execute NRPE via CLI: [r...@mon01 etc]# /usr/local/nagios/libexec/check_nrpe -H 10.140.122.51 -c check_prov FILE_AGE OK: /var/log/prov.log is 4 seconds old and 8033817 byte

[Nagios-users] NRPE Issue

2009-04-02 Thread Steve Shepherd
I'm trying to configure a service check via NRPE and having some difficulty. >From the monitoring server, I can successfully execute NRPE via CLI: [r...@mon01 etc]# /usr/local/nagios/libexec/check_nrpe -H 10.140.122.51 -c check_prov FILE_AGE OK: /var/log/prov.log is 4 seconds old and 8033817 byte

Re: [Nagios-users] nrpe issue with solaris 9?

2007-11-05 Thread Hari Sekhon
Hi Luis, The way I see it you have 3 choices: 1. Rewrite the plugin to work the way you want. 2. Give up on using that plugin (but we're not quitters are we?) 3. If you have read and trust the code, grant the nagios user root privs when running it using sudo and change your nagios command to

Re: [Nagios-users] nrpe issue with solaris 9?

2007-11-02 Thread Andreas Ericsson
Luis Cerezo wrote: > HI Andreas, > > We came to the same conclusion, except for who wrote the plugin. I think > I got it nagios exchange. > > > header info: > # > # Author: Todd Barbera > # Date: 10/26/05 > # Purpose: Report back to nagios file system usage > > What have you done to get around

Re: [Nagios-users] nrpe issue with solaris 9?

2007-11-02 Thread Luis Cerezo
HI Andreas, We came to the same conclusion, except for who wrote the plugin. I think I got it nagios exchange. header info: # # Author: Todd Barbera # Date: 10/26/05 # Purpose: Report back to nagios file system usage What have you done to get around it? -luis On Fri, 2007-11-02 at 17:50 +0100

Re: [Nagios-users] nrpe issue with solaris 9?

2007-11-02 Thread Hari Sekhon
Andreas Ericsson wrote: > About a billion times. You're running the check on the nrpe side as root, > but nrpe runs it as someone else, and the plugin is crap so it prints > "ok" when it fails to get the proper numbers. I'm guessing you wrote the > plugin check_fs_space yourself, and only tested it

Re: [Nagios-users] nrpe issue with solaris 9?

2007-11-02 Thread Andreas Ericsson
Luis Cerezo wrote: > Hi folks, > > I am seeing an odd issue with nrpe check on solaris 9. > > from the solaris host: (nrpe 2.0) > > bash-2.05# grep check_fs /etc/nagios/nrpe.cfg > command[check_fs]=/usr/lib/nagios/plugins/check_fs_space -w 85% -c 95% > bash-2.05# /usr/lib/nagios/plugins/check_f

[Nagios-users] nrpe issue with solaris 9?

2007-11-02 Thread Luis Cerezo
Hi folks, I am seeing an odd issue with nrpe check on solaris 9. from the solaris host: (nrpe 2.0) bash-2.05# grep check_fs /etc/nagios/nrpe.cfg command[check_fs]=/usr/lib/nagios/plugins/check_fs_space -w 85% -c 95% bash-2.05# /usr/lib/nagios/plugins/check_fs_space -w 85% -c 95% WARNING: /users

Re: [Nagios-users] nrpe issue

2006-02-09 Thread Toto Capuccino
well, the strange thing is that on that host i monitor the memory and some processes already with nsclient and it works fine it just fails for the check_disk and more surprising it fails also with nrpe. So i dont think that changing the port will help in anyway. Thanks2006/2/9, Kai Reese <[EMAIL PR

Re: [Nagios-users] nrpe issue

2006-02-09 Thread Kai Reese
You might want to check the port nrpe (or nsclient for that matter) use. For nsclient, it's set in the registry, I seem to remember HKLM->Software->nsclient I solved my connection issues by setting that to 5666 instead of the default whatever it was. Kai On 2/9/06, Toto Capuccino <[EMAIL PROTECT

[Nagios-users] nrpe issue

2006-02-09 Thread Toto Capuccino
Hi all,i have installed nrpe service on remote host a win2003 server, the service just runs fine and i want to start monitorinfg free space on servers.I have downloaded chec_disk on nagiosexchange and defined the services in nrpe.cfg as follows:command[check_disk_c]=cscript.exe //NoLogo //T:10 c:\

RE: [Nagios-users] NRPE issue

2005-11-10 Thread Marcel Mitsuto Fucatu Sugano
On Wed, 2005-11-09 at 23:01 -0200, Fabiano Martins wrote: > nagios ALL=NOPASSWD:/usr/local/nagios/libexec/check_nrpe_radio Ok for the sudoers file, but, you should also place a sudo on command definition, like command_line 'sudo check_icmp'. That is what Jason was talking about. IMHO you did not pl

RE: [Nagios-users] NRPE issue

2005-11-09 Thread Fabiano Martins
HAS BEEN SOLVED!!! Its working fine now! Thanks a lot!! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Andreas Ericsson Sent: quarta-feira, 9 de novembro de 2005 22:04 To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] NRPE issue

RE: [Nagios-users] NRPE issue

2005-11-09 Thread Fabiano Martins
:50 To: Fabiano Martins; nagios-users@lists.sourceforge.net Subject: RE: [Nagios-users] NRPE issue   Umm, sudo will work fine, if you set it up for passwordless commands and you put the sudo command into your config file.  You did that, right?   From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [Nagios-users] NRPE issue

2005-11-09 Thread Andreas Ericsson
Fabiano Martins wrote: Hi all!!! I have a costumer that has many access points to be monitored using ping. They're on the same network segment that my server is. I've checked that the check_icmp command works on remote server (the one that is in the costumer). But when I run the command

RE: [Nagios-users] NRPE issue

2005-11-09 Thread Frank, Jason
@lists.sourceforge.netSubject: [Nagios-users] NRPE issue Hi all!!!   I have a costumer that has many access points to be monitored using ping. They’re on the same network segment that my server is.   I’ve checked that the check_icmp command works on remote server (the one that is in the costumer). But

[Nagios-users] NRPE issue

2005-11-09 Thread Fabiano Martins
Hi all!!!   I have a costumer that has many access points to be monitored using ping. They’re on the same network segment that my server is.   I’ve checked that the check_icmp command works on remote server (the one that is in the costumer). But when I run the command on Nagios server t