Skip to main content
Glama

zabbix-mcp-server

trigger_create

Define and configure Zabbix triggers by specifying description, expression, priority, status, and comments. Automates trigger creation for monitoring workflows.

Instructions

Create a new trigger in Zabbix.

Args: description: Trigger description expression: Trigger expression priority: Severity (0=not classified, 1=info, 2=warning, 3=average, 4=high, 5=disaster) status: Status (0=enabled, 1=disabled) comments: Additional comments Returns: str: JSON formatted creation result

Input Schema

NameRequiredDescriptionDefault
commentsNo
descriptionYes
expressionYes
priorityNo
statusNo

Input Schema (JSON Schema)

{ "properties": { "comments": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Comments" }, "description": { "title": "Description", "type": "string" }, "expression": { "title": "Expression", "type": "string" }, "priority": { "default": 0, "title": "Priority", "type": "integer" }, "status": { "default": 0, "title": "Status", "type": "integer" } }, "required": [ "description", "expression" ], "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