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

Method CustomVarsChangedHandler

lib/icingadb/icingadb-objects.cpp:3153–3157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3151}
3152
3153void IcingaDB::CustomVarsChangedHandler(const ConfigObject::Ptr& object, const Dictionary::Ptr& oldValues, const Dictionary::Ptr& newValues) {
3154 for (const IcingaDB::Ptr& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3155 rw->SendCustomVarsChanged(object, oldValues, newValues);
3156 }
3157}
3158
3159void IcingaDB::DeleteRelationship(const String& id, RedisConnection::QueryArg redisObjKey, RedisConnection::QueryArg redisChecksumKey) {
3160 Log(LogNotice, "IcingaDB")

Callers

nothing calls this directly

Calls 1

SendCustomVarsChangedMethod · 0.80

Tested by

no test coverage detected