Page 1 of 1
NRDS WIN NOT WORKING
Posted: Tue Sep 11, 2012 8:32 am
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
Re: NRDS WIN NOT WORKING
Posted: Wed Sep 12, 2012 1:02 pm
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)
Re: NRDS WIN NOT WORKING
Posted: Thu Sep 13, 2012 7:12 am
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 .
Re: NRDS WIN NOT WORKING
Posted: Thu Sep 13, 2012 7:43 am
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
Re: NRDS WIN NOT WORKING
Posted: Thu Sep 13, 2012 1:24 pm
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
---------------------------------
Re: NRDS WIN NOT WORKING
Posted: Fri Sep 14, 2012 11:15 am
by yancy
shirishlnx,
If the hostname defined in host.ini matches the hostname being monitored, the checks not be in undiscovered objects.
Regards,
-Yancy