mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
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);
|
IcingaDB::VersionChangedHandler(object);
|
||||||
});
|
});
|
||||||
|
|
||||||
/* fixed downtime start */
|
/* downtime start */
|
||||||
Downtime::OnDowntimeStarted.connect(&IcingaDB::DowntimeStartedHandler);
|
|
||||||
/* flexible downtime start */
|
|
||||||
Downtime::OnDowntimeTriggered.connect(&IcingaDB::DowntimeStartedHandler);
|
Downtime::OnDowntimeTriggered.connect(&IcingaDB::DowntimeStartedHandler);
|
||||||
/* fixed/flexible downtime end or remove */
|
/* fixed/flexible downtime end or remove */
|
||||||
Downtime::OnDowntimeRemoved.connect(&IcingaDB::DowntimeRemovedHandler);
|
Downtime::OnDowntimeRemoved.connect(&IcingaDB::DowntimeRemovedHandler);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user