Skip to main content
Glama

zabbix-mcp-server

maintenance_create

Schedule a new maintenance period in Zabbix by defining start and end times, host or group IDs, and specific time periods, ensuring uninterrupted monitoring and system updates.

Instructions

Create a new maintenance period in Zabbix.

Args: name: Maintenance name active_since: Start time (Unix timestamp) active_till: End time (Unix timestamp) groupids: List of host group IDs hostids: List of host IDs timeperiods: List of time periods description: Maintenance description Returns: str: JSON formatted creation result

Input Schema

NameRequiredDescriptionDefault
active_sinceYes
active_tillYes
descriptionNo
groupidsNo
hostidsNo
nameYes
timeperiodsNo

Input Schema (JSON Schema)

{ "properties": { "active_since": { "title": "Active Since", "type": "integer" }, "active_till": { "title": "Active Till", "type": "integer" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "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" }, "name": { "title": "Name", "type": "string" }, "timeperiods": { "anyOf": [ { "items": { "additionalProperties": true, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Timeperiods" } }, "required": [ "name", "active_since", "active_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