Quellcode durchsuchen

Fix processes_zombies metric name

Change-Id: Ic92564d97000c8bbb824a678af0c9cb7521eaa7e
pull/115/head
Dmitry Kalashnik vor 7 Jahren
Ursprung
Commit
d332a6ce52
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      linux/files/grafana_dashboards/system_prometheus.json

+ 1
- 1
linux/files/grafana_dashboards/system_prometheus.json Datei anzeigen

@@ -538,7 +538,7 @@
"step": 10
},
{
"expr": "processes_zombie{host=\"$host\"}",
"expr": "processes_zombies{host=\"$host\"}",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "zombie",

Laden…
Abbrechen
Speichern