Passive Check for a Windows File - Log Parsing

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Passive Check for a Windows File - Log Parsing

Post 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.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

Re: Passive Check for a Windows File - Log Parsing

Post 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?
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Passive Check for a Windows File - Log Parsing

Post by scottwilkerson »

Where are you seeing this?
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

Re: Passive Check for a Windows File - Log Parsing

Post 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)
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Passive Check for a Windows File - Log Parsing

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked