From: Gunnar Beutner Date: Sat, 12 Apr 2014 09:55:10 +0000 (+0200) Subject: Disable notification feature for agent instances. X-Git-Tag: v0.0.10~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72364d1008c30d106b4ea21f720c3b9e0ee5197e;p=icinga2 Disable notification feature for agent instances. Refs #4865 --- 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"