Skip to content

Commit 47673c2

Browse files
sebkirMattias Schlenker
authored andcommitted
added dir_conf and dir_plugins to glossary
(cherry picked from commit 6600375)
1 parent 8d349e9 commit 47673c2

2 files changed

Lines changed: 48 additions & 0 deletions

File tree

src/common/de/glossar.asciidoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,18 @@ Zur Konfigurationsumgebung geht es über das [.guihint]#Setup#-Menü in der Navi
257257
Mehr unter xref:user_interface#[Die Benutzeroberfläche.]
258258

259259

260+
[#dir_conf]
261+
==== Konfigurationsverzeichnis
262+
263+
Das Verzeichnis, in dem Konfigurationsdaten für den {CMK}-Agenten und Agentenplugins abgelegt werden müssen.
264+
Auf einem Windows-Host ist dies standardmäßig das Verzeichnis `C:\ProgramData\checkmk\agent\config`.
265+
Auf einem Linux-Host ist dies standardmäßig das Verzeichnis `/etc/check_mk`.
266+
267+
Sie können dieses Verzeichnis auf Linux-Hosts mit der Regel [.guihint]#Customize agent package (Linux)# anpassen.
268+
269+
Mehr unter xref:agent_single_folder#[Den Linux-Agenten unprivilegiert ausführen.]
270+
271+
260272
[#contact]
261273
==== Kontakt
262274
Kontakte werden {CMK}-Benutzer genannt, die für bestimmte Hosts und Services zuständig sind.
@@ -348,6 +360,18 @@ Die Container in diesem Beispiel sind dann die Piggybacked-Hosts.
348360
Mehr unter xref:piggyback#[Der Piggyback-Mechanismus.]
349361

350362

363+
[#dir_plugins]
364+
==== Plugin-Verzeichnis
365+
366+
Das Verzeichnis, in dem Agenten-Plugins für den {CMK}-Agenten abgelegt werden müssen.
367+
Auf einem Windows-Host ist dies standardmäßig das Verzeichnis `C:\ProgramData\checkmk\agent\plugins`.
368+
Auf einem Linux-Host ist dies standardmäßig das Verzeichnis `/usr/lib/check_mk_agent/plugins`.
369+
370+
Sie können dieses Verzeichnis auf Linux-Hosts mit der Regel [.guihint]#Customize agent package (Linux)# anpassen.
371+
372+
Mehr unter xref:agent_single_folder#[Den Linux-Agenten unprivilegiert ausführen.]
373+
374+
351375
[#pull_mode]
352376
==== Pull-Modus
353377
Im Pull-Modus lauscht der {CMK}-Agent am TCP-Port 6556 auf eingehende Verbindungen vom {CMK}-Server.

src/common/en/glossar.asciidoc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,18 @@ The configuration environment is accessed via the [.guihint]#Setup# menu in the
151151
More under xref:user_interface#[The user interface].
152152

153153

154+
[#dir_conf]
155+
==== Configuration directory
156+
157+
The directory where configuration data for the {CMK} agent and agent plug-ins must be stored.
158+
On a Windows host, this is by default the directory `C:\ProgramData\checkmk\agent\config`.
159+
On a Linux host, this is by default the directory `/etc/check_mk`.
160+
161+
You can customize this directory on Linux hosts using the [.guihint]#Customize agent package (Linux)# rule.
162+
163+
More under xref:agent_single_folder#[Unprivileged execution of the Linux agent.]
164+
165+
154166
[#contact]
155167
==== Contact
156168
Contacts are {CMK} users who are responsible for specific hosts and services.
@@ -360,6 +372,18 @@ The containers in this example are then the piggybacked hosts.
360372
More under xref:piggyback#[The piggyback mechanism].
361373

362374

375+
[#dir_plugins]
376+
==== Plug-in directory
377+
378+
The directory where agent plugins for the {CMK} agent must be stored.
379+
On a Windows host, this is by default the directory `C:\ProgramData\checkmk\agent\plugins`.
380+
On a Linux host, this is by default the directory `/usr/lib/check_mk_agent/plugins`.
381+
382+
You can customize this directory on Linux hosts using the [.guihint]#Customize agent package (Linux)# rule.
383+
384+
More under xref:agent_single_folder#[Unprivileged execution of the Linux agent.]
385+
386+
363387
[#pull_mode]
364388
==== Pull mode
365389
In the pull mode, the {CMK} agent listens for incoming connections from the {CMK} server on TCP port 6556.

0 commit comments

Comments
 (0)