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

Method StateChangedHandler

lib/db_ido/dbobject.cpp:416–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414}
415
416void DbObject::StateChangedHandler(const ConfigObject::Ptr& object)
417{
418 DbObject::Ptr dbobj = GetOrCreateByObject(object);
419
420 if (!dbobj)
421 return;
422
423 dbobj->SendStatusUpdate();
424}
425
426void DbObject::VarsChangedHandler(const CustomVarObject::Ptr& object)
427{

Callers

nothing calls this directly

Calls 1

SendStatusUpdateMethod · 0.80

Tested by

no test coverage detected