Using the Zabbix API to put together a custom status page and would like to be able to display the health of an application along with any active triggers/events.
Is it possible to filter/search for problem triggers on an application through the Zabbix API?
=Example=
* Hostgroup A
** Application 1
*** Triggers w/problems
** Application 2
*** Triggers w/problems
* Hostgroup B
** Application 1
*** Triggers w/problems
** Application 2
*** Triggers w/problems
We have an application, like "MySQL", which we are monitoring across multiple hosts in a hostgroup. Need to be able to display the status of said application for the entire hostgroup based on problem triggers.
Is it possible to filter/search for problem triggers on an application through the Zabbix API?
=Example=
* Hostgroup A
** Application 1
*** Triggers w/problems
** Application 2
*** Triggers w/problems
* Hostgroup B
** Application 1
*** Triggers w/problems
** Application 2
*** Triggers w/problems
We have an application, like "MySQL", which we are monitoring across multiple hosts in a hostgroup. Need to be able to display the status of said application for the entire hostgroup based on problem triggers.
Comment