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

Method NewCheckResultHandler

lib/icingadb/icingadb-objects.cpp:3019–3024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3017}
3018
3019void IcingaDB::NewCheckResultHandler(const Checkable::Ptr& checkable)
3020{
3021 for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3022 rw->EnqueueConfigObject(checkable, icingadb::task_queue::VolatileState);
3023 }
3024}
3025
3026void IcingaDB::NextCheckChangedHandler(const Checkable::Ptr& checkable)
3027{

Callers

nothing calls this directly

Calls 1

EnqueueConfigObjectMethod · 0.80

Tested by

no test coverage detected