MCPcopy Create free account
hub / github.com/Icinga/icinga2 / TimePeriodRangesChangedHandler

Method TimePeriodRangesChangedHandler

lib/icingadb/icingadb-objects.cpp:3103–3107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3101}
3102
3103void IcingaDB::TimePeriodRangesChangedHandler(const TimePeriod::Ptr& timeperiod, const Dictionary::Ptr& oldValues, const Dictionary::Ptr& newValues) {
3104 for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3105 rw->SendTimePeriodRangesChanged(timeperiod, oldValues, newValues);
3106 }
3107}
3108
3109void IcingaDB::TimePeriodIncludesChangedHandler(const TimePeriod::Ptr& timeperiod, const Array::Ptr& oldValues, const Array::Ptr& newValues) {
3110 for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected