Time switch / return to standard time

Hello everybody,

I wanted to ask briefly how you deal with the time change in october?

We have to shut down a lot of systems during the conversion. This works automatically.

therefore i would like to automatically disable the notification.

My idea was a downtime for all hosts.

apply ScheduledDowntime "zeitum_services" to Service {
        author ="icingaadmin"
        comment = "Zeitumstellung Downtime"

        ranges = {
                 "sunday -1 october" = "01:15-04:15"
                 }
        assign where host.address
}

apply ScheduledDowntime "zeitum_hosts" to Host {
        author ="icingaadmin"
        comment = "Zeitumstellung Downtime"

        ranges = {
                 "sunday -1 october" = "01:15-04:15"
                 }
        assign where host.address
}

How do you solve the problem?

regards
Basti

Hi Basti,

we have no problems with the time change and do not have to shut down anything, but I think your solution is the best way to match.
I disable the notification for extensive maintenance.

1 Like