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,
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.
Thanks guys. I kind of had the feeling that I will have to go this route, the scripting route.
Much appreciate your quick responses.