Skip to main content
Glama

zabbix-mcp-server

event_get

Retrieve events from Zabbix monitoring system with customizable filters such as event IDs, host groups, and time ranges. Returns JSON-formatted event data for analysis or integration.

Instructions

Get events 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) limit: Maximum number of results Returns: str: JSON formatted list of events

Input Schema

NameRequiredDescriptionDefault
eventidsNo
groupidsNo
hostidsNo
limitNo
objectidsNo
outputNoextend
time_fromNo
time_tillNo

Input Schema (JSON Schema)

{ "properties": { "eventids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Eventids" }, "groupids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Groupids" }, "hostids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Hostids" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Limit" }, "objectids": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Objectids" }, "output": { "default": "extend", "title": "Output", "type": "string" }, "time_from": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Time From" }, "time_till": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Time Till" } }, "type": "object" }

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