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

Method GetMaxConcurrentChecks

lib/icinga/icingaapplication.cpp:304–307  ·  view source on GitHub ↗

Intentionally kept here, since an agent may not have the CheckerComponent loaded. */

Source from the content-addressed store, hash-verified

302
303/* Intentionally kept here, since an agent may not have the CheckerComponent loaded. */
304int IcingaApplication::GetMaxConcurrentChecks() const
305{
306 return ScriptGlobal::Get("MaxConcurrentChecks");
307}
308
309String IcingaApplication::GetEnvironment() const
310{

Callers 2

CheckThreadProcMethod · 0.80
RemoteCheckThreadProcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected