You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/onprem/de/agent_linux_legacy.asciidoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ image::linux.png[width=120]
19
19
20
20
Seit der {CMK}-Version {v21} beherrscht der neue Linux-Agent mit dem *Agent Controller* den registrierten, TLS-verschlüsselten und komprimierten *Pull-Modus*.
21
21
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.
23
23
24
24
Sind alle der folgenden Voraussetzungen erfüllt…
25
25
26
26
* Ihr Linux nutzt `systemd` ab Version 219 als init-System
27
-
* Die Rechnerarchitektur ist x86_64
27
+
* Die Rechnerarchitektur ist `x86_64`
28
28
* Pakete werden als `deb` oder `rpm` verwaltet
29
29
30
30
…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
35
35
[TIP]
36
36
====
37
37
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.
40
40
====
41
41
42
42
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.
Copy file name to clipboardExpand all lines: src/onprem/en/agent_linux_legacy.asciidoc
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,19 +19,26 @@ image::linux.png[width=120]
19
19
20
20
Since {CMK} version {v21} the new Linux agent with the *Agent Controller* supports the registered, TLS-encrypted and compressed *pull mode*.
21
21
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.
23
23
24
24
If all of the following requirements have been met...
25
25
26
26
* 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`
28
28
* Packages are managed as `deb` or `rpm`
29
29
30
30
...you can learn how to install, configure and extend the agent with the Agent Controller in the xref:agent_linux#[Monitoring Linux] article.
31
31
32
32
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.
33
33
Thanks to the modular structure of {CMK}, you can still include such Linux hosts in monitoring.
34
34
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
+
35
42
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_.
36
43
37
44
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