Skip to main content
Glama

zabbix-mcp-server

configuration_import

Transfer configuration data to Zabbix in JSON or XML format using specified import rules to streamline monitoring setup and synchronization.

Instructions

Import configuration to Zabbix.

Args: format: Import format (json, xml) source: Configuration data to import rules: Import rules Returns: str: JSON formatted import result

Input Schema

NameRequiredDescriptionDefault
formatYes
rulesYes
sourceYes

Input Schema (JSON Schema)

{ "properties": { "format": { "title": "Format", "type": "string" }, "rules": { "additionalProperties": true, "title": "Rules", "type": "object" }, "source": { "title": "Source", "type": "string" } }, "required": [ "format", "source", "rules" ], "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