Skip to content

Commit 82935c4

Browse files
author
Mattias Schlenker
committed
manually apply patches to be in sync with 122b0ac
1 parent 74a0cb4 commit 82935c4

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

src/onprem/de/agent_linux_legacy.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ image::linux.png[width=120]
1919

2020
Seit der {CMK}-Version {v21} beherrscht der neue Linux-Agent mit dem *Agent Controller* den registrierten, TLS-verschlüsselten und komprimierten *Pull-Modus*.
2121
Allerdings muss dafür der Agent Controller auf dem Host, auf dem er installiert werden soll, als Hintergrundprozess (_Daemon_) vom init-System gestartet werden.
22-
Derzeit wird diesbezüglich nur `systemd` auf der x86_64-Plattform unterstützt und für die Einrichtung Paketmanagement für `deb` oder `rpm` Pakete vorausgesetzt.
22+
Derzeit wird diesbezüglich nur `systemd` auf der `x86_64`-Plattform unterstützt und für die Einrichtung Paketmanagement für `deb` oder `rpm` Pakete vorausgesetzt.
2323

2424
Sind alle der folgenden Voraussetzungen erfüllt…
2525

2626
* Ihr Linux nutzt `systemd` ab Version 219 als init-System
27-
* Die Rechnerarchitektur ist x86_64
27+
* Die Rechnerarchitektur ist `x86_64`
2828
* Pakete werden als `deb` oder `rpm` verwaltet
2929
3030
…erfahren Sie im Artikel xref:agent_linux#[Linux überwachen], wie Sie den Agenten mit Agent Controller installieren, konfigurieren und erweitern können.
@@ -35,8 +35,8 @@ Dank der Modularität von {CMK} können Sie solche Linux-Hosts dennoch ins Monit
3535
[TIP]
3636
====
3737
Im letzten Satz ist ausdrücklich von _Linux_-Hosts die Rede.
38-
Zwar folgt die Installation von Agenten für andere Unix-Systeme im Legacy-Mode den wesentlichen Prinzipien, doch können in vielen Details Abweichungen auftreten.
39-
So unterstützt das Agentenskript für AIX zum Beispiel keine symetrische Verschlüsselung und Standardpfade sind den Konventionen der jeweiligen Zielsysteme angepasst.
38+
Zwar folgt die Installation von Agenten für andere Unix-Systeme im Legacy-Mode den wesentlichen Prinzipien für Linux-Hosts, doch können in vielen Details Abweichungen auftreten.
39+
So unterstützt das Agentenskript für AIX zum Beispiel keine symmetrische Verschlüsselung und Standardpfade sind den Konventionen der jeweiligen Zielsysteme angepasst.
4040
====
4141

4242
Da der verschlüsselte Transport der Agentendaten per Agent Controller hier nicht in Frage kommt, erklären wir in diesem Artikel, wie Sie entweder den unverschlüsselten Transport über einen _Internet Superserver_ oder die Konfiguration von _SSH als verschlüsselten Tunnel_ vornehmen.

src/onprem/en/agent_linux_legacy.asciidoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,26 @@ image::linux.png[width=120]
1919

2020
Since {CMK} version {v21} the new Linux agent with the *Agent Controller* supports the registered, TLS-encrypted and compressed *pull mode*.
2121
For this, however, the Agent Controller must be started as a background process (_daemon_) by the init system on the host on which it is to be installed.
22-
Currently, only `systemd` on the x86_64 platform is supported in this regard, and package management for `deb` or `rpm` packages is required for setup.
22+
Currently, only `systemd` on the `x86_64` platform is supported in this regard, and package management for `deb` or `rpm` packages is required for setup.
2323

2424
If all of the following requirements have been met...
2525

2626
* Your Linux uses `systemd` from version 219 or later as its init system
27-
* The processor architecture is x86_64
27+
* The processor architecture is `x86_64`
2828
* Packages are managed as `deb` or `rpm`
2929
3030
...you can learn how to install, configure and extend the agent with the Agent Controller in the xref:agent_linux#[Monitoring Linux] article.
3131

3232
While most Linux servers and desktops meet these requirements, years of _version upgraded systems_, older _virtual machines_ with i686 instances, _distroless containers_ or _embedded Linux_ systems are merely not fringe elements, but normal components of many system landscapes for which there is a need for monitoring.
3333
Thanks to the modular structure of {CMK}, you can still include such Linux hosts in monitoring.
3434

35+
[TIP]
36+
====
37+
The last sentence specifically refers to _Linux_ hosts.
38+
Although the installation of agents for other Unix systems in legacy mode follows the same basic principles as for Linux hosts, there may be differences in many details.
39+
For example, the agent script for AIX does not support symmetric encryption, and standard paths are adapted to the conventions of the respective target systems.
40+
====
41+
3542
Since using encrypted transport of the agent data via Agent Controller is out of the question here, we explain in this article how to do either the unencrypted transport via an _internet super-server_ or the configuration of _SSH as an encrypted tunnel_.
3643

3744
The xref:glossar#push_mode[push mode] is also dependent on the Agent Controller and is therefore not available in the legacy mode.

0 commit comments

Comments
 (0)