Skip to main content
Glama

zabbix-mcp-server

host_create

Add a new host to Zabbix by specifying host name, groups, interfaces, and templates. Set inventory mode and status to configure monitoring and integration.

Instructions

Create a new host in Zabbix.

Args: host: Host name groups: List of host groups (format: [{"groupid": "1"}]) interfaces: List of host interfaces templates: List of templates to link (format: [{"templateid": "1"}]) inventory_mode: Inventory mode (-1=disabled, 0=manual, 1=automatic) status: Host status (0=enabled, 1=disabled) Returns: str: JSON formatted creation result

Input Schema

NameRequiredDescriptionDefault
groupsYes
hostYes
interfacesYes
inventory_modeNo
statusNo
templatesNo

Input Schema (JSON Schema)

{ "properties": { "groups": { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "title": "Groups", "type": "array" }, "host": { "title": "Host", "type": "string" }, "interfaces": { "items": { "additionalProperties": true, "type": "object" }, "title": "Interfaces", "type": "array" }, "inventory_mode": { "default": -1, "title": "Inventory Mode", "type": "integer" }, "status": { "default": 0, "title": "Status", "type": "integer" }, "templates": { "anyOf": [ { "items": { "additionalProperties": { "type": "string" }, "type": "object" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Templates" } }, "required": [ "host", "groups", "interfaces" ], "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