commit | 8e3a4ab81c5fb9140bf6606691dbc8dbda31db88 | [log] [tgz] |
---|---|---|
author | Ales Komarek <akomarek@mirantis.com> | Wed Jun 28 08:51:13 2017 +0000 |
committer | Gerrit Code Review <gerrit2@32a4cf582fa9> | Wed Jun 28 08:51:13 2017 +0000 |
tree | 20dfb212a6294116e0a1c5018beb7119968a60a9 | |
parent | c1b619b7f22c11eda58a184e282af541c3ab1cfc [diff] | |
parent | d332a6ce5291f44b75d196b10b1fd2e4af584c6d [diff] |
Merge "Fix processes_zombies metric name"
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",