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

Method GetNodeName

lib/icinga/icingaapplication.cpp:298–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298String IcingaApplication::GetNodeName() const
299{
300 return ScriptGlobal::Get("NodeName");
301}
302
303/* Intentionally kept here, since an agent may not have the CheckerComponent loaded. */
304int IcingaApplication::GetMaxConcurrentChecks() const

Callers 15

GetConfigFieldsMethod · 0.80
GetStatusFieldsMethod · 0.80
EndpointIsConnectedMethod · 0.80
SendStatusUpdateMethod · 0.80
UpdateProgramStatusMethod · 0.80
AddCommentInternalMethod · 0.80
AddDowntimeInternalMethod · 0.80
AddStateChangeHistoryMethod · 0.80
AddLogHistoryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected