Dashboard Update - Add Detialed Disk Metrics

This commit is contained in:
Mike Reeves
2018-11-29 10:12:28 -05:00
parent de32c35cd0
commit bc311d30bc

View File

@@ -163,7 +163,7 @@
"datasource": "InfluxDB", "datasource": "InfluxDB",
"editable": true, "editable": true,
"error": false, "error": false,
"format": "none", "format": "bytes",
"gauge": { "gauge": {
"maxValue": "{{ ROOTFS }}", "maxValue": "{{ ROOTFS }}",
"minValue": 0, "minValue": 0,
@@ -258,12 +258,12 @@
"condition": "AND", "condition": "AND",
"key": "path", "key": "path",
"operator": "=", "operator": "=",
"value": "/nsm" "value": "{{ ROOTFS }}"
} }
] ]
} }
], ],
"thresholds": "0,{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}", "thresholds": "{{ ROOTFS * '.80'|float }},{{ ROOTFS * '.90'|float }}",
"title": "{{ SERVERNAME }} - Disk Used(/)", "title": "{{ SERVERNAME }} - Disk Used(/)",
"transparent": false, "transparent": false,
"type": "singlestat", "type": "singlestat",