problem_get
Retrieve active problems from Zabbix monitoring. Filter by severity, host, or time to identify infrastructure issues needing attention.
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 results to skip (for pagination). Requires sortfield to be set. | |
| 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. | |
| 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 | |||