icinga-powershell-framework/lib/core/icingaagent/installer/Install-IcingaAgentBaseFeatures.psm1
2020-06-24 10:32:03 +02:00

6 lines
200 B
PowerShell

function Install-IcingaAgentBaseFeatures()
{
Disable-IcingaAgentFeature -Feature 'checker';
Disable-IcingaAgentFeature -Feature 'notification';
Enable-IcingaAgentFeature -Feature 'api';
}