icinga-powershell-framework/lib/core/icingaagent/installer/Install-IcingaAgentBaseFeatures.psm1

6 lines
144 B
PowerShell
Raw Normal View History

2019-09-29 12:25:40 -04:00
function Install-IcingaAgentBaseFeatures()
{
Disable-IcingaAgentFeature -Feature 'checker';
Enable-IcingaAgentFeature -Feature 'api';
}