From ba9e7f8f48ad1e71b20f1d0cb82d0feefd3a3e29 Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 4 Oct 2024 13:52:04 +0200 Subject: [PATCH] create monitoring configuration guide subdirectory --- admin-guide/deployment/rhel8/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-guide/deployment/rhel8/index.md b/admin-guide/deployment/rhel8/index.md index e4941d2d..d30f7617 100644 --- a/admin-guide/deployment/rhel8/index.md +++ b/admin-guide/deployment/rhel8/index.md @@ -8,7 +8,7 @@ The configuration management is done with Puppet like for RHEL 7. RHEL 7 and RHE Please still consider also implementing following two migrations when moving to RHEL 8: -- migrate from Icinga1 to [Icinga2](../../configuration/icinga2.md), as Icinga1 will be decommissioned by end of 2024 +- migrate from Icinga1 to [Icinga2](../../configuration/monitoring/icinga2.md), as Icinga1 will be decommissioned by end of 2024 - explicit [network configuration in Hiera](../../configuration/networking.md) with `networking::setup`, especially if you have static IP addresses or static routes Bugs and issues can be reported in the [Linux Issues project](https://git.psi.ch/linux-infra/issues).