Skip to content

Commit a13751d

Browse files
authored
Merge pull request #10481 from Icinga/docs-02-installation-icingadb-for-everyone
docs: Icinga DB Setup for every Distribution
2 parents c2ca7d1 + 950c801 commit a13751d

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

doc/02-installation.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ Restart Icinga 2 for these changes to take effect.
369369
systemctl restart icinga2
370370
```
371371

372-
<!-- {% if amazon_linux or debian or fedora or rhel or sles or ubuntu %} -->
373372
## Set up Icinga DB <a id="set-up-icinga-db"></a>
374373

375374
Icinga DB is a set of components for publishing, synchronizing and
@@ -444,9 +443,18 @@ dnf install icingadb-redis
444443
```
445444
<!-- {% endif %} -->
446445

447-
<!-- {% if sles %} -->
446+
<!-- {% if fedora %} -->
448447
<!-- {% if not icingaDocs %} -->
449-
##### SLES
448+
##### Fedora
449+
<!-- {% endif %} -->
450+
```bash
451+
dnf install icingadb-redis
452+
```
453+
<!-- {% endif %} -->
454+
455+
<!-- {% if sles or opensuse %} -->
456+
<!-- {% if not icingaDocs %} -->
457+
##### SLES / openSUSE
450458
<!-- {% endif %} -->
451459
```bash
452460
zypper install icingadb-redis
@@ -537,6 +545,9 @@ you have completed the instructions here and can proceed to
537545
<!-- {% if debian %} -->
538546
[install the Icinga DB daemon on Debian](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/Debian/#installing-the-package),
539547
<!-- {% endif %} -->
548+
<!-- {% if fedora %} -->
549+
[install the Icinga DB daemon on Fedora](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/Fedora/#installing-the-package),
550+
<!-- {% endif %} -->
540551
<!-- {% if rhel %} -->
541552
[install the Icinga DB daemon on RHEL](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/RHEL/#installing-the-package),
542553
<!-- {% endif %} -->
@@ -546,8 +557,10 @@ you have completed the instructions here and can proceed to
546557
<!-- {% if ubuntu %} -->
547558
[install the Icinga DB daemon on Ubuntu](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/Ubuntu/#installing-the-package),
548559
<!-- {% endif %} -->
549-
which will also guide you through the setup of the database and Icinga DB Web.
560+
<!-- {% if opensuse %} -->
561+
[install the Icinga DB daemon on openSUSE](https://icinga.com/docs/icinga-db/latest/doc/02-Installation/openSUSE/#installing-the-package),
550562
<!-- {% endif %} -->
563+
which will also guide you through the setup of the database and Icinga DB Web.
551564

552565
## Backup <a id="install-backup"></a>
553566

0 commit comments

Comments
 (0)