Hello

I've set up ICINGA2, everything works just fine, except the scheduled 
downtimes. I have configured recurring scheduled downtimes for our filr 
(Novell) and its hypervisor. The thing is it worked for about a week and 
afterwards the rule applys fully random (sometimes it sends notifications 
sometimes not).

My configuration: 
----------------------------8<----------------------------
apply ScheduledDowntime "filr reindex" to Service {
        author = "icingaadmin"
        comment = "Scheduled downtime for filr reindex"
        ranges = {
                monday = "02:00-05:00",
                tuesday = "02:00-05:00",
                wednesday = "02:00-05:00",
                thursday = "02:00-05:00",
                friday = "02:00-05:00",
                saturday = "02:00-05:00",
                sunday = "02:00-05:00"
        }

        assign where host.name == "filr-main"
        assign where host.name == "filr-mysql"
        assign where host.name == "msw-app7"
}
----------------------------8<----------------------------

Regards
Patrick

_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users

Reply via email to