lib/core/icingaagent/installer/Install-IcingaAgentBaseFeatures.psm1
function Install-IcingaAgentBaseFeatures() { Disable-IcingaAgentFeature -Feature 'checker'; Enable-IcingaAgentFeature -Feature 'api'; } |
function Install-IcingaAgentBaseFeatures() { Disable-IcingaAgentFeature -Feature 'checker'; Enable-IcingaAgentFeature -Feature 'api'; } |