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

Method GetConstantsConfPath

lib/cli/nodeutility.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace icinga;
28
29String NodeUtility::GetConstantsConfPath()
30{
31 return Configuration::ConfigDir + "/constants.conf";
32}
33
34String NodeUtility::GetZonesConfPath()
35{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected