template_create
Create a new reusable Zabbix template with custom monitoring configuration. Define a technical name and assign template groups to standardize items, triggers, and graphs across multiple hosts.
Instructions
Create a new template in Zabbix.
Templates define the monitoring configuration (items, triggers, graphs) that can be reused across multiple hosts. Creating custom templates enables standardized monitoring for specific applications or server types.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Technical name of the template. | |
| name | No | Template name (required). Example: 'Apache Web Server', 'PostgreSQL Database'. Should describe what the template monitors. | |
| groups | Yes | Template groups the template belongs to, e.g. [{'groupid': '10'}]. Since Zabbix 6.2 these are template groups, not host groups. | |
| description | No | Optional template description explaining its purpose and use. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||