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

7 lines
200 B
PowerShell
Raw Normal View History

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