mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-20 23:00:35 -05:00
Disables notification feature after Icinga Agent installation
Fixes #75
This commit is contained in:
parent
7b9d8df5b4
commit
1f86a213b3
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
function Install-IcingaAgentBaseFeatures()
|
function Install-IcingaAgentBaseFeatures()
|
||||||
{
|
{
|
||||||
Disable-IcingaAgentFeature -Feature 'checker';
|
Disable-IcingaAgentFeature -Feature 'checker';
|
||||||
|
Disable-IcingaAgentFeature -Feature 'notification';
|
||||||
Enable-IcingaAgentFeature -Feature 'api';
|
Enable-IcingaAgentFeature -Feature 'api';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue