mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +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);
|
||||
});
|
||||
|
||||
/* 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…
x
Reference in New Issue
Block a user