From 950c8017df7abdaa213d7b0133a3409165a99863 Mon Sep 17 00:00:00 2001 From: Alvar Penning Date: Wed, 18 Jun 2025 10:49:30 +0200 Subject: [PATCH] docs: Icinga DB Setup for every Distribution Within the GNU/Linux distribution specific installation guides, the "Set up Icinga DB" section was only excluded for openSUSE. However, since there is an openSUSE installation guide within Icinga DB[^0], this is not consistent. Thus, the if-guard was removed, resulting in this section being available for each distribution. Windows is already excluded through an if-guard above. Some cases for Fedora were missing, which were also added. [^0]: https://icinga.com/docs/icinga-db/latest/doc/02-Installation/openSUSE/ --- doc/02-installation.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index 5c1091fa3..d369f5111 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -369,7 +369,6 @@ Restart Icinga 2 for these changes to take effect. systemctl restart icinga2 ``` - ## Set up Icinga DB Icinga DB is a set of components for publishing, synchronizing and @@ -444,9 +443,18 @@ dnf install icingadb-redis ``` - + -##### SLES +##### Fedora + +```bash +dnf install icingadb-redis +``` + + + + +##### SLES / openSUSE ```bash zypper install icingadb-redis @@ -537,6 +545,9 @@ you have completed the instructions here and can proceed to [install the Icinga DB daemon on Debian](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/Debian/#installing-the-package), + +[install the Icinga DB daemon on Fedora](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/Fedora/#installing-the-package), + [install the Icinga DB daemon on RHEL](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/RHEL/#installing-the-package), @@ -546,8 +557,10 @@ you have completed the instructions here and can proceed to [install the Icinga DB daemon on Ubuntu](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/Ubuntu/#installing-the-package), -which will also guide you through the setup of the database and Icinga DB Web. + +[install the Icinga DB daemon on openSUSE](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/openSUSE/#installing-the-package), +which will also guide you through the setup of the database and Icinga DB Web. ## Backup