Busy triggers
Returns a list of triggers from a host group, that exceeded a specified amount of activations.
The busy triggers list generated by the report offer additional information about each trigger.
The configuration of a busy triggers widget offers the following options (aside from the general settings of a widget):

- Host group: Select a host group to include the trigger from its hosts in the report.
- Threshold: Enter a activation threshold for trigger events. If a trigger exceeds that number, it is included in the report.
- Limit: Enter a limit for trigger events. The amount of included triggers won’t exceed this limit.
Render examples

- Host: The source host of the trigger.
- Sev: The severity associated with the trigger.
- Name: The name of the trigger.
- Activations: The amount of activations within the reporting period (metric the list is sorted by, in descending order).
- Avg time between problems: The average time between problems the trigger generated within the report period.
{
"name": "busy-triggers-widget",
"displayName": "Busy triggers of Zabbix",
"description": "",
"error": "",
"config": {
"host_groups": [
{
"id": 4,
"name": "Zabbix"
}
],
"limit": 15,
"threshold": 2
},
"hostgroups": [
{
"hostgroup": {
"flags": 0,
"groupid": 4,
"name": "Zabbix",
"uuid": "d1ddc1b94be1aeaddf"
},
"triggers": [
{
"trigger": {
"comments": "The load average per CPU is too high. The system may be slow to respond.",
"correlation_mode": 0,
"description": "Load average is too high",
"event_name": "Load average is too high (per CPU load over {$LOAD_AVG_PER_CPU.MAX.WARN} for 5m)",
"expression": "{262458}/{262459}\u003e{$LOAD_AVG_PER_CPU.MAX.WARN}\r\nand {262460}\u003e0\r\nand {262461}\u003e0",
"flags": 0,
"groups": [
{
"flags": 0,
"groupid": 4,
"name": "Zabbix",
"uuid": "d1ddc1b1c3e1aeaddf"
},
{
"flags": 0,
"groupid": 78,
"name": "IntelliTrend",
"uuid": "397e56b2f5088904a9930"
}
],
"hosts": [
{
"flags": 0,
"host": "monitoring",
"hostid": 1084,
"inventory_mode": -1,
"ipmi_authtype": -1,
"ipmi_privilege": 2,
"maintenance_from": 0,
"maintenance_status": 0,
"maintenance_type": 0,
"name": "Monitoring Server IntelliMon",
"status": 0,
"tls_accept": 1,
"tls_connect": 1
}
],
"lastchange": 1744746444,
"manual_close": 0,
"opdata": "Load averages(1m 5m 15m): ({ITEM.LASTVALUE1} {ITEM.LASTVALUE3} {ITEM.LASTVALUE4}), # of CPUs: {ITEM.LASTVALUE2}",
"priority": 3,
"recovery_mode": 0,
"state": 0,
"status": 0,
"templateid": 83341,
"triggerid": 102354,
"type": 0,
"value": 0,
"hostGroups": [
{
"flags": 0,
"groupid": 4,
"name": "Zabbix",
"uuid": "d1ddc1b1c3c294be1aeaddf"
},
{
"flags": 0,
"groupid": 78,
"name": "IntelliTrend",
"uuid": "397e56b2f95088904a9930"
}
]
},
"activations": 15,
"averageTimeBetweenProblems": 37028.5
}
]
}
]
}