From 5f55c58959f27ec83e77d8438068a89067a2729c Mon Sep 17 00:00:00 2001 From: Angel Roman Date: Fri, 31 Jan 2025 05:50:41 -0500 Subject: [PATCH] Remove RHEL 7 from installation instructions --- AUTHORS | 1 + doc/02-installation.md | 28 ---------------------------- 2 files changed, 1 insertion(+), 28 deletions(-) diff --git a/AUTHORS b/AUTHORS index 70c8126f0b..4464f05f35 100644 --- a/AUTHORS +++ b/AUTHORS @@ -21,6 +21,7 @@ Andres Ivanov Andrew Jaffie Andrew Meyer Andy Grunwald +Angel Roman Ant1x <37016240+Ant1x@users.noreply.github.com> Arnd Hannemann Assaf Flatto diff --git a/doc/02-installation.md b/doc/02-installation.md index 51d24076a2..bff6529ebe 100644 --- a/doc/02-installation.md +++ b/doc/02-installation.md @@ -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 ``` -#### 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 -``` - ### Fedora Repository @@ -214,14 +206,6 @@ dnf install icinga2 systemctl enable icinga2 systemctl start icinga2 ``` - -#### RHEL 7 - -```bash -yum install icinga2 -systemctl enable icinga2 -systemctl start icinga2 -``` @@ -314,12 +298,6 @@ The packages for RHEL depend on other packages which are distributed as part of ```bash dnf install nagios-plugins-all ``` - -#### RHEL 7 - -```bash -yum install nagios-plugins-all -``` @@ -457,12 +435,6 @@ apt install icingadb-redis ```bash dnf install icingadb-redis ``` - -##### RHEL 7 - -```bash -yum install icingadb-redis -```