zabbix_create_service
Create a new business service in Zabbix for IT service monitoring, with configurable status calculation, tags, and parent-child relationships.
Instructions
Create a new business service in Zabbix for IT service monitoring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the service | |
| tags | No | Service tags | |
| weight | No | Service weight | |
| parents | No | Parent services | |
| children | No | Child services | |
| algorithm | Yes | Status calculation algorithm: 0 (set status to OK), 1 (most critical of child services), 2 (most critical if all children have problems) | |
| sortorder | No | Position of the service used for sorting | |
| description | No | Description of the service | |
| problem_tags | No | Problem tags that link problems to this service | |
| status_rules | No | Status calculation rules | |
| propagation_rule | No | Status propagation rule: 0 (propagate as is), 1 (increase by one), 2 (decrease by one), 3 (ignore this service) | |
| propagation_value | No | Status propagation value |