From e6f3360764b237eeafe2b33d91c3246315d4bbe3 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 26 Jan 2024 08:31:11 +0100 Subject: [PATCH] document icinga2::puppet --- admin-guide/configuration/icinga2.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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