NSClient invalid password
Posted: Mon Jan 25, 2010 3:29 pm
I am getting "NSClient - ERROR: Invalid password" from all of my Windows hosts. Ping monitoring is successful. When I run check_nt manually from the command line I get a good response.
[root@nagiosxi ~]# /usr/local/nagios/libexec/check_nt -H 10.1.0.36 -s "password" -p 12489 -v UPTIME
System Uptime - 174 day(s) 0 hour(s) 9 minute(s)
I have verified the the password is set to 'password' for the $ARG1$ field in xiwizard_windowsserver_nsclient_service
Here is my check_xi_service_nsclient
$USER1$/check_nt -H $HOSTADDRESS$ -s $ARG1$ -p 12489 -v $ARG2$ $ARG3$ $ARG4$
Please let me know what I need to change/check to get this working.
[root@nagiosxi ~]# /usr/local/nagios/libexec/check_nt -H 10.1.0.36 -s "password" -p 12489 -v UPTIME
System Uptime - 174 day(s) 0 hour(s) 9 minute(s)
I have verified the the password is set to 'password' for the $ARG1$ field in xiwizard_windowsserver_nsclient_service
Here is my check_xi_service_nsclient
$USER1$/check_nt -H $HOSTADDRESS$ -s $ARG1$ -p 12489 -v $ARG2$ $ARG3$ $ARG4$
Please let me know what I need to change/check to get this working.