Skip to content

Commit 53d3e02

Browse files
committed
replaced all RHEL with the official naming
Additionally RHEL is introduced as abbreviation in each article before used in text.
1 parent 9d2ef0e commit 53d3e02

13 files changed

+26
-27
lines changed

src/common/de/agent_linux_legacy.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Die Themen, für die der Modus des Agenten keine Rolle spielt, können Sie im Ar
4949
== Installation
5050

5151
Je nach Paketmanagement stehen drei Installationsmöglichkeiten zur Auswahl:
52-
Entweder DEB- oder RPM-Pakete für Debian, Ubuntu, RHEL, SLES (und deren Derivate), ein TGZ-Archiv für alle anderen Distributionen (kommerzielle Editionen) oder ebenfalls für weitere Distributionen ein Shellskript ({RE}).
52+
Entweder DEB- oder RPM-Pakete für Debian, Ubuntu, Red Hat Enterprise Linux (RHEL), SLES (und deren Derivate), ein TGZ-Archiv für alle anderen Distributionen (kommerzielle Editionen) oder ebenfalls für weitere Distributionen ein Shellskript ({RE}).
5353

5454

5555
[#frompackage]

src/common/de/monitoring_oracle.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ Auch ist es möglich, entfernte Datenbanken von einem Host aus zu überwachen, a
546546
Um entfernte Datenbanken zu überwachen, müssen auf dem Host, auf dem das Agentenplugin installiert ist, die folgenden Voraussetzungen erfüllt sein:
547547

548548
* Die _Linux AIO access library_ ist installiert.
549-
Unter RHEL und Derivaten heißt das Paket `libaio`.
549+
Unter Red Hat Enterprise Linux und binärkompatiblen Distributionen heißt das Paket `libaio`.
550550
* Der link:https://www.oracle.com/database/technologies/instant-client.html[Oracle Instant Client^] ist installiert.
551551
* Das Programm `sqlplus` ist in der Installation schon vorhanden oder wurde ggf. als Erweiterungspaket zu dem Client installiert.
552552

src/common/en/agent_linux_legacy.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The issues for which the agent mode does not matter can be found in the article
4949
== Installation
5050

5151
Depending on the package management, there are three installation options to choose from:
52-
Either DEB or RPM packages for Debian, Ubuntu, RHEL, SLES (and their derivatives), a TGZ archive for all other distributions (commercial editions) or likewise a shell script ({RE}) for any other distributions.
52+
Either DEB or RPM packages for Debian, Ubuntu, Red Hat Enterprise Linux (RHEL), SLES (and their derivatives), a TGZ archive for all other distributions (commercial editions) or likewise a shell script ({RE}) for any other distributions.
5353

5454

5555
[#frompackage]

src/common/en/monitoring_oracle.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ It is also possible to monitor remote databases from a host on which the agent p
542542
For monitoring remote databases, the following requirements must be met on the host on which the agent plug-in is installed:
543543

544544
* The _Linux AIO access library_ is installed.
545-
Under RHEL and derivatives the package is called `libaio`.
545+
Under Red Hat Enterprise Linux und binary compatible distributions the package is called `libaio`.
546546
* The link:https://www.oracle.com/database/technologies/instant-client.html[Oracle Instant Client^] is installed.
547547
* The `sqlplus` program already exists in the installation, or may have been installed as an extension package to the client.
548548

src/onprem/de/install_packages_redhat.asciidoc

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// -*- coding: utf-8 -*-
22
include::global_attr.adoc[]
3-
= Installation unter Red Hat und Derivaten
3+
= Installation unter Red Hat Enterprise Linux
44
:revdate: 2024-03-14
5-
:title: Installation unter Red Hat und Derivaten
6-
:description: Hier erfahren Sie, wie Sie {CMK} unter der Linux-Distribution Red Hat Enterprise Linux (RHEL) und ihren Derivaten installieren.
5+
:title: Installation unter Red Hat Enterprise Linux
6+
:description: Hier erfahren Sie, wie Sie {CMK} unter der Linux-Distribution Red Hat Enterprise Linux (RHEL) und binärkompatiblen Distributionen installieren.
77

88
{related-start}
99
xref:intro_setup#[{CMK} aufsetzen]
@@ -18,7 +18,7 @@ xref:install_packages#[Grundsätzliches zur Installation von {CMK}]
1818
Software aus Drittquellen wird nicht benötigt.
1919
Damit alle benötigten Pakete fehlerfrei nachinstalliert werden können, benötigen Sie eine korrekte Konfiguration der Software-Quellen.
2020

21-
Bei Red Hat und allen seinen Derivaten wie CentOS, AlmaLinux oder Rocky Linux muss das _EPEL (Extra Packages for Enterprise Linux)_-Repository als Paketquelle eingerichtet werden.
21+
Bei Red Hat Enterprise Linux (RHEL) und allen binärkompatiblen Distributionen wie CentOS, AlmaLinux oder Rocky Linux muss das _EPEL (Extra Packages for Enterprise Linux)_-Repository als Paketquelle eingerichtet werden.
2222

2323
Dies geschieht mit Hilfe eines RPM-Pakets, welches mit dem Befehl `yum` installiert wird.
2424

@@ -36,7 +36,7 @@ Hier ein Beispiel für die Installation der EPEL-Paketquelle für die Version 8:
3636
{c-root} yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm
3737
----
3838

39-
Damit Sie EPEL auf Red Hat und Derivaten nutzen können, benötigen Sie noch die Paketquelle für optionale RPMs, sofern diese nicht bereits bei der Installation des Betriebssystems eingerichtet worden ist.
39+
Damit Sie EPEL auf RHEL und Derivaten nutzen können, benötigen Sie noch die Paketquelle für optionale RPMs, sofern diese nicht bereits bei der Installation des Betriebssystems eingerichtet worden ist.
4040
Ohne diese Quelle werden Ihnen die Pakete `freeradius-utils`, `graphviz-gd` und `php-mbstring` fehlen.
4141

4242
Seit Version 8.x genügt hier die Aktivierung der sogenannten PowerTools mithilfe des Dandified YUM in den freien Derivaten bzw. dem `subscription-manager` in RHEL.
@@ -49,7 +49,7 @@ CentOS ab 8.4, AlmaLinux und Rocky Linux:
4949
{c-root} dnf config-manager --set-enabled powertools
5050
----
5151

52-
Red Hat 8.x:
52+
RHEL 8.x:
5353

5454
[{shell}]
5555
----
@@ -59,7 +59,7 @@ Red Hat 8.x:
5959

6060
== Einrichten von SELinux und Firewall
6161

62-
Da Red Hat und damit auch die Derivate standardmäßig Security-Enhanced Linux (SELinux) und eine lokale Firewall mitliefern, müssen hier gegebenenfalls noch Anpassungen vorgenommen werden.
62+
Da RHEL und damit auch die Derivate standardmäßig Security-Enhanced Linux (SELinux) und eine lokale Firewall mitliefern, müssen hier gegebenenfalls noch Anpassungen vorgenommen werden.
6363
Erlauben Sie zunächst, dass der Webserver auf die Netzwerkschnittstellen zugreifen darf:
6464

6565
[{shell}]
@@ -126,7 +126,7 @@ Alternativ können Sie den Schlüssel aber auch über link:http://keys.gnupg.net
126126
////
127127

128128
Danach importieren Sie den Schlüssel in die Liste der vertrauenswürdigen Signaturen.
129-
Unter Red Hat und allen Derivaten ist auch dafür das Tool `rpm` zuständig:
129+
Unter RHEL und allen Derivaten ist auch dafür das Tool `rpm` zuständig:
130130

131131
[{shell}]
132132
----

src/onprem/de/kerberos.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Was Sie auf der Seite von {CMK} benötigen, zeigt Ihnen diese Anleitung.
2020
Folgende Voraussetzungen müssen erfüllt sein, um die Konfiguration in {CMK} nachträglich auf SSO (Single Sign-On) mit Kerberos umzustellen:
2121

2222
* Die Apache-Version ist 2.4 oder neuer.
23-
* Auf dem {CMK}-Server ist das Modul `libapache-mod-auth-kerb` installiert (bzw. `mod_auth_kerb` unter RHEL/CentOS oder `apache2-mod_auth_kerb` unter SUSE).
23+
* Auf dem {CMK}-Server ist das Modul `libapache-mod-auth-kerb` installiert (bzw. `mod_auth_kerb` unter Red Hat Enterprise Linux und CentOS oder `apache2-mod_auth_kerb` unter SUSE).
2424
* Der Kerberos-Client ist auf dem {CMK}-Server installiert und konfiguriert.
2525
* Eine Keytab wurde -- z.B. in der {CMK}-Instanz unter `~/etc/apache/cmk_http.keytab` -- erstellt und darf nur von dem Instanzbenutzer gelesen werden.
2626
* Der {CMK}-Server wurde als _Service Principal_ eingerichtet.

src/onprem/de/omd_https.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Wir gehen im weiteren Verlauf der Einrichtung zudem davon aus, dass eine auf dem
3232
Dafür ist das Modul `mod_rewrite` nötig.
3333
Schließlich wird noch `mod_headers` benötigt, damit der als link:https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html[Reverse Proxy^] konfigurierte extern erreichbare Apache dem xref:ports#loopback[Site Apache] die Request Header weiterleitet.
3434

35-
Die geladenen Apache-Module können Sie sich mit dem Kommando `apachectl` anzeigen lassen (alte CentOS- und RHEL-Versionen benötigen möglicherweise stattdessen `httpd`).
35+
Die geladenen Apache-Module können Sie sich mit dem Kommando `apachectl` anzeigen lassen. Alte Red Hat Enterprise Linux (RHEL) und CentOS-Versionen benötigen möglicherweise stattdessen `httpd`.
3636
Mit `grep` prüfen Sie gleich, ob alle drei benötigten Module vorhanden sind:
3737

3838
[{shell}]

src/onprem/de/update_matrix.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Aktivieren Sie JavaScript, um an dieser Stelle die Kompatibilitätsmatrix für U
119119

120120
Um einen Ausblick auf die Unterstützung durch künftige {CMK}-Versionen zu ermöglichen und Updates von Distributionen und {CMK} besser planen zu können, hat die {comfull} sich einige Regeln gegeben:
121121

122-
* _Enterprise-Distributionen_ (SLES, RHEL) werden bis 10 Jahre nach deren Erscheinungsdatum oder bis zum offiziellen Support-Ende durch den Distributor unterstützt.
122+
* _Enterprise-Distributionen_ (SLES, Red Hat Enterprise Linux) werden bis 10 Jahre nach deren Erscheinungsdatum oder bis zum offiziellen Support-Ende durch den Distributor unterstützt.
123123
* _Community-Distributionen_ (Debian, Ubuntu) werden bis 5 Jahre nach deren Erscheinungsdatum oder bis zum offiziellen Support-Ende durch den Distributor unterstützt, sofern es sich um LTS-Releases handelt.
124124
125125
In beiden Fällen ist der frühere Zeitpunkt entscheidend.

src/onprem/en/install_packages_redhat.asciidoc

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// -*- coding: utf-8 -*-
22
include::global_attr.adoc[]
3-
= Installation on Red Hat and derivatives
3+
= Installation on Red Hat Enterprise Linux
44
:revdate: 2024-03-14
5-
:title: Installation on Red Hat and derivatives
6-
:description: Learn how to install {CMK} on the Linux distribution of Red Hat Enterprise Linux (RHEL) and its derivatives.
5+
:title: Installation on Red Hat Enterprise Linux
6+
:description: Learn how to install {CMK} on the Linux distribution of Red Hat Enterprise Linux (RHEL) and binary compatible distributions.
77

88
{related-start}
99
xref:intro_setup#[Setting up {CMK}]
@@ -18,7 +18,7 @@ xref:install_packages#[Basic information on the installation of {CMK}]
1818
Third-party software is not required.
1919
In order that all necessary packages can be subsequently installed, a correct configuration of the software sources is necessary.
2020

21-
With Red Hat and all its derivatives such as CentOS, AlmaLinux or Rocky Linux, the _EPEL (Extra Packages for Enterprise Linux)_ repository must be set up as a package source.
21+
With Red Hat Enterprise Linux (RHEL) and all binary compatible distributions such as CentOS, AlmaLinux or Rocky Linux, the _EPEL (Extra Packages for Enterprise Linux)_ repository must be set up as a package source.
2222

2323
You can do this with the help of an RPM package, which can be installed with the `yum` command.
2424

@@ -49,7 +49,7 @@ CentOS from 8.4, AlmaLinux and Rocky Linux:
4949
{c-root} dnf config-manager --set-enabled powertools
5050
----
5151

52-
Red Hat 8.x:
52+
RHEL 8.x:
5353

5454
[{shell}]
5555
----
@@ -59,7 +59,7 @@ Red Hat 8.x:
5959

6060
== Setup SELinux and Firewall
6161

62-
Since Red Hat and thus also the derivatives also deliver Security-Enhanced Linux (SELinux) and a local firewall by default, adjustments may still have to be made here.
62+
Since RHEL and thus also the derivatives also deliver Security-Enhanced Linux (SELinux) and a local firewall by default, adjustments may still have to be made here.
6363
As the first step you will need to allow your web server to access the network interfaces:
6464

6565
[{shell}]
@@ -115,7 +115,7 @@ First, load the key directly from our website:
115115
----
116116

117117
Then import the key to the list of trusted signatures.
118-
On Red Hat and all derivatives this is yet another job for `rpm`:
118+
On RHEL and all derivatives this is yet another job for `rpm`:
119119

120120
[{shell}]
121121
----

src/onprem/en/kerberos.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These instructions will show you how to do this.
2020
The following prerequisites must be satisfied before the configuration in {CMK} can be retroactively altered to SSO (Single Sign-On) with Kerberos:
2121

2222
* The Apache-Version is 2.4 or newer.
23-
* On the {CMK} server the module `libapache-mod-auth-kerb` is installed (or `mod_auth_kerb` under RHEL/CentOS or `apache2-mod_auth_kerb` under SUSE).
23+
* On the {CMK} server the module `libapache-mod-auth-kerb` is installed (or `mod_auth_kerb` under Red Hat Enterprise Linux and CentOS or `apache2-mod_auth_kerb` under SUSE).
2424
* The Kerberos client is installed and configured on the {CMK} server.
2525
* A Keytab -- e.g. as `/etc/krb5.keytab` -- has been installed and may be read by the site user.
2626
* The {CMK} server has been set up as the _Service Principal_.

src/onprem/en/omd_https.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We also assume in the further course of the setup that a connection coming in on
3131
This requires the `mod_rewrite` module.
3232
Finally, `mod_headers` is needed so that the externally accessible Apache configured as a link:https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html[Reverse Proxy^] forwards the request headers to the xref:ports#loopback[site Apache].
3333

34-
You can display the currently installed Apache modules with the `apachectl` command (old CentOS and RHEL versions may need `httpd` instead).
34+
You can display the currently installed Apache modules with the `apachectl` command. Old Red Hat Enterprise Linux (RHEL) and CentOS versions may need `httpd` instead.
3535
Use `grep` to check immediately whether all three required modules are present:
3636

3737

src/onprem/en/update_matrix.asciidoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ Activate JavaScript to display the compatibility matrix for Ubuntu here.
115115
== OS support policy in {CMK}
116116

117117
In order to provide an outlook for the support by future {CMK} versions and to be able to plan updates of distributions and {CMK} better, {comfull} has set itself some rules:
118-
119-
* _Enterprise distributions_ (SLES, RHEL) will be supported for up to 10 years after their release date, or until the official end of support by the distributor.
118+
RHEL
119+
* _Enterprise distributions_ (SLES, Red Hat Enterprise Linux) will be supported for up to 10 years after their release date, or until the official end of support by the distributor.
120120
* _Community distributions_ (Debian, Ubuntu) are supported for up to 5 years after their release date, or until the official end of support by the distributor, provided they are LTS releases.
121121

122122
In both cases, the earlier point in time is decisive.

testing/hunspell/brandnames.dic

-1
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,6 @@ RRDtool
420420
RRDtools
421421
runtime
422422
readme
423-
RedHat
424423
RHEL
425424
RMK
426425
Robotmk

0 commit comments

Comments
 (0)