Can some one tell that how to configure the passive check via nsclient and ncpa.
i have installed the ncpa 2.2.0 in windows. I have given the following details while i am installing
[nrdp]
#
# Connection settings to the NRDP server
# parent = NRDP server location (ex: http://<address>/nrdp)
# token = NRDP server token used to send NRDP results
#
parent =https://172.31.40.170/nrdp (172.31.40.170 this is nagios server IP)
token =Test@123
hostname =172.31.40.170 (windows server IP)
The below is the nrdp.cfg
# AUTO GENERATED NRDP CONFIG FROM WINDOWS INSTALLER
#
[passive checks]
# Host check - This is to stop "pending check" status in Nagios
%HOSTNAME%|__HOST__ = system/agent_version
# Service checks
%HOSTNAME%|CPU Usage = cpu/percent --warning 80 --critical 90 --aggregate avg
%HOSTNAME%|Disk Usage = disk/logical/C:|/used_percent --warning 80 --critical 90 --units Gi
%HOSTNAME%|Swap Usage = memory/swap --warning 60 --critical 80 --units Gi
%HOSTNAME%|Memory Usage = memory/virtual --warning 80 --critical 90 --units Gi
%HOSTNAME%|Process Count = processes --warning 300 --critical 400
Now I am not able to see any service details in nagiosxi unconfigured object
And please suggest how to do passive checks with nsclient also.