Remove CentOS 5 from 'Getting started' docs

RHEL5 was released in 2007 and is EOL since March 2017.

fixes #5291
This commit is contained in:
Michael Friedrich 2017-05-30 13:38:19 +02:00
parent c2f0dca7f7
commit 12d8ed90c2

View File

@ -6,7 +6,7 @@ It assumes that you are familiar with the operating system you're using to insta
## <a id="setting-up-icinga2"></a> Setting up Icinga 2 ## <a id="setting-up-icinga2"></a> Setting up Icinga 2
First off you will have to install Icinga 2. The preferred way of doing this First off you have to install Icinga 2. The preferred way of doing this
is to use the official package repositories depending on which operating system is to use the official package repositories depending on which operating system
and distribution you are running. and distribution you are running.
@ -51,10 +51,6 @@ RHEL/CentOS 6:
yum install https://packages.icinga.com/epel/6/release/noarch/icinga-rpm-release-6-1.el6.noarch.rpm yum install https://packages.icinga.com/epel/6/release/noarch/icinga-rpm-release-6-1.el6.noarch.rpm
RHEL/CentOS 5:
rpm -i https://packages.icinga.com/epel/5/release/noarch/icinga-rpm-release-5-1.el5.centos.noarch.rpm
Fedora 25: Fedora 25:
dnf install https://packages.icinga.com/fedora/25/release/noarch/icinga-rpm-release-25-1.fc25.noarch.rpm dnf install https://packages.icinga.com/fedora/25/release/noarch/icinga-rpm-release-25-1.fc25.noarch.rpm
@ -63,10 +59,6 @@ Fedora 24:
dnf install https://packages.icinga.com/fedora/24/release/noarch/icinga-rpm-release-24-1.fc24.noarch.rpm dnf install https://packages.icinga.com/fedora/24/release/noarch/icinga-rpm-release-24-1.fc24.noarch.rpm
Fedora 23:
dnf install https://packages.icinga.com/fedora/23/release/noarch/icinga-rpm-release-23-1.fc23.noarch.rpm
SLES 11: SLES 11:
# zypper ar https://packages.icinga.com/SUSE/ICINGA-release-11.repo # zypper ar https://packages.icinga.com/SUSE/ICINGA-release-11.repo
@ -88,7 +80,7 @@ openSUSE:
The packages for RHEL/CentOS depend on other packages which are distributed The packages for RHEL/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 7/6/5: CentOS 7/6:
yum install epel-release yum install epel-release
@ -114,7 +106,7 @@ Debian/Ubuntu:
# apt-get install icinga2 # apt-get install icinga2
RHEL/CentOS 5/6: RHEL/CentOS 6:
# yum install icinga2 # yum install icinga2
# chkconfig icinga2 on # chkconfig icinga2 on
@ -428,7 +420,7 @@ Debian/Ubuntu:
# apt-get install mysql-server mysql-client # apt-get install mysql-server mysql-client
RHEL/CentOS 5/6: RHEL/CentOS 6:
# yum install mysql-server mysql # yum install mysql-server mysql
# chkconfig mysqld on # chkconfig mysqld on
@ -540,7 +532,7 @@ Debian/Ubuntu:
# apt-get install postgresql # apt-get install postgresql
RHEL/CentOS 5/6: RHEL/CentOS 6:
# yum install postgresql-server postgresql # yum install postgresql-server postgresql
# chkconfig postgresql on # chkconfig postgresql on
@ -676,7 +668,7 @@ RHEL/CentOS 6:
# chkconfig httpd on # chkconfig httpd on
# service httpd start # service httpd start
RHEL/CentOS 7/Fedora: RHEL/CentOS 7, Fedora:
# yum install httpd # yum install httpd
# systemctl enable httpd # systemctl enable httpd