]> granicus.if.org Git - icinga2/commitdiff
Remove CentOS 5 from 'Getting started' docs 5306/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Tue, 30 May 2017 11:38:19 +0000 (13:38 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Tue, 30 May 2017 11:38:19 +0000 (13:38 +0200)
RHEL5 was released in 2007 and is EOL since March 2017.

fixes #5291

doc/2-getting-started.md

index 6e1af8e110751f4b8cf91803814b3c720848e1d0..e5a26ac6720998bfe6afebdb0a2d4ec0b515256a 100644 (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
 
-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
 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
 
-RHEL/CentOS 5:
-
-    rpm -i https://packages.icinga.com/epel/5/release/noarch/icinga-rpm-release-5-1.el5.centos.noarch.rpm
-
 Fedora 25:
 
     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
 
-Fedora 23:
-
-    dnf install https://packages.icinga.com/fedora/23/release/noarch/icinga-rpm-release-23-1.fc23.noarch.rpm
-
 SLES 11:
 
     # 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
 as part of the [EPEL repository](https://fedoraproject.org/wiki/EPEL).
 
-CentOS 7/6/5:
+CentOS 7/6:
 
     yum install epel-release
 
@@ -114,7 +106,7 @@ Debian/Ubuntu:
 
     # apt-get install icinga2
 
-RHEL/CentOS 5/6:
+RHEL/CentOS 6:
 
     # yum install icinga2
     # chkconfig icinga2 on
@@ -428,7 +420,7 @@ Debian/Ubuntu:
 
     # apt-get install mysql-server mysql-client
 
-RHEL/CentOS 5/6:
+RHEL/CentOS 6:
 
     # yum install mysql-server mysql
     # chkconfig mysqld on
@@ -540,7 +532,7 @@ Debian/Ubuntu:
 
     # apt-get install postgresql
 
-RHEL/CentOS 5/6:
+RHEL/CentOS 6:
 
     # yum install postgresql-server postgresql
     # chkconfig postgresql on
@@ -676,7 +668,7 @@ RHEL/CentOS 6:
     # chkconfig httpd on
     # service httpd start
 
-RHEL/CentOS 7/Fedora:
+RHEL/CentOS 7Fedora:
 
     # yum install httpd
     # systemctl enable httpd