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

Method IsAcknowledged

lib/icinga/checkable.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189bool Checkable::IsAcknowledged() const
190{
191 return const_cast<Checkable *>(this)->GetAcknowledgement() != AcknowledgementNone;
192}
193
194void Checkable::AcknowledgeProblem(const String& author, const String& comment, AcknowledgementType type, bool notify, bool persistent, double changeTime, double expiry, const MessageOrigin::Ptr& origin)
195{

Callers 14

SerializeStateMethod · 0.80
AcknowledgedAccessorMethod · 0.80
AcknowledgedAccessorMethod · 0.80
AcknowledgeSvcProblemMethod · 0.80
AcknowledgeProblemMethod · 0.80
CalculateServiceStatsMethod · 0.80
CalculateHostStatsMethod · 0.80

Calls 1

GetAcknowledgementMethod · 0.80

Tested by

no test coverage detected