Re: [Nagios-users] can't get host to display in Host Detail panel

2010-10-14 Thread Diego Roccia
Actually the init script is not ran if you're running it via xinetd. you should look for server_args in /etc/xinet.d/nrpe (usually this is the file name) Diego On Thu, Oct 14, 2010 at 12:53 PM, Assaf Flatto wrote: > On 13/10/10 00:04, Jonathan Wiggins wrote: > > > > the place to look is in the

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-10-14 Thread Assaf Flatto
On 13/10/10 00:04, Jonathan Wiggins wrote: ** the place to look is in the nrpe init script , usually found in the /etc/init.d directory you are looking for the NrpeCfg parameter . Make sure to point it to the nrpe.cfg file you found. Assaf but then I see this also in the logs * * nrpe[1

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-10-12 Thread Jonathan Wiggins
On Oct 12, 2010, at 12:28 AM, diego.roc...@gmail.com wrote: > If you run nrpe via xinetd, the standalone service has to be stoppedm if it's > not, xinetd can't bind the port. > Regarding the plugin location, you can change it in nrpe.cfg > > Sent from my BlackBerry® wireless device > I follow

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-10-12 Thread diego . roccia
0 19:15:06 To: Nagios Users List Reply-To: Nagios Users List Subject: Re: [Nagios-users] can't get host to display in Host Detail panel -- Beautiful is writing same markup. Internet Explorer 9 supports standards

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-10-11 Thread Jonathan Wiggins
On Sep 29, 2010, at 5:47 AM, Assaf Flatto wrote: > >> Assaf - thanks for your time and patience outlining those steps: >> > > That is what the list is about . > >> I was able to at least get the connectivity between Nagios server and the >> monitored host to show a valid connection: >> >> /

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-29 Thread Assaf Flatto
Assaf - thanks for your time and patience outlining those steps: That is what the list is about . I was able to at least get the connectivity between Nagios server and the monitored host to show a valid connection: /usr/local/nagios/libexec/check_nrpe -H 10.0.100.139 -c check_users USERS

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-28 Thread Jonathan Wiggins
On Sep 28, 2010, at 2:23 AM, Assaf Flatto wrote: > Jonathan , lets take this from the top . > > You are trying to test on a remote server the amount of logged in users - > that is done via nrpe . > To test that is working you need to follow 3 major steps > 1) make sure NRPE is installed and ru

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-28 Thread Assaf Flatto
Jonathan , lets take this from the top . You are trying to test on a remote server the amount of logged in users - that is done via nrpe . To test that is working you need to follow 3 major steps 1) make sure NRPE is installed and running on the remote machine . And accepting connections from

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-27 Thread Jonathan Wiggins
on the Nagios server, I didn't see the event handler, "check_users", I only saw a "check_local_users" in the commands.cfg file. Perhaps that's incorrect. But, on the machine that is missing in the host panel, in nrpe.cfg there is this definition defined: command[check_users]=/usr/lib64/nagios/pl

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-27 Thread Assaf Flatto
On 27/09/10 16:52, Jonathan Wiggins wrote: any thoughts? I'm still struggling to resolve this.. HI Assaf. Thanks for replying to my email this is the output of the command $ ./check_users -w 5 -c 10 *USERS OK - 1 users currently logged in |users=1;5;10;0* did you run the check with th

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-27 Thread Jonathan Wiggins
any thoughts? I'm still struggling to resolve this.. > HI Assaf. > > Thanks for replying to my email > > this is the output of the command > > $ ./check_users -w 5 -c 10 > USERS OK - 1 users currently logged in |users=1;5;10;0 > > On Sep 22, 2010, at 2:19 AM, Assaf Flatto wrote: > >> On 22/0

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-22 Thread Jonathan Wiggins
HI Assaf. Thanks for replying to my email this is the output of the command $ ./check_users -w 5 -c 10 USERS OK - 1 users currently logged in |users=1;5;10;0 On Sep 22, 2010, at 2:19 AM, Assaf Flatto wrote: > On 22/09/10 02:09, Jonathan Wiggins wrote: >> >> # The following examples use hardco

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-22 Thread Assaf Flatto
On 22/09/10 02:09, Jonathan Wiggins wrote: # The following examples use hardcoded command arguments... command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 command[check_load]=/usr/lib64/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 command[check_hda1]=/usr/lib64/nagios/plu

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-21 Thread Jonathan Wiggins
uart Browne wrote: > Ok, what are those definitions and what output do they give when you run them > on the remote machine manually? > > From: Jonathan Wiggins [mailto:jwigg...@salon.com] > Sent: Wednesday, 22 September 2010 09:55 > To: Nagios Users List > Subject: Re: [Nagi

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-21 Thread Stuart Browne
Ok, what are those definitions and what output do they give when you run them on the remote machine manually? From: Jonathan Wiggins [mailto:jwigg...@salon.com] Sent: Wednesday, 22 September 2010 09:55 To: Nagios Users List Subject: Re: [Nagios-users] can't get host to display in Host D

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-21 Thread Jonathan Wiggins
Hi Stuart That line does exist, along with others, in the nrpe.cfg file I run these, for example, and both give the same output: /usr/lib64/nagios/plugins/check_nrpe -H localhost -c check_users NRPE: Unable to read output /usr/lib64/nagios/plugins/check_nrpe -H localhost -c check_load NRPE: Un

Re: [Nagios-users] can't get host to display in Host Detail panel

2010-09-21 Thread Stuart Browne
what's the command line that is called from nrpe when it's asked for a 'check_load' ? There should be a line similar to this in there: command[check_load]=/usr/lib64/nagios/plugins/check_load -w 5,4,3 -c 8,6,4 Does this exist in the nrpe.cfg? If you run the command from your configuration as