Skip to main content
Glama
mpeirone

zabbix-mcp-server

problem_get

Retrieve and filter problems from Zabbix by event IDs, host groups, severity levels, or time range. Returns JSON-formatted data for efficient monitoring and issue tracking.

Instructions

Get problems from Zabbix with optional filtering.

Args:
    eventids: List of event IDs to retrieve
    groupids: List of host group IDs to filter by
    hostids: List of host IDs to filter by
    objectids: List of object IDs to filter by
    output: Output format
    time_from: Start time (Unix timestamp)
    time_till: End time (Unix timestamp)
    recent: Only recent problems
    severities: List of severity levels to filter by
    limit: Maximum number of results
    
Returns:
    str: JSON formatted list of problems

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventidsNo
groupidsNo
hostidsNo
limitNo
objectidsNo
outputNoextend
recentNo
severitiesNo
time_fromNo
time_tillNo

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mpeirone/zabbix-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server