host_create
Add a new monitored host to Zabbix by providing host name and groups. Optionally configure interfaces and link templates for monitoring.
Instructions
Create a new host in Zabbix.
Adds a new monitored host to Zabbix. This is essential for starting to monitor a new server or device. You must specify at least a host name and groups. You can optionally configure interfaces (for agent/SNMP communication) and link templates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Technical name of the host. | |
| name | No | Visible name. | |
| groups | No | Host groups (e.g., [{'groupid': '1'}]). | |
| params | No | Raw params dict for bulk operations. If provided, individual parameters are ignored. | |
| status | No | 0=enabled, 1=disabled. | |
| templates | No | Templates to link. | |
| interfaces | No | Host interfaces. | |
| description | No | Description. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||