Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
356
int ClusterEvents::GetCheckRequestQueueSize()
357
{
358
return m_CheckRequestQueue.size();
359
}
360
361
void ClusterEvents::LogRemoteCheckQueueInformation() {
362
if (m_ChecksDroppedDuringInterval > 0) {
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected