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

Method TimePeriodExcludesChangedHandler

lib/icingadb/icingadb-objects.cpp:3115–3119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3113}
3114
3115void IcingaDB::TimePeriodExcludesChangedHandler(const TimePeriod::Ptr& timeperiod, const Array::Ptr& oldValues, const Array::Ptr& newValues) {
3116 for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3117 rw->SendTimePeriodExcludesChanged(timeperiod, oldValues, newValues);
3118 }
3119}
3120
3121void IcingaDB::UserGroupsChangedHandler(const User::Ptr& user, const Array::Ptr& oldValues, const Array::Ptr& newValues) {
3122 for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected