Schedule downtimes in Checkmk RAW

Hi,
I want to create a downtime schedule for some of my hosts so that it starts every day at a specific time and last for a specific number of minutes, but I am not that successful.

Is this not possible in the community version?

Thanks,

You could use the REST API to create the downtimes from a script.
The script then runs regularily (e.g. from cron) and has a configuration to set the downtimes.

I am not aware of a ready-to-run solution.

There is an Howto article by a forum user who achieved that :

I have not tested it but it but migth be a good starting point.

2 Likes

Thanks guys. I kind of had the feeling that I will have to go this route, the scripting route.

Much appreciate your quick responses.

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed. Contact an admin if you think this should be re-opened.