Browse Source

Update 'p1-metrics.py'

Michael Honkoop 7 months ago
parent
commit
4808cfb693
1 changed files with 1 additions and 1 deletions
  1. 1 1
      p1-metrics.py

+ 1 - 1
p1-metrics.py

@@ -23,7 +23,7 @@ from cmk.gui.plugins.metrics.utils import graph_info, metric_info
 
 metric_info["active_power_w"] = {
     "title": _("Total active power"),
-    "unit": "W",
+    "unit": "w",
     "color": "31/a",
 }