From 72364d1008c30d106b4ea21f720c3b9e0ee5197e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Sat, 12 Apr 2014 11:55:10 +0200 Subject: [PATCH] Disable notification feature for agent instances. Refs #4865 --- pki/icinga2-setup-agent.cmake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pki/icinga2-setup-agent.cmake b/pki/icinga2-setup-agent.cmake index b33a4e79e..d01d8fc1d 100644 --- a/pki/icinga2-setup-agent.cmake +++ b/pki/icinga2-setup-agent.cmake @@ -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"