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

Method GetActiveServiceChecksStatistics

lib/icinga/cib.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37int CIB::GetActiveServiceChecksStatistics(long timespan)
38{
39 return m_ActiveServiceChecksStatistics.UpdateAndGetValues(Utility::GetTime(), timespan);
40}
41
42void CIB::UpdatePassiveHostChecksStatistics(long tv, int num)
43{

Callers

nothing calls this directly

Calls 1

UpdateAndGetValuesMethod · 0.80

Tested by

no test coverage detected