ESXi Hardware Monitoring using check_esxi_hardware.py
Posted: Thu Aug 10, 2017 12:23 am
Hi,
We are trying to monitor hardware health of ESXi server using plugin check_esxi_hardware.py, but we received below error
[root@s930l3301 tmp]# ./check_esxi_hardware.py -H s930e0130.rwe.com -U testusr -P testusr123
Traceback (most recent call last):
File "./check_esxi_hardware.py", line 617, in <module>
wbemclient = pywbem.WBEMConnection(hosturl, (user,password), no_verification=True)
TypeError: __init__() got an unexpected keyword argument 'no_verification'
[root@s930l3301 tmp]#
Kindly advice.
We are trying to monitor hardware health of ESXi server using plugin check_esxi_hardware.py, but we received below error
[root@s930l3301 tmp]# ./check_esxi_hardware.py -H s930e0130.rwe.com -U testusr -P testusr123
Traceback (most recent call last):
File "./check_esxi_hardware.py", line 617, in <module>
wbemclient = pywbem.WBEMConnection(hosturl, (user,password), no_verification=True)
TypeError: __init__() got an unexpected keyword argument 'no_verification'
[root@s930l3301 tmp]#
Kindly advice.