You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/onprem/en/install_packages_debian.asciidoc
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,7 +139,7 @@ If you need an older version (for example, as the basis for restoring a backup),
139
139
Make sure that the package you select exactly matches the installed Linux distribution and its version.
140
140
141
141
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.
143
143
Additional programs such as _WinSCP_ are usually not required.
144
144
145
145
The `openssh-server` package needs to be installed to be able to copy files to your future {CMK} server using the `scp` command.
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.
198
198
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.
200
200
201
201
Afterwards you can install the {CMK} package using the following command.
202
202
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:
220
220
OMD - Open Monitoring Distribution Version {current}.community
221
221
----
222
222
223
-
// MFS: New, has to be completely translated
223
+
// This block is new
224
+
// start translation
224
225
////
225
226
[#uninstall]
226
227
== Deinstallation von {CMK}
227
228
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.
229
230
Nicht mehr benötigte Instanzen löschen Sie mit xref:omd_basics#omd_rm[`omd rm`].
230
231
Auch Instanzen, die schon einmal auf höhere {CMK}-Versionen aktualisiert wurden, hinterlassen ungenutzte {CMK}-Pakete.
231
232
@@ -260,3 +261,4 @@ After this operation, 0 B of additional disk space will be used.
0 commit comments