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/de/mkps.asciidoc
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
// -*- coding: utf-8 -*-
2
2
// IGNORE
3
-
// SKIPCOMMITS 2025-08-18
3
+
// NONASCII
4
4
include::global_attr.adoc[]
5
5
= {CMK}-Erweiterungspakete (MKPs)
6
-
:revdate: 2025-08-07
7
6
:title: {CMK}-Erweiterungspakete (MKPs) – Erweiterungen der Community
8
7
:description: Mit {CMK}-Erweiterungspaketen (MKPs) können Sie das Monitoring vielseitig erweitern. Lesen Sie hier, wie Sie MKPs entwickeln, nutzen und veröffentlichen.
Nun führen Sie noch eine xref:wato#activate_changes[Aktivierung der Änderungen] durch und alle Funktionen aus dem Paket sind im System verankert und stehen Ihnen bereit.
113
114
115
+
114
116
[#disable_remove]
115
117
=== Pakete deaktivieren und entfernen
116
118
@@ -193,7 +195,7 @@ available commands:
193
195
----
194
196
195
197
In den folgenden Abschnitten stellen wir Ihnen die wichtigsten Befehle zur Verwaltung von MKPs vor.
196
-
Eine Befehlsreferenz in Tabellenform finden Sie am xref:command_reference[Ende dieses Artikels.]
198
+
Eine Befehlsreferenz in Tabellenform finden Sie am xref:command_reference[Ende dieses Artikels].
197
199
198
200
199
201
=== Hinzufügen eines MKPs
@@ -363,7 +365,7 @@ In den kommerziellen Editionen verwenden Sie das Symbol icon:icon_edit[], um zum
363
365
364
366
image::mkp_edit_description.png[]
365
367
366
-
Benutzer von {CRE} gehen stattdessen die beiden folgenden Schritte über xref:release_mkp[auflösen] und neu xref:package_mkp[erstellen.]
368
+
Benutzer von {CRE} gehen stattdessen die beiden folgenden Schritte über xref:release_mkp[auflösen] und neu xref:package_mkp[erstellen].
367
369
368
370
369
371
[#release_mkp]
@@ -533,6 +535,8 @@ Abgelegt werden Pakete unter `~/var/check_mk/packages_local`:
533
535
-rw-rw---- 2 mysite mysite 4197 Mar 15 13:37 hello_world_ng-1.0.0.mkp
534
536
----
535
537
538
+
539
+
[#package_format]
536
540
== Das MKP-Paketformat
537
541
538
542
Möglicherweise möchten Sie Erweiterungspakete auf einem Entwicklungsrechner programmieren und packen, um dann das fertige Paket zum {CMK}-Server zu übertragen und dort zu testen.
Copy file name to clipboardExpand all lines: src/onprem/en/mkps.asciidoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
// -*- coding: utf-8 -*-
2
2
// IGNORE
3
-
// SKIPCOMMITS 2025-08-18
3
+
// NONASCII
4
4
include::global_attr.adoc[]
5
5
= {CMK} extension packages (MKPs)
6
-
:revdate: 2025-08-18
7
6
:title: {CMK} extension packages (MKPs) from the community
8
7
:description: With {CMK} extension packages (MKPs), you can extend the functionality of your monitoring. Read here how to develop, use and publish MKPs.
{CMK} has a very modular structure, and those with a knowledge of Python programming can extend this structure in many places.
@@ -536,6 +536,7 @@ Packages are stored under `~/var/check_mk/packages_local`:
536
536
----
537
537
538
538
539
+
[#package_format]
539
540
== The MKP package format
540
541
541
542
You may want to program and package new extension packages on a development machine, and then transfer the finished package to the {CMK} server for testing.
0 commit comments