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

Method GetApiUsersConfPath

lib/cli/apisetuputility.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32String ApiSetupUtility::GetApiUsersConfPath()
33{
34 return ApiSetupUtility::GetConfdPath() + "/api-users.conf";
35}
36
37bool ApiSetupUtility::SetupMaster(const String& cn, bool prompt_restart)
38{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected