{ "id": 67830, "gridPos": { "x": {{ PANELS.disk_usage_root_percent_graph.gridPos.x }}, "y": {{ PANELS.disk_usage_root_percent_graph.gridPos.y }}, "w": {{ PANELS.disk_usage_root_percent_graph.gridPos.w }}, "h": {{ PANELS.disk_usage_root_percent_graph.gridPos.h }} }, "type": "timeseries", "title": "Disk Usage /", "datasource": "InfluxDB", "pluginVersion": "8.2.1", "interval": "30s", "fieldConfig": { "defaults": { "custom": { "drawStyle": "line", "lineInterpolation": "linear", "barAlignment": 0, "lineWidth": 1, "fillOpacity": 0, "gradientMode": "none", "spanNulls": false, "showPoints": "never", "pointSize": 5, "stacking": { "mode": "none", "group": "A" }, "axisPlacement": "auto", "axisLabel": "", "scaleDistribution": { "type": "linear" }, "hideFrom": { "tooltip": false, "viz": false, "legend": false }, "thresholdsStyle": { "mode": "off" } }, "color": { "mode": "palette-classic" }, "thresholds": { "mode": "absolute", "steps": [ { "value": null, "color": "green" }, { "value": 80, "color": "red" } ] }, "mappings": [], "unit": "percent", "decimals": 1, "min": 0, "max": 100 }, "overrides": [] }, "options": { "tooltip": { "mode": "single" }, "legend": { "displayMode": "table", "placement": "right", "calcs": [ "lastNotNull" ] } }, "targets": [ { "alias": "$tag_host $tag_role", "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "host" ], "type": "tag" }, { "params": [ "role" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "disk", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(total) AS \"total\", mean(used) as \"used\" FROM \"disk\" WHERE \"host\" =~ /$servername$/ AND \"path\" = '/' AND $timeFilter GROUP BY time($__interval), \"host\", \"path\"", "queryType": "randomWalk", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "used_percent" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "host", "operator": "=~", "value": "/^$servername$/" }, { "condition": "AND", "key": "path", "operator": "=", "value": "/" } ] } ], "maxDataPoints": null, "timeFrom": null, "timeShift": null }