KVM monitoring through Zabbix
Monitor your KVM resources through Zabbix
python2, libvirt-python (tested with 0.9.12.3, 0.10.2 and 1.1.3.x)
- copy bin/zabbix-kvm-res.py to /usr/local/bin/
- append zabbix_agentd.conf/UserParameters to /etc/zabbix_agentd.conf (or whatever location your zabbix_agentd.conf file is located at)
- restart zabbix-agent daemon
- import zbx_templates/zabbix_kvm.xml into your templates
- apply template to kvm system
- drink coffee and enjoy
- Patrik Uytterhoeven for putting it out there
- thirstycat for helping out with the flags of some libvirt methods
- Stefano Blasco for providing feedback and code to make it work with libvirt-python 0.9.12.3)