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

Method GetLastState

lib/icinga/host.cpp:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157HostState Host::GetLastState() const
158{
159 return CalculateState(GetLastStateRaw());
160}
161
162HostState Host::GetLastHardState() const
163{

Callers 8

CheckResultHandlerMethod · 0.80
StateChangeHandlerMethod · 0.80
CheckResultHandlerMethod · 0.80
StateChangeHandlerMethod · 0.80
AddStateChangeHistoryMethod · 0.80
LastStateAccessorMethod · 0.80
LastStateAccessorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected