-
Notifications
You must be signed in to change notification settings - Fork 584
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dev.icinga.com #11919] Duplicating downtime from ScheduledDowntime object on each restart #4272
Comments
Updated by mfriedrich on 2016-07-28 16:17:00 +00:00
|
Updated by mfriedrich on 2016-11-09 14:58:53 +00:00
|
I had the same problem in a HA Master setup. What stopped this was to comment out the recursive import of /etc/icinga2/conf.d on all masters, satellites and agents. Also i disabled accpet_config on Master1. IDO:
API Master1
Master2
Config:
|
Reproducing the problem is scheduled for CW24. |
What I tried:
|
This issue has been migrated from Redmine: https://dev.icinga.com/issues/11919
Created by ljm on 2016-06-09 11:12:30 +00:00
Assignee: (none)
Status: New
Target Version: (none)
Last Update: 2016-11-09 14:58:53 +00:00 (in Redmine)
Summary: on each restart, nearest occurence of scheduled downtime is replicated - it is shown multiple times in webinterface and new file in /var/lib/icinga2/api/packages/_api/conf.d/downtimes/ is created.
Configuration:
object ScheduledDowntime "DRDB Downtime" {
author = "system"
host_name = "pl-waw04a-xen21-db01"
service_name = "DRDB status"
comment = "Automatic downtime - database not ready"
ranges = {
"monday" = "00:00-02:00"
"tuesday" = "00:00-02:00"
"wednesday" = "00:00-02:00"
"thursday" = "00:00-02:00"
"friday" = "00:00-02:00"
"saturday" = "00:00-02:00"
"sunday" = "00:00-02:00"
}
}
The text was updated successfully, but these errors were encountered: