zabbix_update_maintenance
Modify an existing maintenance period in Zabbix. Set new active times, host groups, or maintenance type using the maintenance ID.
Instructions
Update an existing maintenance period in Zabbix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of the maintenance period | |
| hostids | No | IDs of hosts to put in maintenance | |
| groupids | No | IDs of host groups to put in maintenance | |
| active_till | No | End time of the maintenance period (Unix timestamp) | |
| description | No | Description of the maintenance period | |
| active_since | No | Start time of the maintenance period (Unix timestamp) | |
| maintenanceid | Yes | ID of the maintenance period to update | |
| maintenance_type | No | Type of maintenance (0 - with data collection, 1 - without data collection) |