Skip to main content
Glama

zabbix-mcp-server

trigger_update

Modify Zabbix triggers by updating their description, expression, severity level, or status using the Trigger ID. Returns JSON-formatted results for seamless integration and monitoring adjustments.

Instructions

Update an existing trigger in Zabbix.

Args: triggerid: Trigger ID to update description: New trigger description expression: New trigger expression priority: New severity level status: New status (0=enabled, 1=disabled) Returns: str: JSON formatted update result

Input Schema

NameRequiredDescriptionDefault
descriptionNo
expressionNo
priorityNo
statusNo
triggeridYes

Input Schema (JSON Schema)

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