Page 2 of 2

Re: Passive Check for a Windows File - Log Parsing

Posted: Fri Aug 24, 2012 9:30 am
by scottwilkerson
This was a bug that was present for about a week, that has been resolved in the new download of the component.

That said, looking at the output you have, I can say that it looks to be install correctly. the error you see is just a final test which hadn't been updated when we converted some components to perl.

Re: Passive Check for a Windows File - Log Parsing

Posted: Mon Sep 17, 2012 6:07 pm
by ecarrasq
I'm receiving
NO REQUEST HANDLER
When I try to install the NRDS Agent via the NRDS Config Manager. What could I be missing?

Re: Passive Check for a Windows File - Log Parsing

Posted: Tue Sep 18, 2012 7:52 am
by scottwilkerson
Where are you seeing this?

Re: Passive Check for a Windows File - Log Parsing

Posted: Wed Sep 19, 2012 3:58 pm
by ecarrasq
Sorry, I should have included more info.

I get the
NO REQUEST HANDLER
when I enter the install URL into the IE web browser (runnning IE as Administrator) of the server I am trying to monitor. I obtained the URL from the "NRDS Config Manager" under "Client install instructions. The link looks something like this:

***http://nagiosserver/nrdp/?cmd=nrdsgetcl ... ame=server**** (the "server" is the server I am trying to monitor)

Re: Passive Check for a Windows File - Log Parsing

Posted: Wed Sep 19, 2012 4:18 pm
by scottwilkerson
I have a feeling you have an old version of NRDS.

Lets download the new component and install it via Admin -> Manage components
http://assets.nagios.com/downloads/nrdp ... anager.zip

And run the following on the Nagios XI server

Code: Select all

cd /tmp
wget http://assets.nagios.com/downloads/nrdp/nrds.tar.gz
tar xzf nrds.tar.gz
cd nrds
./installnrdsserver
Then if you still have the same issue, lets post the output from the following after trying to download the NRDS installer

Code: Select all

tail /var/log/httpd/error_log