Unknown status (NClient++)
Posted: Mon Mar 02, 2015 7:28 am
Hi,
I recently decided to monitor a few core systems with Nagios. The systems are Windows 2008 R2 servers with NSClient++ installed. I followed as much documentation as I could and managed to get Nagios to get everything it needs from the first server.
The other 3 are missing the CPULOAD and USEDDISKSPACE checks. They're just UNKNOWN with status information of 'usage:'.
Below are images of a screenshot of the UI and of the service definition for CPULOAD for all servers. The NClient++ ini file for the all servers are identical with passwords and IPs in place.
Interestingly, on the Nagios server (Centos7) the below command provides the check information which should be on the nagios page but is instead replaced by UNKNOWN.
http://postimg.org/image/s2uzexwz7/
http://postimg.org/image/wby58qk91/
Any pointers would be most appreciated
I recently decided to monitor a few core systems with Nagios. The systems are Windows 2008 R2 servers with NSClient++ installed. I followed as much documentation as I could and managed to get Nagios to get everything it needs from the first server.
The other 3 are missing the CPULOAD and USEDDISKSPACE checks. They're just UNKNOWN with status information of 'usage:'.
Below are images of a screenshot of the UI and of the service definition for CPULOAD for all servers. The NClient++ ini file for the all servers are identical with passwords and IPs in place.
Interestingly, on the Nagios server (Centos7) the below command provides the check information which should be on the nagios page but is instead replaced by UNKNOWN.
Code: Select all
/usr/local/nagios/libexec/check_nt -H 192.168.102.4 -p 12489 -s <password>-v CPULOAD -w 80 -c 90 -l 5,80,90,10,80,90http://postimg.org/image/wby58qk91/
Any pointers would be most appreciated