vibemk_schedule_service_downtime
Schedules maintenance downtime for CheckMK services by host and service list. Accepts start, end, duration, or recurring pattern in natural language to suppress alerts during planned maintenance.
Instructions
🔧 Schedule service downtime - Schedule maintenance downtime for specific services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recur | No | Optional recurring pattern: 'hour', 'day', 'week', 'month' | |
| comment | No | Comment describing the reason for downtime. Default: 'Scheduled service maintenance' | |
| duration | No | Downtime duration - supports natural language: '2h', '1h30m', '90m' or minutes as integer. Default: 60 | |
| end_time | No | End time - supports natural language: '23:30 today', 'tomorrow at 16:00', 'monday at 17:00', or relative like '+2h'. Optional if duration specified | |
| host_name | Yes | Host name where services are located | |
| start_time | No | Start time - supports natural language: '22:00 today', 'tomorrow at 14:00', 'monday at 09:00', '2024-08-23 at 22:00', 'in 2 hours', 'now', or ISO format. Default: now | |
| service_descriptions | Yes | List of service descriptions to schedule downtime for |