Skip to content

Commit 040b05d

Browse files
thomaskoslowskiMattias Schlenker
authored andcommitted
edition rename stabilization work KNW-2017, pick-24
1 parent 5678414 commit 040b05d

File tree

2 files changed

+16
-20
lines changed

2 files changed

+16
-20
lines changed

src/onprem/de/omd_basics.asciidoc

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -465,8 +465,8 @@ Zum Punkt `Warn about configurations to review...` gehören allgemeine Hinweise
465465
-| - NagVis maps or custom NagVis backend settings
466466
-| - Notification rule "site" conditions
467467
-| - Event Console rule "site" conditions
468-
-| - "site" field in "Agent updater (Linux, Windows, Solaris)" rules (CEE/CME only)
469-
-| - Alert handler rule "site" conditions (CEE/CME only)
468+
-| - "site" field in "Agent updater (Linux, Windows, Solaris)" rules
469+
-| - Alert handler rule "site" conditions
470470
-|
471471
-| Done
472472
----
@@ -644,7 +644,7 @@ Sie können mit dem Befehl `tar tzf` einfach einen Blick in die Datei werfen:
644644
[{shell}]
645645
----
646646
{c-omd} tar tvzf /tmp/mysite.tar.gz | less
647-
lrwxrwxrwx mysite/mysite 0 2022-07-25 11:59 mysite/version -> ../../versions/2.1.0p8.cre
647+
lrwxrwxrwx mysite/mysite 0 2022-07-25 11:59 mysite/version -> ../../versions/{current}.cre
648648
drwxr-xr-x mysite/mysite 0 2022-07-25 17:25 mysite/
649649
-rw------- mysite/mysite 370 2022-07-26 17:09 mysite/.bash_history
650650
-rw-r--r-- mysite/mysite 1091 2022-07-25 11:59 mysite/.bashrc
@@ -831,16 +831,14 @@ OMD kann ungenutzte Versionen mit dem Befehl `cleanup` deinstallieren:
831831
[{shell}]
832832
----
833833
{c-root} omd cleanup
834-
1.6.0p28.cee In use (by mysite_old). Keeping this version.
835-
2.1.0p15.cee Uninstalling
836-
2.1.0p15.cme Uninstalling
837-
2.1.0p15.cre In use (by mysite_raw). Keeping this version.
838-
2.1.0p19.cme Keeping this version, since it is the default.
839-
2022.12.14.cee In use (by mysite). Keeping this version.
834+
{oldstable-patch}.cee Uninstalling
835+
{oldstable-patch}.cre In use (by mysite_tmp). Keeping this version.
836+
{oldstable-patch}.cme Keeping this version, since it is the default.
837+
{current}.cee In use (by mysite). Keeping this version.
840838
----
841839

842840
OMD behält dabei neben den genutzten Versionen auch die Standardversion.
843-
Die Standardversion ist, sofern nicht manuell mit `omd setversion` anders konfiguriert, die zuletzt installierte Version von {CMK}, im obigen Beispiel also `2.1.0p19.cme`.
841+
Die Standardversion ist, sofern nicht manuell mit `omd setversion` anders konfiguriert, die zuletzt installierte Version von {CMK}, im obigen Beispiel also `{oldstable-patch}.cme`.
844842

845843

846844
[#files]

src/onprem/en/omd_basics.asciidoc

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ The `Warn about configurations to review...` item includes general notes on indi
463463
-| - NagVis maps or custom NagVis backend settings
464464
-| - Notification rule "site" conditions
465465
-| - Event Console rule "site" conditions
466-
-| - "site" field in "Agent updater (Linux, Windows, Solaris)" rules (CEE/CME only)
467-
-| - Alert handler rule "site" conditions (CEE/CME only)
466+
-| - "site" field in "Agent updater (Linux, Windows, Solaris)" rules
467+
-| - Alert handler rule "site" conditions
468468
-|
469469
-| Done
470470
----
@@ -642,7 +642,7 @@ With the `tar tzf` command one can easily have a look at the file's contents:
642642
[{shell}]
643643
----
644644
{c-omd} tar tvzf /tmp/mysite.tar.gz | less
645-
lrwxrwxrwx mysite/mysite 0 2022-07-25 11:59 mysite/version -> ../../versions/2.1.0p8.cre
645+
lrwxrwxrwx mysite/mysite 0 2022-07-25 11:59 mysite/version -> ../../versions/{current}.cre
646646
drwxr-xr-x mysite/mysite 0 2022-07-25 17:25 mysite/
647647
-rw------- mysite/mysite 370 2022-07-26 17:09 mysite/.bash_history
648648
-rw-r--r-- mysite/mysite 1091 2022-07-25 11:59 mysite/.bashrc
@@ -827,15 +827,13 @@ OMD can uninstall unused versions with the command `cleanup`:
827827
[{shell}]
828828
----
829829
{c-root} omd cleanup
830-
1.6.0p28.cee In use (by mysite_old). Keeping this version.
831-
2.1.0p15.cee Uninstalling
832-
2.1.0p15.cme Uninstalling
833-
2.1.0p15.cre In use (by mysite_raw). Keeping this version.
834-
2.1.0p19.cme Keeping this version, since it is the default.
835-
2022.12.14.cee In use (by mysite). Keeping this version.
830+
{oldstable-patch}.cee Uninstalling
831+
{oldstable-patch}.cre In use (by mysite_tmp). Keeping this version.
832+
{oldstable-patch}.cme Keeping this version, since it is the default.
833+
{current}.cee In use (by mysite). Keeping this version.
836834
----
837835

838-
OMD keeps the default version in addition to the used versions; unless manually configured otherwise, the last installed version of {CMK}, here `2.1.0p19.cme`.
836+
OMD keeps the default version in addition to the used versions; unless manually configured otherwise, the last installed version of {CMK}, here `{oldstable-patch}.cme`.
839837

840838
[#files]
841839
== Files and directories

0 commit comments

Comments
 (0)