mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7608 from Icinga/bugfix/icinga-history-stream-downtime
IcingaDB: avoid duplicates in icinga:history:stream:downtime
This commit is contained in:
commit
fa892b613d
|
@ -71,9 +71,7 @@ void IcingaDB::ConfigStaticInitialize()
|
|||
IcingaDB::VersionChangedHandler(object);
|
||||
});
|
||||
|
||||
/* fixed downtime start */
|
||||
Downtime::OnDowntimeStarted.connect(&IcingaDB::DowntimeStartedHandler);
|
||||
/* flexible downtime start */
|
||||
/* downtime start */
|
||||
Downtime::OnDowntimeTriggered.connect(&IcingaDB::DowntimeStartedHandler);
|
||||
/* fixed/flexible downtime end or remove */
|
||||
Downtime::OnDowntimeRemoved.connect(&IcingaDB::DowntimeRemovedHandler);
|
||||
|
|
Loading…
Reference in New Issue