icinga-powershell-framework/lib/core/icingaagent/installer/Install-IcingaAgentBaseFeatures.psm1
2019-09-29 18:25:40 +02:00

5 lines
144 B
PowerShell

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