commit | d332a6ce5291f44b75d196b10b1fd2e4af584c6d | [log] [tgz] |
---|---|---|
author | Dmitry Kalashnik <dkalashnik@mirantis.com> | Tue Jun 20 16:14:21 2017 +0400 |
committer | Dmitry Kalashnik <dkalashnik@mirantis.com> | Tue Jun 20 16:14:40 2017 +0400 |
tree | c69246f3bcb165ad40c20c6342c674e45e653e34 | |
parent | b7273108e27de148e2ffadba807efeee701700a2 [diff] |
Fix processes_zombies metric name Change-Id: Ic92564d97000c8bbb824a678af0c9cb7521eaa7e
diff --git a/linux/files/grafana_dashboards/system_prometheus.json b/linux/files/grafana_dashboards/system_prometheus.json index da11d16..a3910a2 100755 --- a/linux/files/grafana_dashboards/system_prometheus.json +++ b/linux/files/grafana_dashboards/system_prometheus.json
@@ -538,7 +538,7 @@ "step": 10 }, { - "expr": "processes_zombie{host=\"$host\"}", + "expr": "processes_zombies{host=\"$host\"}", "format": "time_series", "intervalFactor": 2, "legendFormat": "zombie",