NRDS WIN NOT WORKING

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
shirishlnx
Posts: 17
Joined: Mon Mar 19, 2012 5:10 am

NRDS WIN NOT WORKING

Post by shirishlnx »

Hi,

With NRDS Config Manager, have created a config for windows 32bit and downloaded the installation utility .

After installation have placed all info like NRDP URL, TOKEN, Config Manager, Host Name , Interval .

But can see dir, C:\Program Files\Nagios\NRDS_Win/plugin is blank and even scheduler was not set automatically and nodes not discovered in Unconfigured Objects tab also the in config.ini [services] fields are blank .

Have verified xineted configuration, firewall and "Inbound Transfers" all are okay .

Please clear me below doubt,
1. Do we require to copy all plugin manually from Nagios server .
2. Do we need manually create scheduler

Thanks,
Shirish
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NRDS WIN NOT WORKING

Post by scottwilkerson »

1.) No, NRDS will do this for you

2.) The installer should do this.

Be sure you fill in ALL of the fields are filled in when you run the installer, specifically the hostname (this is how you want the server named in Nagios XI)
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shirishlnx
Posts: 17
Joined: Mon Mar 19, 2012 5:10 am

Re: NRDS WIN NOT WORKING

Post by shirishlnx »

Yes .. it working now .. but have found it's not creating scheduler automatic .

Also I would be helpfull if you can help me how to clear all "Unconfigured Objects" request .
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NRDS WIN NOT WORKING

Post by scottwilkerson »

To clearall unconfigured objects it is easiest to run the following from the command prompt

Code: Select all

rm -f /usr/local/nagiosxi/var/corelog.newobjects
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
shirishlnx
Posts: 17
Joined: Mon Mar 19, 2012 5:10 am

Re: NRDS WIN NOT WORKING

Post by shirishlnx »

Thanks It's Done .. now am getting problem when using same plugin to monitor different paramiters .

And not getting updated request in undiscovered object .


---------------------------------NRDS_Debug.log
command[__HOST__] = $PLUGIN_DIR$\check_winping.exe -H 127.0.0.1 --warning 200,40% --critical 400.0,80%
command[nrpe_winprocess] = $PLUGIN_DIR$\check_winprocess.exe --warning 40 --critical 50
command[nrpe_process] = $PLUGIN_DIR$\cpuload_nrpe_nt.exe 70 90
command[nrpe_diskspace] = $PLUGIN_DIR$\diskspace_nrpe_nt.exe c: 77 90
command[nrpe_eventlog] = $PLUGIN_DIR$\eventlog_nrpe_nt.exe -m 7200
command[nrpe_memload] = $PLUGIN_DIR$\memload_nrpe_nt.exe 70 90
command[nrpe_service] = $PLUGIN_DIR$\service_nrpe_nt.exe "DNS Client"
command[nrpe_mssql] = $PLUGIN_DIR$\check_mssqls_nt.exe /H:127.0.0.1 /D:FusionServer /U:sa -P:m0rg01 /CHK_QUERY:"select * from HIPAA_Event"
command[mssql_DB_connect] = $PLUGIN_DIR$\check_mssqls_nt.exe /H:127.0.0.1 /D:FusionServer /U:sa -P:m0rg01 /CHK_CONNECT
</config>
</result>
9/13/2012 11:49:55 PM Config update availability : False
---------------------------------
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: NRDS WIN NOT WORKING

Post by yancy »

shirishlnx,

If the hostname defined in host.ini matches the hostname being monitored, the checks not be in undiscovered objects.


Regards,

-Yancy
Locked