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

Method NextCheckChangedHandler

lib/icingadb/icingadb-objects.cpp:3026–3031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3024}
3025
3026void IcingaDB::NextCheckChangedHandler(const Checkable::Ptr& checkable)
3027{
3028 for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3029 rw->EnqueueConfigObject(checkable, icingadb::task_queue::VolatileState | icingadb::task_queue::NextUpdate);
3030 }
3031}
3032
3033void IcingaDB::DependencyGroupChildRegisteredHandler(const Checkable::Ptr& child, const DependencyGroup::Ptr& dependencyGroup)
3034{

Callers

nothing calls this directly

Calls 1

EnqueueConfigObjectMethod · 0.80

Tested by

no test coverage detected