]> granicus.if.org Git - icinga2/commitdiff
Disable notification feature for agent instances.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 12 Apr 2014 09:55:10 +0000 (11:55 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 12 Apr 2014 09:55:10 +0000 (11:55 +0200)
Refs #4865

pki/icinga2-setup-agent.cmake

index b33a4e79eefb952bbafc98d1346c942b3d9d39b6..d01d8fc1d88ab300143eb97a94f69e510863a3df 100644 (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"