Hi Team,
I am getting the below error for ESX hosts which is added in Nagios using vmware wizard. Can I know the reason for this error message and how this can be fixed ?
SOAP request error - possibly a protocol issue: 500 read timeout one 1 of 4 hosts.
Regards,
Preethu
SOAP request error - possibly a protocol issue:
Re: SOAP request error - possibly a protocol issue:
Hello @preeth.d
Thanks for reaching out, want to get some info:
Please let us know what you get when you run this:
Thanks,
Perry
Thanks for reaching out, want to get some info:
Code: Select all
/usr/local/nagios/libexec/check_vmware_api.pl --version
perl --version
cat /usr/local/nagiosxi/var/xiversion | grep full
sudo cat /etc/os-release
sudo uname -a
sudo hostnamectl
sudo lsb_release -a
yum repolist
yum list installed | grep -i perl
Code: Select all
su -l rootCode: Select all
/usr/local/nagios/libexec# ./check_vmware_api.pl -H <yourhostaddresshere> -1 -u <username> -p <yourpasswordhere> -l runtime -t 200Perry
Re: SOAP request error - possibly a protocol issue:
Hi Perry,
I have shared you the details via PM.
Can you please look into it.
Regards,
Preethu
I have shared you the details via PM.
Can you please look into it.
Regards,
Preethu
Re: SOAP request error - possibly a protocol issue:
Hello @preethu.d
Thanks for following up with the info, helped to shed some light on the issue but need to troubleshoot some more:
Verify that we can establish:
With verbose results:
Please let us know how these look.
Thanks,
Perry
Thanks for following up with the info, helped to shed some light on the issue but need to troubleshoot some more:
Verify that we can establish:
Code: Select all
curl -k https://yourvmware_esx_server_address_here/sdk/vimService?wsdlCode: Select all
/usr/local/nagios/libexec/check_vmware_api.pl -H <yourhostadddresshere> -u <username> -p <password> -l cpu --verboseCode: Select all
/usr/local/nagios/libexec/check_esx3.pl -H MYESX -u MYUSER -p MYPASS -l cpu -s usageThanks,
Perry