mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 07:34:15 +02:00
IcingaDB: avoid duplicates in icinga:history:stream:downtime
This commit is contained in:
parent
d81c15ca2f
commit
592872a6c3
@ -70,9 +70,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