Re: Help with NRDS?
Posted: Tue Apr 09, 2013 2:23 pm
I think Ludmil was looking for you to start NRDS on the remote windows host.
Support for Nagios products and services
https://support.nagios.com/forum/
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/
Code: Select all
crontab -u nagios -lCode: 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