Forked from alexanderzobnin's grafana-zabbix. Original feature description can be found there.
zabbix 3.2+ provides a new function to tag the infomation in trigger event. That function builds a new mechanism to use a same trigger for multiple problem events from monitor server/service. This github repo add a trigger events table in a trigger-event-panel to show the trigger event information based on the custom event tags defined in zabbix trigger configuration.
For who fork this sub-project, please update the event tags constant definition in the src\panel-events\module.js
to align your custom tag definition in zabbix.
Minor adaptation in the method refreshData()
might be needed.