I'm trying to monitor an ESXi machine and found that guidline: http://lab4.org/wiki/Zabbix_ESX-Serv...IM_ueberwachen .
I can read all the values from the ESXi using this command: ./check-esx-hardware.py -i 10.1.1.200 -u zabbix -p blablablabla -d -x
I also created a Template according to the guideline and assigned it to my host. Whenever I try to update the values using this command, the response is: info from server: "processed: 0; failed: 119; total: 119; seconds spent: 0.001811"
My command:
./check-esx-hardware.py -i 1.1.1.200 -u zabbix -p blablablablabla -d -x|zabbix_sender -z 127.0.0.1 -s "MYESXHOSTNAME" -i - -v
How to find out why it is failing?
I also have an Item which has the key "vmware.hardwarehealthstate[heartbeat]" and should be updated everytime I run the Phyton script. But it does not receive any values.
Thank's for any reply/help!
I can read all the values from the ESXi using this command: ./check-esx-hardware.py -i 10.1.1.200 -u zabbix -p blablablabla -d -x
I also created a Template according to the guideline and assigned it to my host. Whenever I try to update the values using this command, the response is: info from server: "processed: 0; failed: 119; total: 119; seconds spent: 0.001811"
My command:
./check-esx-hardware.py -i 1.1.1.200 -u zabbix -p blablablablabla -d -x|zabbix_sender -z 127.0.0.1 -s "MYESXHOSTNAME" -i - -v
How to find out why it is failing?I also have an Item which has the key "vmware.hardwarehealthstate[heartbeat]" and should be updated everytime I run the Phyton script. But it does not receive any values.
Thank's for any reply/help!