problem_get
Retrieve active problems from Zabbix to identify issues with monitored infrastructure. Filter by hosts, groups, triggers, time range, severity, or acknowledgement status to diagnose and resolve incidents.
Instructions
Get problems from Zabbix.
Problems are active trigger states that indicate issues with monitored infrastructure. Each problem is associated with a trigger and can be acknowledged by operators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default is 100. | |
| offset | No | Number of matching records to skip. Use with 'limit' to page through results; check 'has_more' and 'total' in the response. | |
| output | No | extend | |
| recent | No | If true, only return recently recovered problems. | |
| search | No | Dictionary with search criteria like {'name': 'CPU'}. | |
| hostids | No | List of host IDs to get problems from. | |
| eventids | No | List of event IDs to get problems for. If empty, returns all problems. | |
| groupids | No | List of host group IDs to get problems from. | |
| objectids | No | List of trigger IDs to get problems from. | |
| sortfield | No | Field to sort by. A deterministic sort is required for paging to be consistent. | eventid |
| sortorder | No | Sort direction - 'ASC' or 'DESC'. | ASC |
| time_from | No | Unix timestamp. | |
| time_till | No | Unix timestamp. | |
| severities | No | Severity levels 0-5. | |
| suppressed | No | If false, return only unsuppressed problems. If true, return only suppressed problems. | |
| acknowledged | No | If false, return only unacknowledged problems. If true, return only acknowledged problems. | |
| count_output | No | If true, returns only the count of matched objects as an integer. | |
| name_contains | No | Shortcut to search for problems by name (constructs search={'name': name_contains}). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||