Skip to content

Commit d84bd43

Browse files
committed
Disables notification feature after Icinga Agent installation
Fixes #75
1 parent ab9fac0 commit d84bd43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
function Install-IcingaAgentBaseFeatures()
22
{
33
Disable-IcingaAgentFeature -Feature 'checker';
4+
Disable-IcingaAgentFeature -Feature 'notification';
45
Enable-IcingaAgentFeature -Feature 'api';
56
}

0 commit comments

Comments
 (0)