Skip to content

Commit

Permalink
Docs: Remove instructions for CentOS 8
Browse files Browse the repository at this point in the history
  • Loading branch information
lippserd committed Jun 28, 2022
1 parent f802de1 commit 41b2b3b
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions doc/02-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,7 @@ wget https://packages.icinga.com/centos/ICINGA-release.repo -O /etc/yum.repos.d/
```

The packages for CentOS depend on other packages which are distributed
as part of the [EPEL repository](https://fedoraproject.org/wiki/EPEL).

CentOS 8 additionally needs the PowerTools repository for EPEL:

```bash
dnf install 'dnf-command(config-manager)'
dnf config-manager --set-enabled powertools

dnf install epel-release
```

For CentOS 7 run:
as part of the [EPEL repository](https://fedoraproject.org/wiki/EPEL):

```bash
yum install epel-release
Expand Down Expand Up @@ -263,15 +252,12 @@ apt-get install icinga2
<!-- {% endif %} -->

<!-- {% if centos %} -->
#### CentOS 8

```bash
dnf install icinga2
systemctl enable icinga2
systemctl start icinga2
```
<!-- {% if not icingaDocs %} -->
#### CentOS
<!-- {% endif %} -->
!!! info

#### CentOS 7
Note that installing Icinga 2 is only supported on CentOS 7 as CentOS 8 is EOL.

```bash
yum install icinga2
Expand Down Expand Up @@ -383,14 +369,6 @@ apt-get install monitoring-plugins
<!-- {% endif %} -->
The packages for CentOS depend on other packages which are distributed as part of the EPEL repository.

#### CentOS 8

```bash
dnf install nagios-plugins-all
```

#### CentOS 7

```bash
yum install nagios-plugins-all
```
Expand Down

0 comments on commit 41b2b3b

Please sign in to comment.