Skip to main content
Glama

zabbix-mcp-server

maintenance_update

Modify maintenance periods in Zabbix by updating the name, start/end times, or description using the maintenance ID. Streamline monitoring schedules with JSON-formatted results.

Instructions

Update an existing maintenance period in Zabbix.

Args: maintenanceid: Maintenance ID to update name: New maintenance name active_since: New start time (Unix timestamp) active_till: New end time (Unix timestamp) description: New maintenance description Returns: str: JSON formatted update result

Input Schema

NameRequiredDescriptionDefault
active_sinceNo
active_tillNo
descriptionNo
maintenanceidYes
nameNo

Input Schema (JSON Schema)

{ "properties": { "active_since": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Active Since" }, "active_till": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Active Till" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "maintenanceid": { "title": "Maintenanceid", "type": "string" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "required": [ "maintenanceid" ], "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