Skip to content

Commit c68fea7

Browse files
mape2kmschlenker
authored andcommitted
Fix: Update url to metrics.py to path before renaming
1 parent 1a404dc commit c68fea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/onprem/de/devel_check_plugins.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1721,7 +1721,7 @@ Hier die Erklärung dazu:
17211721

17221722
* Die verfügbaren Einheiten (`unit`) können Sie in der API-Dokumentation nachlesen, sie enden alle auf `Notation`, z. B. `DecimalNotation`, `EngineeringScientificNotation` oder `TimeNotation`.
17231723

1724-
* Die in {CMK} verwendeten Farbnamen für die Farbdefinition `color` finden Sie auf link:https://github.com/Checkmk/checkmk/blob/{current-major}/packages/cmk-plugin-apis/cmk/graphing/v1/metrics.py[GitHub^].
1724+
* Die in {CMK} verwendeten Farbnamen für die Farbdefinition `color` finden Sie auf link:https://github.com/Checkmk/checkmk/blob/{current-major}/packages/cmk-graphing/cmk/graphing/v1/metrics.py[GitHub^].
17251725

17261726
Diese Definition in der Graphing-Datei sorgt jetzt dafür, dass Titel, Einheit und Farbe der Metrik angepasst dargestellt werden.
17271727

src/onprem/en/devel_check_plugins.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1714,7 +1714,7 @@ Here is the explanation:
17141714

17151715
* The available units (`unit`) can be found in the API documentation, these all end in `Notation`, e.g. `DecimalNotation`, `EngineeringScientificNotation` or `TimeNotation`.
17161716

1717-
* The color names used in {CMK} for the `color` definition can be found at link:https://github.com/Checkmk/checkmk/blob/{current-major}/packages/cmk-plugin-apis/cmk/graphing/v1/metrics.py[GitHub^].
1717+
* The color names used in {CMK} for the `color` definition can be found at link:https://github.com/Checkmk/checkmk/blob/{current-major}/packages/cmk-graphing/cmk/graphing/v1/metrics.py[GitHub^].
17181718

17191719
This definition in the graphing file now ensures that the metric's title, unit and color are displayed appropriately.
17201720

@@ -2279,4 +2279,4 @@ include::include_treasures_admonition.asciidoc[]
22792279
|`~/local/lib/python3/cmk_addons/plugins/<plug-in_family>/rulesets/` |Storage location for rule set files created according to the Rulesets API.
22802280
|`~/local/lib/python3/cmk_addons/plugins/<plug-in_family>/graphing/` |Storage location for graphing files created according to the Graphing API.
22812281
|`/usr/lib/check_mk_agent/plugins/` |This directory is located on a monitored Linux host. The {CMK} agent for Linux expects extensions of the agent (agent plug-ins) here.
2282-
|===
2282+
|===

0 commit comments

Comments
 (0)