NRDS_win and Unconfigured objects

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRDS_win and Unconfigured objects

Post by yancy »

juana,

Can you send a screen shot of your NRDS config manager settings for the config win.host.edu

Navigate to http://<your nagios ip>/nagiosxi/admin/
select "NRDS_Config Manager"
choose "edit config"


And also run the following:
type "C:\Program Files\Nagios\NRDS_Win\NRDS_Win.vbs" | Findstr Ver

And post the output so I can be sure which revision your running

Thanks!

-Yancy
juana
Posts: 44
Joined: Thu Nov 01, 2012 4:53 pm
Location: Monterey, CA

Re: NRDS_win and Unconfigured objects

Post by juana »

Hello Yancy!!

My apologies for the delay. Screenshot is attached.

I ran:
"C:\Program Files\Nagios\NRDS_Win\NRDS_Win.vbs" | Findstr Ver
but got no output. This is what I did and got:

Code: Select all

C:\>"C:\Program Files\Nagios\NRDS_Win\NRDS_Win.vbs" | Findstr Ver

C:\>
Thank you for your assistance in advance!

-Juana
You do not have the required permissions to view the files attached to this post.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRDS_win and Unconfigured objects

Post by yancy »

juana,

include "type":

Code: Select all

 type "C:\Program Files\Nagios\NRDS_Win\NRDS_Win.vbs" | Findstr Ver 
Also, in NRDS_Win.vbs try uncommenting the line

change:

Code: Select all

'On Error Resume Next
to this:

Code: Select all

On Error Resume Next
On Error Resume Next

once uncommented, try re-running NRDS_Win.vbs and let us know what error if any.

Thanks,

-Yancy
juana
Posts: 44
Joined: Thu Nov 01, 2012 4:53 pm
Location: Monterey, CA

Re: NRDS_win and Unconfigured objects

Post by juana »

Hi Yancy,

Oops, yes, I only consume Linux, but I need to figure out NRDS_Win, so lets.

This is the output:

Code: Select all

C:\>type "C:\Program Files\Nagios\NRDS_Win\NRDS_Win.vbs" | Findstr Ver
Function GetOSVer()
                GetOSVer = os.Version
os_ver = GetOSVer()

C:\>
Also,

Code: Select all

On Error Resume Next
was already uncommented (no single quote at beginning of string).

Thanks again!
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRDS_win and Unconfigured objects

Post by yancy »

juana,

It looks like your running an older version of NRDS_Win still.

Remove the directory "C:\program files\Nagios" and reinstall:

Code: Select all

http://exchange.nagios.org/directory/Addons/Passive-Checks/NRDS_win/details
Regards,

-Yancy
juana
Posts: 44
Joined: Thu Nov 01, 2012 4:53 pm
Location: Monterey, CA

Re: NRDS_win and Unconfigured objects

Post by juana »

Yancy!

Is working now. Very nice.

Thank you for your great help!

<3 Nagios!!

Regards,

Juana
Locked