mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 07:04:37 +02:00
Merge pull request #10334 from Icinga/remove-rhel7-instructions
Remove RHEL 7 from installation instructions
This commit is contained in:
commit
4fc34aaed7
1
AUTHORS
1
AUTHORS
@ -21,6 +21,7 @@ Andres Ivanov <andres@andres.wtf>
|
|||||||
Andrew Jaffie <ajaffie@gmail.com>
|
Andrew Jaffie <ajaffie@gmail.com>
|
||||||
Andrew Meyer <ameyer+secure@nodnetwork.org>
|
Andrew Meyer <ameyer+secure@nodnetwork.org>
|
||||||
Andy Grunwald <andygrunwald@gmail.com>
|
Andy Grunwald <andygrunwald@gmail.com>
|
||||||
|
Angel Roman <angel.r.roman77@gmail.com>
|
||||||
Ant1x <37016240+Ant1x@users.noreply.github.com>
|
Ant1x <37016240+Ant1x@users.noreply.github.com>
|
||||||
Arnd Hannemann <arnd@arndnet.de>
|
Arnd Hannemann <arnd@arndnet.de>
|
||||||
Assaf Flatto <assaf@aikilinux.com>
|
Assaf Flatto <assaf@aikilinux.com>
|
||||||
|
@ -100,16 +100,8 @@ subscription-manager repos --enable "codeready-builder-for-rhel-${OSVER}-${ARCH}
|
|||||||
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OSVER}.noarch.rpm
|
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-${OSVER}.noarch.rpm
|
||||||
```
|
```
|
||||||
|
|
||||||
#### RHEL 7
|
|
||||||
|
|
||||||
```bash
|
|
||||||
subscription-manager repos --enable rhel-7-server-optional-rpms
|
|
||||||
|
|
||||||
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
|
|
||||||
```
|
|
||||||
<!-- {% endif %} -->
|
<!-- {% endif %} -->
|
||||||
|
|
||||||
|
|
||||||
<!-- {% if fedora %} -->
|
<!-- {% if fedora %} -->
|
||||||
### Fedora Repository <a id="fedora-repository"></a>
|
### Fedora Repository <a id="fedora-repository"></a>
|
||||||
|
|
||||||
@ -214,14 +206,6 @@ dnf install icinga2
|
|||||||
systemctl enable icinga2
|
systemctl enable icinga2
|
||||||
systemctl start icinga2
|
systemctl start icinga2
|
||||||
```
|
```
|
||||||
|
|
||||||
#### RHEL 7
|
|
||||||
|
|
||||||
```bash
|
|
||||||
yum install icinga2
|
|
||||||
systemctl enable icinga2
|
|
||||||
systemctl start icinga2
|
|
||||||
```
|
|
||||||
<!-- {% endif %} -->
|
<!-- {% endif %} -->
|
||||||
|
|
||||||
<!-- {% if fedora %} -->
|
<!-- {% if fedora %} -->
|
||||||
@ -314,12 +298,6 @@ The packages for RHEL depend on other packages which are distributed as part of
|
|||||||
```bash
|
```bash
|
||||||
dnf install nagios-plugins-all
|
dnf install nagios-plugins-all
|
||||||
```
|
```
|
||||||
|
|
||||||
#### RHEL 7
|
|
||||||
|
|
||||||
```bash
|
|
||||||
yum install nagios-plugins-all
|
|
||||||
```
|
|
||||||
<!-- {% endif %} -->
|
<!-- {% endif %} -->
|
||||||
|
|
||||||
<!-- {% if fedora %} -->
|
<!-- {% if fedora %} -->
|
||||||
@ -457,12 +435,6 @@ apt install icingadb-redis
|
|||||||
```bash
|
```bash
|
||||||
dnf install icingadb-redis
|
dnf install icingadb-redis
|
||||||
```
|
```
|
||||||
|
|
||||||
##### RHEL 7
|
|
||||||
|
|
||||||
```bash
|
|
||||||
yum install icingadb-redis
|
|
||||||
```
|
|
||||||
<!-- {% endif %} -->
|
<!-- {% endif %} -->
|
||||||
|
|
||||||
<!-- {% if sles %} -->
|
<!-- {% if sles %} -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user