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