From 7acad09d82f8333a1d4b3d287eb11f2bd3dfeadc Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Mon, 18 Sep 2023 11:44:41 +0200 Subject: [PATCH] document how to enable alerts in Icinga2 --- 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 9a9a0445..3e98fb20 100644 --- a/admin-guide/configuration/icinga2.md +++ b/admin-guide/configuration/icinga2.md @@ -9,7 +9,6 @@ But the configuration as such is not done therein, but in Hiera and automaticall ## Basic Configuration Enable monitoring with Icinga2 by - ``` icinga2::enable: true ``` @@ -18,3 +17,9 @@ icinga2::enable: true Users and groups in `aaa::admins` and `icinga2::web::users` will have access to these nodes on [monitoring.psi.ch](https://monitoring.psi.ch). Prefix the group name with a `%` to distinguish them from users. +By default no alerts are generated. If you wish different, set +``` +icinga2::alerting::enable: true +``` + +