Ad Widget

Collapse

Zabbix API get triggers/events for an application?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jrbeilke
    Junior Member
    • May 2016
    • 4

    #1

    Zabbix API get triggers/events for an application?

    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.
  • viktorkho
    Member
    • Jul 2013
    • 90

    #2
    Can you try first to use 'trigger.get' method with query like '"selectItems": "selectApplications"'?
    Last edited by viktorkho; 15-05-2016, 15:54. Reason: Query fix

    Comment

    Working...