Hey guys,
I am using Zabbix ver. 2.2 to monitor my VMWare Enviorenment.
i have installed everything, and it looks great.
but i've some problems:
1. i can't success to get all info about my ESX Server like CPU Usage, mem usage and Services.
the same for Discovered VMs...
i am trying to do:
i wish to get info in this form:
{ CPU: 89,
MEM: 78,
Services: [(sshd,up), (ntpd,stop)]
}
i don't know how to use this magnificent API, if you have any tutorial it would help a lot!
2. how can i get monitoring information like CPU, MEM about vms that i discovered from the vc server?
i can't get it...
thanks for all the help
I am using Zabbix ver. 2.2 to monitor my VMWare Enviorenment.
i have installed everything, and it looks great.
but i've some problems:
1. i can't success to get all info about my ESX Server like CPU Usage, mem usage and Services.
the same for Discovered VMs...
i am trying to do:
Code:
import zabbix_api
zapi = zabbix_api("http://zabbix-server", USER, PASS)
zapi.trigger.get(filter= {"host": HOSTNAME})
{ CPU: 89,
MEM: 78,
Services: [(sshd,up), (ntpd,stop)]
}
i don't know how to use this magnificent API, if you have any tutorial it would help a lot!
2. how can i get monitoring information like CPU, MEM about vms that i discovered from the vc server?
i can't get it...
thanks for all the help