diff --git a/salt/grafana/panels/load_average_5_minute.json.jinja b/salt/grafana/panels/load_average_5_minute.json.jinja index 9d6a23f71..260bfa179 100644 --- a/salt/grafana/panels/load_average_5_minute.json.jinja +++ b/salt/grafana/panels/load_average_5_minute.json.jinja @@ -92,13 +92,13 @@ { "key": "host", "operator": "=~", - "value": "/^$server$/" + "value": "/^$servername$/" } ], "orderByTime": "ASC" } ], - "thresholds": "'$cpucount'/2,'$cpucount'/1.5,'$cpucount'", + "thresholds": "$cpucount/2, $cpucount/1.5, $cpucount", "title": "5 Minute Load Average", "type": "singlestat", "valueFontSize": "80%",