Python Zabbix 7.0 Host Group LED
19 | 03 Aug 2024Api 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.