Skip to content

Commit 40e07af

Browse files
committed
added trailing slashes to some directories - Thx JOG - pick-25 pick-24 pick-23
1 parent b4ffc50 commit 40e07af

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/common/de/monitoring_oracle.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ Im Folgenden das Beispiel für einen Linux-Server mit `systemd`, auf dem das Age
12561256
12571257
[{shell}]
12581258
----
1259-
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent"
1259+
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent/"
12601260
{c-root} /usr/lib/check_mk_agent/plugins/60/mk_oracle -t --no-spool
12611261
---login----------------------------------------------------------------
12621262
Operating System: Linux
@@ -1338,7 +1338,7 @@ Hier der Aufruf für einen Linux-Server mit `systemd`, auf dem das Agentenplugin
13381338
13391339
[{shell}]
13401340
----
1341-
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent"
1341+
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent/"
13421342
{c-root} /usr/lib/check_mk_agent/plugins/60/mk_oracle -l --no-spool
13431343
Start logging to file: /var/lib/check_mk_agent/log/mk_oracle.log
13441344
----
@@ -1376,7 +1376,7 @@ Im Folgenden das Beispiel für das Debugging auf einem Linux-Server mit `systemd
13761376
13771377
[{shell}]
13781378
----
1379-
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent"
1379+
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent/"
13801380
{c-root} /usr/lib/check_mk_agent/plugins/60/mk_oracle -d --no-spool
13811381
----
13821382

src/common/en/monitoring_oracle.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ The following example is for a Linux server with `systemd`, on which the agent p
12501250
12511251
[{shell}]
12521252
----
1253-
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent"
1253+
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent/"
12541254
{c-root} /usr/lib/check_mk_agent/plugins/60/mk_oracle -t --no-spool
12551255
---login----------------------------------------------------------------
12561256
Operating System: Linux
@@ -1332,7 +1332,7 @@ Here is the call for a Linux server with `systemd`, on which the agent plug-in i
13321332
13331333
[{shell}]
13341334
----
1335-
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent"
1335+
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent/"
13361336
{c-root} /usr/lib/check_mk_agent/plugins/60/mk_oracle -l --no-spool
13371337
Start logging to file: /var/lib/check_mk_agent/log/mk_oracle.log
13381338
----
@@ -1370,7 +1370,7 @@ The following is an example of debugging on a Linux server with `systemd`, on wh
13701370
13711371
[{shell}]
13721372
----
1373-
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent"
1373+
{c-root} export MK_CONFDIR="/etc/check_mk/"; export MK_VARDIR="/var/lib/check_mk_agent/"
13741374
{c-root} /usr/lib/check_mk_agent/plugins/60/mk_oracle -d --no-spool
13751375
----
13761376

0 commit comments

Comments
 (0)