home > linux > code > python-zabbix-70-host-group-led

Python Zabbix 7.0 Host Group LED

19 | 03 Aug 2024

Api Changes

Zabbix 7.0 introduced some api changes, this broke my previous method, which was using a bash script to poll zabbix and update the leds, it had worked but wasn't so maintainable.

The new python script can be easily updated should there be any further api changes.

How it works

python checks zabbix api, and obtains a list of issues per host group, based on this information an led can change colour based on severity of issues found.

code

github.com/mikejonesey/zabbix_led

Post a Comment