Dashboard Update - Add Detialed Disk Metrics

This commit is contained in:
Mike Reeves
2018-11-29 09:58:31 -05:00
parent f6f874ed4f
commit 4a0b9a15e8

View File

@@ -16,8 +16,8 @@
"editable": true, "editable": true,
"gnetId": 2381, "gnetId": 2381,
"graphTooltip": 0, "graphTooltip": 0,
"id": 3, "id": 7,
"iteration": 1542831344176, "iteration": 1543457274005,
"links": [], "links": [],
"panels": [ "panels": [
{ {
@@ -163,9 +163,9 @@
"datasource": "InfluxDB", "datasource": "InfluxDB",
"editable": true, "editable": true,
"error": false, "error": false,
"format": "bytes", "format": "none",
"gauge": { "gauge": {
"maxValue": 105545592832, "maxValue": "{{ ROOTFS }}",
"minValue": 0, "minValue": 0,
"show": true, "show": true,
"thresholdLabels": false, "thresholdLabels": false,
@@ -263,7 +263,7 @@
] ]
} }
], ],
"thresholds": "73881914982,94991033548,105545592832", "thresholds": "0,{{ ROOTFS * .80 }},{{ ROOTFS * .90 }}",
"title": "{{ SERVERNAME }} - Disk Used(/)", "title": "{{ SERVERNAME }} - Disk Used(/)",
"transparent": false, "transparent": false,
"type": "singlestat", "type": "singlestat",
@@ -474,7 +474,7 @@
"type": "fill" "type": "fill"
} }
], ],
"measurement": "stenodrop", "measurement": "suridrop",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "A", "refId": "A",
@@ -593,7 +593,7 @@
"type": "fill" "type": "fill"
} }
], ],
"measurement": "suridrop", "measurement": "stenodrop",
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "A", "refId": "A",
@@ -3127,6 +3127,7 @@
} }
], ],
"measurement": "diskio", "measurement": "diskio",
"orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "A", "refId": "A",
"resultFormat": "time_series", "resultFormat": "time_series",
@@ -3153,12 +3154,6 @@
"key": "host", "key": "host",
"operator": "=", "operator": "=",
"value": "{{ SERVERNAME }}" "value": "{{ SERVERNAME }}"
},
{
"condition": "AND",
"key": "name",
"operator": "=",
"value": "{{ NSMFS }}"
} }
] ]
}, },
@@ -3180,6 +3175,7 @@
} }
], ],
"measurement": "diskio", "measurement": "diskio",
"orderByTime": "ASC",
"policy": "default", "policy": "default",
"refId": "B", "refId": "B",
"resultFormat": "time_series", "resultFormat": "time_series",
@@ -3206,12 +3202,6 @@
"key": "host", "key": "host",
"operator": "=", "operator": "=",
"value": "{{ SERVERNAME }}" "value": "{{ SERVERNAME }}"
},
{
"condition": "AND",
"key": "name",
"operator": "=",
"value": "{{ NSMFS }}"
} }
] ]
} }
@@ -3933,7 +3923,7 @@
] ]
}, },
"timezone": "browser", "timezone": "browser",
"title": "Forward Node - {{ SERVERNAME }} Overview", "title": "Forward Node - {{ SERVERNAME }} Overview NEW",
"uid": "{{ UID }}", "uid": "{{ UID }}",
"version": 25 "version": 6
} }