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

Method UpdateActiveHostChecksStatistics

lib/icinga/cib.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20RingBuffer CIB::m_PassiveServiceChecksStatistics(15 * 60);
21
22void CIB::UpdateActiveHostChecksStatistics(long tv, int num)
23{
24 m_ActiveHostChecksStatistics.InsertValue(tv, num);
25}
26
27void CIB::UpdateActiveServiceChecksStatistics(long tv, int num)
28{

Callers

nothing calls this directly

Calls 1

InsertValueMethod · 0.80

Tested by

no test coverage detected