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

Method CommentRemovedHandler

lib/icingadb/icingadb-objects.cpp:3003–3008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3001}
3002
3003void IcingaDB::CommentRemovedHandler(const Comment::Ptr& comment)
3004{
3005 for (auto& rw : ConfigType::GetObjectsByType<IcingaDB>()) {
3006 rw->SendRemovedComment(comment);
3007 }
3008}
3009
3010void IcingaDB::FlappingChangeHandler(const Checkable::Ptr& checkable, double changeTime)
3011{

Callers

nothing calls this directly

Calls 1

SendRemovedCommentMethod · 0.80

Tested by

no test coverage detected