{ "id": null, "title": "Server Monitoring", "tags": ["monitoring", "server"], "style": "dark", "timezone": "browser", "panels": [ { "id": 1, "title": "CPU Usage", "type": "stat", "targets": [ { "expr": "cpu_usage_percent", "legendFormat": "CPU %" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 70}, {"color": "red", "value": 90} ] }, "unit": "percent" } }, "gridPos": {"h": 8, "w": 6, "x": 0, "y": 0} }, { "id": 2, "title": "RAM Usage", "type": "stat", "targets": [ { "expr": "ram_usage_percent", "legendFormat": "RAM %" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 70}, {"color": "red", "value": 90} ] }, "unit": "percent" } }, "gridPos": {"h": 8, "w": 6, "x": 6, "y": 0} }, { "id": 3, "title": "Disk Usage", "type": "stat", "targets": [ { "expr": "disk_usage_percent", "legendFormat": "Disk %" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 80}, {"color": "red", "value": 95} ] }, "unit": "percent" } }, "gridPos": {"h": 8, "w": 6, "x": 18, "y": 16} }, { "id": 4, "title": "Load Average", "type": "timeseries", "targets": [ { "expr": "load_average_1m", "legendFormat": "1m" }, { "expr": "load_average_5m", "legendFormat": "5m" }, { "expr": "load_average_15m", "legendFormat": "15m" } ], "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "vis": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } } } }, "gridPos": {"h": 8, "w": 12, "x": 0, "y": 16} }, { "id": 5, "title": "System Uptime", "type": "stat", "targets": [ { "expr": "system_uptime_seconds", "legendFormat": "Uptime" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "unit": "s" } }, "gridPos": {"h": 8, "w": 6, "x": 12, "y": 16} }, { "id": 6, "title": "Disk I/O Usage", "type": "stat", "targets": [ { "expr": "disk_io_percent", "legendFormat": "Disk I/O %" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 50}, {"color": "red", "value": 80} ] }, "unit": "percent" } }, "gridPos": {"h": 8, "w": 6, "x": 12, "y": 16} }, { "id": 7, "title": "Swap Usage", "type": "stat", "targets": [ { "expr": "swap_usage_percent", "legendFormat": "Swap %" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 50}, {"color": "red", "value": 80} ] }, "unit": "percent" } }, "gridPos": {"h": 8, "w": 6, "x": 18, "y": 16} }, { "id": 8, "title": "CPU Usage Gauge", "type": "gauge", "targets": [ { "expr": "cpu_usage_percent", "legendFormat": "CPU %" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 70}, {"color": "red", "value": 90} ] }, "unit": "percent", "min": 0, "max": 100 } }, "options": { "orientation": "auto", "reduceOptions": { "values": false, "calcs": ["lastNotNull"], "fields": "" }, "showThresholdLabels": false, "showThresholdMarkers": true }, "gridPos": {"h": 8, "w": 6, "x": 12, "y": 0} }, { "id": 9, "title": "RAM Usage Gauge", "type": "gauge", "targets": [ { "expr": "ram_usage_percent", "legendFormat": "RAM %" } ], "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "thresholds": { "steps": [ {"color": "green", "value": null}, {"color": "yellow", "value": 70}, {"color": "red", "value": 90} ] }, "unit": "percent", "min": 0, "max": 100 } }, "options": { "orientation": "auto", "reduceOptions": { "values": false, "calcs": ["lastNotNull"], "fields": "" }, "showThresholdLabels": false, "showThresholdMarkers": true }, "gridPos": {"h": 8, "w": 6, "x": 18, "y": 0} }, { "id": 10, "title": "System Resources Overview", "type": "timeseries", "targets": [ { "expr": "cpu_usage_percent", "legendFormat": "CPU %" }, { "expr": "ram_usage_percent", "legendFormat": "RAM %" }, { "expr": "disk_usage_percent", "legendFormat": "Disk %" } ], "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Usage %", "axisPlacement": "left", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "vis": false }, "lineInterpolation": "linear", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "unit": "percent", "min": 0, "max": 100 } }, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "gridPos": {"h": 8, "w": 12, "x": 0, "y": 8} } ], "time": { "from": "now-1h", "to": "now" }, "refresh": "30s" }