Page 3 of 3

Re: NRDS_win and Unconfigured objects

Posted: Wed Nov 21, 2012 4:10 pm
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

Re: NRDS_win and Unconfigured objects

Posted: Wed Nov 28, 2012 5:57 pm
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

Re: NRDS_win and Unconfigured objects

Posted: Wed Nov 28, 2012 6:59 pm
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

Re: NRDS_win and Unconfigured objects

Posted: Wed Nov 28, 2012 7:49 pm
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!

Re: NRDS_win and Unconfigured objects

Posted: Fri Nov 30, 2012 10:12 am
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

Re: NRDS_win and Unconfigured objects

Posted: Fri Nov 30, 2012 1:26 pm
by juana
Yancy!

Is working now. Very nice.

Thank you for your great help!

<3 Nagios!!

Regards,

Juana