Docs: Remove instructions for CentOS 8

This commit is contained in:
Eric Lippmann 2022-06-03 00:16:31 +02:00 committed by Julian Brost
parent da4da7b930
commit c692066cc0

View File

@ -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 The packages for CentOS depend on other packages which are distributed
as part of the [EPEL repository](https://fedoraproject.org/wiki/EPEL). 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:
```bash ```bash
yum install epel-release yum install epel-release
@ -263,15 +252,12 @@ apt-get install icinga2
<!-- {% endif %} --> <!-- {% endif %} -->
<!-- {% if centos %} --> <!-- {% if centos %} -->
#### CentOS 8 <!-- {% if not icingaDocs %} -->
#### CentOS
<!-- {% endif %} -->
!!! info
```bash Note that installing Icinga 2 is only supported on CentOS 7 as CentOS 8 is EOL.
dnf install icinga2
systemctl enable icinga2
systemctl start icinga2
```
#### CentOS 7
```bash ```bash
yum install icinga2 yum install icinga2
@ -383,14 +369,6 @@ apt-get install monitoring-plugins
<!-- {% endif %} --> <!-- {% endif %} -->
The packages for CentOS depend on other packages which are distributed as part of the EPEL repository. 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 ```bash
yum install nagios-plugins-all yum install nagios-plugins-all
``` ```