From e76ee079328740e401b7b1e233b3d3abeeafdefc Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Tue, 23 Feb 2021 10:10:58 -0500 Subject: [PATCH] add CPUS for cpu count --- salt/grafana/dashboards/manager/manager.json | 10 +++++----- salt/grafana/dashboards/standalone/standalone.json | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/salt/grafana/dashboards/manager/manager.json b/salt/grafana/dashboards/manager/manager.json index 550d9b16f..2ce913155 100644 --- a/salt/grafana/dashboards/manager/manager.json +++ b/salt/grafana/dashboards/manager/manager.json @@ -373,7 +373,7 @@ }, { "params": [ - " / {{ CPU }}" + " / {{ CPUS }}" ], "type": "math" } @@ -521,7 +521,7 @@ }, { "params": [ - " / {{ CPU }}" + " / {{ CPUS }}" ], "type": "math" } @@ -1223,7 +1223,7 @@ }, { "params": [ - " / {{ CPU }}" + " / {{ CPUS }}" ], "type": "math" } @@ -1371,7 +1371,7 @@ }, { "params": [ - " / {{ CPU }}" + " / {{ CPUS }}" ], "type": "math" } @@ -1519,7 +1519,7 @@ }, { "params": [ - " / {{ CPU }}" + " / {{ CPUS }}" ], "type": "math" } diff --git a/salt/grafana/dashboards/standalone/standalone.json b/salt/grafana/dashboards/standalone/standalone.json index 4cc643e52..60a5c6c6c 100644 --- a/salt/grafana/dashboards/standalone/standalone.json +++ b/salt/grafana/dashboards/standalone/standalone.json @@ -373,7 +373,7 @@ }, { "params": [ - " / 16" + " / {{ CPUS }}" ], "type": "math" } @@ -517,7 +517,7 @@ }, { "params": [ - " / 16" + " / {{ CPUS }}" ], "type": "math" } @@ -1215,7 +1215,7 @@ }, { "params": [ - " / 16" + " / {{ CPUS }}" ], "type": "math" } @@ -1360,7 +1360,7 @@ }, { "params": [ - " / 16" + " / {{ CPUS }}" ], "type": "math" } @@ -1508,7 +1508,7 @@ }, { "params": [ - " / 16" + " / {{ CPUS }}" ], "type": "math" } @@ -1655,7 +1655,7 @@ }, { "params": [ - " / 16" + " / {{ CPUS }}" ], "type": "math" } @@ -3865,7 +3865,7 @@ }, { "params": [ - " / 16" + " / {{ CPUS }}" ], "type": "math" }