Set the downtime/maintenance flag directly on a (windows) host
Since maintenance work is often started on the server and the need to put the server into maintenance mode is only realized afterward, a small program or tool (or an agent option?) would be very useful to put the server/host directly into maintenance mode, with the same options as in Checkmk. This would include the ability to specify the reason, start time, and so on
Comments: 1
Oldest
•
Newest
•
Most likes
•
Fewest likes
-
09 Feb
Robert SanderThe script $OMD_ROOT/share/doc/check_mk/treasures/downtime.py is already included in the Checkmk package.
Either try to run it on Windows with a Python interpreter installed or try to convert the logic to Powershell.