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

Method NotificationUserGroupsChangedHandler

lib/icingadb/icingadb-objects.cpp:3097–3101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3095}
3096
3097void IcingaDB::NotificationUserGroupsChangedHandler(const Notification::Ptr& notification, const Array::Ptr& oldValues, const Array::Ptr& newValues) {
3098 for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3099 rw->SendNotificationUserGroupsChanged(notification, oldValues, newValues);
3100 }
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>()) {

Callers

nothing calls this directly

Tested by

no test coverage detected