Skip to content

Commit 8415651

Browse files
thomaskoslowskiMattias Schlenker
authored andcommitted
content-sync - KNW-2226 part3 translation started, pick-25
1 parent acf9db9 commit 8415651

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

src/onprem/de/install_packages_debian.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,11 @@ Zur Kontrolle können Sie die installierte Version ausgeben lassen:
221221
OMD - Open Monitoring Distribution Version {current}.community
222222
----
223223
224+
224225
[#uninstall]
225226
== Deinstallation von {CMK}
226227
227-
Die Voraussetzung für die Deinstallation eines {CMK}-Paketes ist, dass dieses von keiner Instanz mehr verwendet wird.
228+
Die Voraussetzung für die Deinstallation eines {CMK}-Pakets ist, dass dieses von keiner Instanz mehr verwendet wird.
228229
Nicht mehr benötigte Instanzen löschen Sie mit xref:omd_basics#omd_rm[`omd rm`].
229230
Auch Instanzen, die schon einmal auf höhere {CMK}-Versionen aktualisiert wurden, hinterlassen ungenutzte {CMK}-Pakete.
230231
@@ -258,4 +259,3 @@ The following packages will be REMOVED:
258259
After this operation, 0 B of additional disk space will be used.
259260
Do you want to continue? [Y/n] y
260261
----
261-

src/onprem/en/install_packages_debian.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ If you need an older version (for example, as the basis for restoring a backup),
139139
Make sure that the package you select exactly matches the installed Linux distribution and its version.
140140

141141
After you have downloaded the package, bring it to the Linux system on which {CMK} is to be installed.
142-
This can be done, for example, with the `scp` command line tool, which comes with every modern system -- and which is also available in PowerShell since Windows 10.
142+
This can be done, for example, with the `scp` command line tool, which comes with every modern system--and which is also available in PowerShell since Windows 10.
143143
Additional programs such as _WinSCP_ are usually not required.
144144

145145
The `openssh-server` package needs to be installed to be able to copy files to your future {CMK} server using the `scp` command.
@@ -196,7 +196,7 @@ Primary key fingerprint: B1E7 1065 75B7 23F0 0611 C612 434D AC48 C450 3261
196196
197197
The output line with `Good signature` is the proof that the package file was signed with the previously downloaded and imported `Check_MK-pubkey.gpg` key.
198198
The displayed warning refers only to the {CMK} public key, not to the signature of the package.
199-
The reason for the warning is that the key used is not signed with any other key that the user already trusts -- but this is not a problem in this case.
199+
The reason for the warning is that the key used is not signed with any other key that the user already trusts--but this is not a problem in this case.
200200
201201
Afterwards you can install the {CMK} package using the following command.
202202
Be sure to pass the full file path to the DEB file after `apt install`:
@@ -220,12 +220,13 @@ You can request the installed version to verify your installation:
220220
OMD - Open Monitoring Distribution Version {current}.community
221221
----
222222
223-
// MFS: New, has to be completely translated
223+
// This block is new
224+
// start translation
224225
////
225226
[#uninstall]
226227
== Deinstallation von {CMK}
227228
228-
Die Voraussetzung für die Deinstallation eines {CMK}-Paketes ist, dass dieses von keiner Instanz mehr verwendet wird.
229+
Die Voraussetzung für die Deinstallation eines {CMK}-Pakets ist, dass dieses von keiner Instanz mehr verwendet wird.
229230
Nicht mehr benötigte Instanzen löschen Sie mit xref:omd_basics#omd_rm[`omd rm`].
230231
Auch Instanzen, die schon einmal auf höhere {CMK}-Versionen aktualisiert wurden, hinterlassen ungenutzte {CMK}-Pakete.
231232
@@ -260,3 +261,4 @@ After this operation, 0 B of additional disk space will be used.
260261
Do you want to continue? [Y/n] y
261262
----
262263
////
264+
// end translation

0 commit comments

Comments
 (0)