Disable notification feature for agent instances.

Refs #4865
This commit is contained in:
Gunnar Beutner 2014-04-12 11:55:10 +02:00
parent 3f2238b46c
commit 72364d1008
1 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,9 @@ AGENT
echo "Enabling agent feature..."
@CMAKE_INSTALL_FULL_SBINDIR@/icinga2-enable-feature agent
echo "Disabling notification feature..."
@CMAKE_INSTALL_FULL_SBINDIR@/icinga2-disable-feature notification
echo ""
echo "The key bundle was installed successfully and the agent component"
echo "was enabled. Please make sure to restart Icinga 2 for these changes"