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