Page 4 of 9

Re: Help with NRDS?

Posted: Tue Apr 09, 2013 2:23 pm
by abrist
I think Ludmil was looking for you to start NRDS on the remote windows host.

Re: Help with NRDS?

Posted: Tue Apr 09, 2013 2:26 pm
by jbennett
That would be a problem since none of these machines are windows based. :D

Re: Help with NRDS?

Posted: Tue Apr 09, 2013 2:33 pm
by abrist
No problem, check to make sure nrds is running on the remote system. You may want to fire off the cron job immediately.

Re: Help with NRDS?

Posted: Tue Apr 09, 2013 3:52 pm
by jbennett

Code: Select all

testlane2:~ # ps ax | grep nrds
 2723 ?        Ss     0:00 /bin/sh -c /usr/local/nrdp/clients/nrds/nrds.pl -H xxx.xxx.xxx.xxx 2>&1
 2724 ?        S      0:00 /usr/bin/perl -w /usr/local/nrdp/clients/nrds/nrds.pl -H xxx.xxx.xxx.xxx
testlane2:~ # /usr/local/nrdp/clients/nrds/nrds.pl -H xxx.xxx.xxx.xxx
ERROR: STDIN must be either 3 or 4 fields long, I found 2
Sent 5 checks to http://nagiosserver/nrdp/
I'm trying to look for the cron job to fire off manually, but I'm not sure what I'm looking for. I don't know what it's called or where it's stored. I would imagine it's a cron job that was set to run at the sme interval as when I ran the install script (so every minute).

Re: Help with NRDS?

Posted: Wed Apr 10, 2013 1:29 pm
by mguthrie
Can you post the output from:

Code: Select all

crontab -u nagios -l

Re: Help with NRDS?

Posted: Wed Apr 10, 2013 1:32 pm
by jbennett

Code: Select all

testlane2:/etc/cron.d # crontab -u nagios -l
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/cron-xxx.xxx.xxx.xxx nstalled on Mon Apr  1 15:59:33 2013)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
# DO NOT EDIT THIS FILE - edit the master and reinstall.
# (/tmp/cron-testlane2 installed on Mon Apr  1 15:03:13 2013)
# (Cron version V5.0 -- $Id: crontab.c,v 1.12 2004/01/23 18:56:42 vixie Exp $)
*/1 * * * * /usr/local/nrdp/clients/nrds/nrds.pl -H testlane2 2>&1

*/1 * * * * /usr/local/nrdp/clients/nrds/nrds.pl -H xxx.xxx.xxx.xxx 2>&1

Re: Help with NRDS?

Posted: Thu Apr 11, 2013 11:46 am
by mguthrie
We're currently a bit stumped on this one at the moment. The NRDS dev it out until next Monday, so we may have to wait for his wisdom until then.

Re: Help with NRDS?

Posted: Thu Apr 11, 2013 12:29 pm
by jbennett
That works. I'll put this on the back burner until he get back in. Thanks!

Re: Help with NRDS?

Posted: Thu Apr 11, 2013 1:32 pm
by lmiltchev
Thanks jbennett!

Re: Help with NRDS?

Posted: Wed Apr 17, 2013 9:00 am
by jbennett
Any chance the developer has been able to peek at this since coming back?