get_problems
Retrieve active Zabbix problems sorted newest first, with age and severity filtering. Optionally filter by tags and set a limit; when capped, shows the true total count.
Instructions
Get active Zabbix problems, newest first.
Problems are listed newest-first and annotated with their age. The header
shows the true total ('showing N of TOTAL' when the result is capped by
limit), so a capped listing is never mistaken for the full picture.
Args: min_severity: Minimum severity (0=Not classified, 1=Info, 2=Warning, 3=Average, 4=High, 5=Disaster) tag_name: Filter by tag name (optional) tag_value: Filter by tag value (optional, requires tag_name) limit: Maximum number of problems to return (floored at 1; when the result hits this cap a second count query is issued to report the true total)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| tag_name | No | ||
| tag_value | No | ||
| min_severity | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |