diff --git a/salt/grafana/dashboards/standalone/standalone.json b/salt/grafana/dashboards/standalone/standalone.json index ac733db5c..d5ddb4ca3 100644 --- a/salt/grafana/dashboards/standalone/standalone.json +++ b/salt/grafana/dashboards/standalone/standalone.json @@ -936,11 +936,11 @@ }, { "color": "rgba(237, 129, 40, 0.89)", - "value": "{{ ROOTFS * '.80'|float }}" + "value": "{{ NSMFS * '.80'|float }}" }, { "color": "rgba(245, 54, 54, 0.9)", - "value": "{{ ROOTFS * '.90'|float }}" + "value": "{{ NSMFS * '.90'|float }}" } ] }, @@ -6683,4 +6683,4 @@ "title": "Standalone Mode - {{ SERVERNAME }} Overview", "uid": "{{ UID }}", "version": 1 -} \ No newline at end of file +}