Skip to main content
Glama

zabbix-mcp-server

template_create

Create custom Zabbix templates for monitoring configurations by defining host details, groups, and descriptions. Returns JSON-formatted results for seamless integration.

Instructions

Create a new template in Zabbix.

Args: host: Template technical name groups: List of host groups (format: [{"groupid": "1"}]) name: Template visible name description: Template description Returns: str: JSON formatted creation result

Input Schema

NameRequiredDescriptionDefault
descriptionNo
groupsYes
hostYes
nameNo

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "groups": { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "title": "Groups", "type": "array" }, "host": { "title": "Host", "type": "string" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Name" } }, "required": [ "host", "groups" ], "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