Help with NRDS?
Re: Help with NRDS?
I think Ludmil was looking for you to start NRDS on the remote windows host.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Help with NRDS?
That would be a problem since none of these machines are windows based. 
Re: Help with NRDS?
No problem, check to make sure nrds is running on the remote system. You may want to fire off the cron job immediately.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Re: Help with NRDS?
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/
Re: Help with NRDS?
Can you post the output from:
Code: Select all
crontab -u nagios -lRe: Help with NRDS?
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>&1Re: Help with NRDS?
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?
That works. I'll put this on the back burner until he get back in. Thanks!
Re: Help with NRDS?
Thanks jbennett!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Help with NRDS?
Any chance the developer has been able to peek at this since coming back?