Skip to main content
Glama

zabbix-mcp-server

event_acknowledge

Acknowledge or close events in Zabbix monitoring by providing event IDs, action type, and optional message. Returns JSON-formatted acknowledgment results for efficient event management.

Instructions

Acknowledge events in Zabbix.

Args: eventids: List of event IDs to acknowledge action: Acknowledge action (1=acknowledge, 2=close, etc.) message: Acknowledge message Returns: str: JSON formatted acknowledgment result

Input Schema

NameRequiredDescriptionDefault
actionNo
eventidsYes
messageNo

Input Schema (JSON Schema)

{ "properties": { "action": { "default": 1, "title": "Action", "type": "integer" }, "eventids": { "items": { "type": "string" }, "title": "Eventids", "type": "array" }, "message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Message" } }, "required": [ "eventids" ], "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