NRDS check fails with NRDP : NO REQUEST HANDLER
Posted: Wed Nov 28, 2012 9:21 am
Hi,
I'm using the newest version of Nagios and I've just downloaded and installed NRDS (even downloaded http://assets.nagios.com/downloads/nrdp/nrds.tar.gz and manually installed the server again).
I'm able to create a test and install the NRDS client on the windows machine; which downloads the plugin but gets an error sending data back to nagios (from the NRDS_Debug log):
11/28/2012 2:17:00 PM XML to be posted to NRDP : <checkresult type='service' checktype='1'><hostname>XXX-XXX-XXX001</hostname><servicename>check_xxx</servicename><state>0</state><output>TCP+OK+%2D+0%2E000+second+response+time+on+port+80+%7Ctime%3D0%2E000363s%0D%0D%0A</output></checkresult></checkresults>
11/28/2012 2:17:00 PM post response from NRDP : NO REQUEST HANDLER
The config file looks like this:
[settings]
CONFIG_VERSION=0.6
CONFIG_OS=Windows (64-bit)
CONFIG_NAME=xxx_check
URL=http://nagios/nrdp/
TOKEN=lu7a4k5qi4c3
HOSTNAME=xxx-xxx-xxx001
PLUGIN_DIR=C:\Program Files\Nagios\NRDS_Win\plugins
SEND_NRDP=
TMPDIR=
COMMAND_PREFIX=
LOG_FILE=C:\Program Files\Nagios\NRDS_Win\logs\NRDS_Debug.log
UPDATE_CONFIG=1
UPDATE_PLUGINS=1
[services]
command[check_xxx] = $PLUGIN_DIR$\check_tcp.exe -H xxx-xxx-xxxb001 -p 80 -w 100 -c 200
What am I missing ??
I'm using the newest version of Nagios and I've just downloaded and installed NRDS (even downloaded http://assets.nagios.com/downloads/nrdp/nrds.tar.gz and manually installed the server again).
I'm able to create a test and install the NRDS client on the windows machine; which downloads the plugin but gets an error sending data back to nagios (from the NRDS_Debug log):
11/28/2012 2:17:00 PM XML to be posted to NRDP : <checkresult type='service' checktype='1'><hostname>XXX-XXX-XXX001</hostname><servicename>check_xxx</servicename><state>0</state><output>TCP+OK+%2D+0%2E000+second+response+time+on+port+80+%7Ctime%3D0%2E000363s%0D%0D%0A</output></checkresult></checkresults>
11/28/2012 2:17:00 PM post response from NRDP : NO REQUEST HANDLER
The config file looks like this:
[settings]
CONFIG_VERSION=0.6
CONFIG_OS=Windows (64-bit)
CONFIG_NAME=xxx_check
URL=http://nagios/nrdp/
TOKEN=lu7a4k5qi4c3
HOSTNAME=xxx-xxx-xxx001
PLUGIN_DIR=C:\Program Files\Nagios\NRDS_Win\plugins
SEND_NRDP=
TMPDIR=
COMMAND_PREFIX=
LOG_FILE=C:\Program Files\Nagios\NRDS_Win\logs\NRDS_Debug.log
UPDATE_CONFIG=1
UPDATE_PLUGINS=1
[services]
command[check_xxx] = $PLUGIN_DIR$\check_tcp.exe -H xxx-xxx-xxxb001 -p 80 -w 100 -c 200
What am I missing ??