diff --git a/admin-guide/configuration/icinga2.md b/admin-guide/configuration/icinga2.md index a2d2818a..47ab8d84 100644 --- a/admin-guide/configuration/icinga2.md +++ b/admin-guide/configuration/icinga2.md @@ -26,7 +26,12 @@ Still no alerts are generated, respectively they are suppressed by a global infi icinga2::alerting::enable: true ``` -Per default these alerts are now sent during office hours to the admins. For further notification fine tuning checkout the chapters [Notifications](#Notifications) and [Check Customization](#Check Customization). +Per default these alerts are now sent during office hours to the admins. For further notification fine tuning checkout the chapters [Notifications](#notifications) and [Check Customization](#check-customization). + +Finally, if Icinga2 shall be managed without Puppet (not recommended except for Icinga2 infrastructure servers), then set +``` +icinga2::puppet: false +``` ## Web Access