mirror of https://github.com/Icinga/icinga2.git
Docs: Remove instructions for CentOS 8
This commit is contained in:
parent
e2e974796c
commit
783387d83e
|
@ -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
|
|||
<!-- {% endif %} -->
|
||||
|
||||
<!-- {% if centos %} -->
|
||||
#### CentOS 8
|
||||
<!-- {% if not icingaDocs %} -->
|
||||
#### CentOS
|
||||
<!-- {% endif %} -->
|
||||
!!! 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
|
|||
<!-- {% 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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue