grundic / zabbix-disk-performance

Zabbix template for collecting IO statistics
MIT License
292 stars 152 forks source link

Zabbix Agent 4.0 incompatibility #31

Open brunopbaffonso opened 4 years ago

brunopbaffonso commented 4 years ago

I use zabbix-agent 4.0 on SLES 12 SP 3 and zabbix-disk-performance does not work.

I had to downgrade to version 3.0 of zabbix-agent to correct the problem.

kirkwor commented 4 years ago

I'm using it with V4 and works, what error did you get? you can use zabbix_get to query the agent from the server:

zabbix_get -s zabbix_agent_IP -p 10050 -k "a_key"

Zabbix agent just reads whatever output the python script generates.