We have an issue on one of our hosts where we get an NSClient - ERROR: Invalid password when trying to monitor one of the services on this host. Monitoring of every service seems to work fine.
The error we see in the host detail screen is:
Apache 2.2 Unknown 10m 37s 5/5 2014-02-25 15:32:48 NSClient - ERROR: Invalid password.
Here is the code thta defines the service:
Code: Select all
define service {
host_name HQ-MP-PROXY-02
service_description Apache 2.2
use xiwizard_windowsserver_nsclient_service
check_command check_xi_service_nsclient!!SERVICESTATE!-l Apache2.2 -d SHOWALL
max_check_attempts 5
check_interval 5
retry_interval 1
check_period xi_timeperiod_24x7
notification_interval 60
notification_period xi_timeperiod_24x7
contacts nagiosadmin
_xiwizard windowsserver
register 1
}
Any help would be appreciated.
Nate