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