From 6118745251508beb0443f5e4ffd9c9dfe28a96e1 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 26 Jan 2024 08:45:37 +0100 Subject: [PATCH] test in document links --- admin-guide/configuration/icinga2.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin-guide/configuration/icinga2.md b/admin-guide/configuration/icinga2.md index e2286e12..d9138897 100644 --- a/admin-guide/configuration/icinga2.md +++ b/admin-guide/configuration/icinga2.md @@ -38,8 +38,8 @@ icinga2::puppet: false 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. -(notifications)= ## Notifications +:name: notifications ### Notification Recipients @@ -82,8 +82,8 @@ The minimal settings are applied, e.g. a service with criticality `C` will never By default we already run a comprehensive set of checks. Some of them can be fine-tuned in Hiera. Whenever you have a use case which is not covered yet, please talk to us. -(check-customization)= ## Check Customization +:name: check-customization Most checks can have custom parameters. The variables you can adapt you find as "Custom Variables" in the page of given service. In Hiera you can add below the key `icinga2::service_check::customize` as multi level hash the service name and below the variable name with the new values.