From 783387d83e3ce75a0f1f90f24ceb4727ed012071 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Fri, 3 Jun 2022 00:16:31 +0200 Subject: [PATCH] Docs: Remove instructions for CentOS 8 --- doc/02-installation.md | 34 ++++++---------------------------- 1 file changed, 6 insertions(+), 28 deletions(-) diff --git a/doc/02-installation.md b/doc/02-installation.md index a121bdd69..cd23ab8c9 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -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 @@ -263,15 +252,12 @@ apt-get install icinga2 -#### CentOS 8 + +#### CentOS + +!!! info -```bash -dnf install icinga2 -systemctl enable icinga2 -systemctl start icinga2 -``` - -#### CentOS 7 + Note that installing Icinga 2 is only supported on CentOS 7 as CentOS 8 is EOL. ```bash yum install icinga2 @@ -383,14 +369,6 @@ apt-get install monitoring-plugins 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 ```