The ESXi root password of all our servers have been changed recently. I have updated the password via GUI and run the "test check command" confirming that it should be working. However, I still kept seeing this error
ESX3 CRITICAL - Error: Cannot complete login due to an incorrect user name or password.
For the Following services:
CPU Usage for VMHost
Datastore Usage for VMHost
Input/Output for VMHost
Memory for VMHost
Networking for VMHost
Services for VMHost
VM Status for VMHost
Also, tried running the command below via SSH.
[root@nagios tmp]# /usr/local/nagios/libexec/check_esx3.pl -H 10.141.1.66 -u XXXXX -p XXXXX -l "CPU"
ESX3 OK - cpu usage=3263.00 MHz (10.87%) | cpu_usagemhz=3263.00Mhz;; cpu_usage=10.87%;;
Strangely, some of the hosts are working and some are not. Please help