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

Method GetPassiveServiceChecksStatistics

lib/icinga/cib.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57int CIB::GetPassiveServiceChecksStatistics(long timespan)
58{
59 return m_PassiveServiceChecksStatistics.UpdateAndGetValues(Utility::GetTime(), timespan);
60}
61
62CheckableCheckStatistics CIB::CalculateHostCheckStats()
63{

Callers

nothing calls this directly

Calls 1

UpdateAndGetValuesMethod · 0.80

Tested by

no test coverage detected