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

Method GetCheckRequestQueueSize

lib/icinga/clusterevents-check.cpp:356–359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356int ClusterEvents::GetCheckRequestQueueSize()
357{
358 return m_CheckRequestQueue.size();
359}
360
361void ClusterEvents::LogRemoteCheckQueueInformation() {
362 if (m_ChecksDroppedDuringInterval > 0) {

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected