Skip to content

Commit cc3e694

Browse files
edition rename stabilization work KNW-2043, pick-25
1 parent 4b33d0e commit cc3e694

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/onprem/de/omd_basics.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Executing post-create script "01_create-sample-config.py"...[green]#OK#
8080
Executing post-create script "02_cmk-compute-api-spec"...[green]#OK#
8181
Executing post-create script "03_message-broker-certs"...[green]#OK#
8282
Restarting Apache...[green]#OK#
83-
Created new site mysite with version {current}.cre.
83+
Created new site mysite with version {current}.community.
8484

8585
The site can be started with omd start mysite.
8686
The default web UI is available at \http://linux/mysite/
@@ -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/{current}.cre
647+
lrwxrwxrwx mysite/mysite 0 2022-07-25 11:59 mysite/version -> ../../versions/{current}.community
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
@@ -834,7 +834,7 @@ OMD kann ungenutzte Versionen mit dem Befehl `cleanup` deinstallieren:
834834
{oldstable-patch}.cee Uninstalling
835835
{oldstable-patch}.cre In use (by mysite_tmp). Keeping this version.
836836
{oldstable-patch}.cme Keeping this version, since it is the default.
837-
{current}.cee In use (by mysite). Keeping this version.
837+
{current}.community In use (by mysite). Keeping this version.
838838
----
839839

840840
OMD behält dabei neben den genutzten Versionen auch die Standardversion.

src/onprem/en/omd_basics.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Executing post-create script "01_create-sample-config.py"...[green]#OK#
7878
Executing post-create script "02_cmk-compute-api-spec"...[green]#OK#
7979
Executing post-create script "03_message-broker-certs"...[green]#OK#
8080
Restarting Apache...[green]#OK#
81-
Created new site mysite with version {current}.cre.
81+
Created new site mysite with version {current}.community.
8282

8383
The site can be started with omd start mysite.
8484
The default web UI is available at \http://linux/mysite/
@@ -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/{current}.cre
645+
lrwxrwxrwx mysite/mysite 0 2022-07-25 11:59 mysite/version -> ../../versions/{current}.community
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
@@ -830,7 +830,7 @@ OMD can uninstall unused versions with the command `cleanup`:
830830
{oldstable-patch}.cee Uninstalling
831831
{oldstable-patch}.cre In use (by mysite_tmp). Keeping this version.
832832
{oldstable-patch}.cme Keeping this version, since it is the default.
833-
{current}.cee In use (by mysite). Keeping this version.
833+
{current}.community In use (by mysite). Keeping this version.
834834
----
835835

836836
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`.

0 commit comments

Comments
 (0)