{ "annotations": { "list": [ { "builtIn": 1, "datasource": { "type": "datasource", "uid": "grafana" }, "enable": true, "hide": true, "iconColor": "rgba(0, 211, 255, 1)", "name": "Annotations & Alerts", "target": { "limit": 100, "matchAny": false, "tags": [], "type": "dashboard" }, "type": "dashboard" } ] }, "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, "id": 1, "iteration": 1652428153868, "links": [], "liveNow": false, "panels": [ { "aliasColors": { "Busy": "#EAB839", "Busy Iowait": "#890F02", "Busy other": "#1F78C1", "Idle": "#052B51", "Idle - Waiting for something to happen": "#052B51", "guest": "#9AC48A", "idle": "#052B51", "iowait": "#EAB839", "irq": "#BF1B00", "nice": "#C15C17", "softirq": "#E24D42", "steal": "#FCE2DE", "system": "#508642", "user": "#5195CE" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "decimals": 2, "description": "Percentage of CPU utilized (averaged over last minute)", "fieldConfig": { "defaults": { "links": [], "unit": "short" }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 7, "w": 4, "x": 0, "y": 0 }, "hiddenSeries": false, "id": 111, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "sideWidth": 250, "total": false, "values": false }, "libraryPanel": { "description": "Percentage of CPU utilized (averaged over last minute)", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "CPU Utilization", "type": "graph", "uid": "BZtVki_7k", "version": 1 }, "lines": true, "linewidth": 1, "links": [], "maxPerRow": 6, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": true, "pluginVersion": "8.5.2", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:376", "alias": "Idle", "fill": 0 } ], "spaceLength": 10, "stack": true, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (instance)(rate(node_cpu_seconds_total{mode!=\"idle\",job=\"$job\"}[1m])) * 100", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Utilization", "refId": "A", "step": 240 }, { "exemplar": true, "expr": "sum by (mode)(rate(node_cpu_seconds_total{mode='idle',job=\"$job\"}[1m])) * 100", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Idle", "refId": "F", "step": 240 } ], "thresholds": [ { "$$hashKey": "object:143", "colorMode": "critical", "fill": false, "line": true, "op": "gt", "value": 80, "yaxis": "left" } ], "timeRegions": [], "title": "CPU Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:123", "format": "short", "label": "", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:124", "format": "short", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Non available RAM memory", "fieldConfig": { "defaults": { "unit": "percent" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 4, "x": 4, "y": 0 }, "hiddenSeries": false, "hideTimeOverride": false, "id": 119, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "libraryPanel": { "description": "Non available RAM memory", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "RAM Utilization", "type": "graph", "uid": "6VhEki_nk", "version": 1 }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.2", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "((node_memory_MemTotal_bytes{job=\"$job\"} - node_memory_MemFree_bytes{job=\"$job\"}) / (node_memory_MemTotal_bytes{job=\"$job\"} )) * 100", "format": "time_series", "hide": true, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 240 }, { "exemplar": true, "expr": "100 - ((node_memory_MemAvailable_bytes{job=\"$job\"} * 100) / node_memory_MemTotal_bytes{job=\"$job\"})", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "Memory Utilization", "refId": "B", "step": 240 } ], "thresholds": [ { "$$hashKey": "object:430", "colorMode": "critical", "fill": false, "line": true, "op": "gt", "value": 80, "yaxis": "left" } ], "timeRegions": [], "title": "RAM Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:409", "format": "percent", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:410", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": { "Recv_bytes_eth2": "#7EB26D", "Recv_bytes_lo": "#0A50A1", "Recv_drop_eth2": "#6ED0E0", "Recv_drop_lo": "#E0F9D7", "Recv_errs_eth2": "#BF1B00", "Recv_errs_lo": "#CCA300", "Trans_bytes_eth2": "#7EB26D", "Trans_bytes_lo": "#0A50A1", "Trans_drop_eth2": "#6ED0E0", "Trans_drop_lo": "#E0F9D7", "Trans_errs_eth2": "#BF1B00", "Trans_errs_lo": "#CCA300", "recv_bytes_lo": "#0A50A1", "recv_drop_eth0": "#99440A", "recv_drop_lo": "#967302", "recv_errs_eth0": "#BF1B00", "recv_errs_lo": "#890F02", "trans_bytes_eth0": "#7EB26D", "trans_bytes_lo": "#0A50A1", "trans_drop_eth0": "#99440A", "trans_drop_lo": "#967302", "trans_errs_eth0": "#BF1B00", "trans_errs_lo": "#890F02" }, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Basic network info per interface", "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 4, "fillGradient": 0, "gridPos": { "h": 7, "w": 4, "x": 8, "y": 0 }, "hiddenSeries": false, "id": 115, "legend": { "alignAsTable": false, "avg": false, "current": false, "hideEmpty": false, "hideZero": false, "max": false, "min": false, "rightSide": false, "show": true, "sort": "current", "sortDesc": true, "total": false, "values": false }, "libraryPanel": { "description": "Basic network info per interface", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "Network Traffic Basic", "type": "graph", "uid": "_daeim_7k", "version": 1 }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.2", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:618", "alias": "Download", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (job) (rate(node_network_receive_bytes_total{job=\"$job\"}[1m])*8)", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Download", "refId": "A", "step": 240 }, { "exemplar": true, "expr": "sum by (job) (rate(node_network_transmit_bytes_total{job=\"$job\"}[1m])*8)", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Upload", "refId": "B", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Network Traffic Basic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:625", "format": "bps", "logBase": 1, "show": true }, { "$$hashKey": "object:626", "format": "pps", "label": "", "logBase": 1, "show": false } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Percentage of boot disk used", "fieldConfig": { "defaults": { "unit": "percent" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 4, "x": 12, "y": 0 }, "hiddenSeries": false, "id": 107, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "libraryPanel": { "description": "Percentage of boot disk used", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "Boot Disk Used", "type": "graph", "uid": "iE_Hiil7k", "version": 1 }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.2", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "100 - ((node_filesystem_avail_bytes{job=\"$job\",mountpoint=~\"/|/root.dev\",fstype!=\"rootfs\"} * 100) / node_filesystem_size_bytes{job=\"$job\",mountpoint=~\"/|/root.dev\",fstype!=\"rootfs\"})", "format": "time_series", "interval": "", "intervalFactor": 1, "legendFormat": "Boot Disk Utilization", "refId": "A", "step": 240 } ], "thresholds": [ { "$$hashKey": "object:588", "colorMode": "critical", "fill": false, "line": true, "op": "gt", "value": 80, "yaxis": "left" } ], "timeRegions": [], "title": "Boot Disk Used", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:570", "format": "percent", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:571", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Used Swap", "fieldConfig": { "defaults": { "unit": "percent" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 7, "w": 4, "x": 16, "y": 0 }, "hiddenSeries": false, "id": 123, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": true, "total": false, "values": false }, "libraryPanel": { "description": "Used Swap", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "Swap Utilization", "type": "graph", "uid": "4owPkil7z", "version": 1 }, "lines": true, "linewidth": 1, "links": [], "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.2", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "((node_memory_SwapTotal_bytes{job=\"$job\"} - node_memory_SwapFree_bytes{job=\"$job\"}) / (node_memory_SwapTotal_bytes{job=\"$job\"} )) * 100", "interval": "", "intervalFactor": 1, "legendFormat": "Swap Utilization", "refId": "A", "step": 240 } ], "thresholds": [], "timeRegions": [], "title": "Swap Utilization", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:456", "format": "percent", "logBase": 1, "max": "100", "min": "0", "show": true }, { "$$hashKey": "object:457", "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Total number of CPU cores", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 20, "y": 0 }, "id": 109, "libraryPanel": { "description": "Total number of CPU cores", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "CPU Cores", "type": "stat", "uid": "P_X6zi_nz", "version": 1 }, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "count(count(node_cpu_seconds_total{job=\"$job\"}) by (cpu))", "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 240 } ], "title": "CPU Cores", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Total RAM", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 4, "w": 2, "x": 22, "y": 0 }, "id": 117, "libraryPanel": { "description": "Total RAM", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "RAM Total", "type": "stat", "uid": "8ZF6zmlnk", "version": 1 }, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "node_memory_MemTotal_bytes{job=\"$job\"}", "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 240 } ], "title": "RAM Total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "System uptime", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 3, "w": 2, "x": 20, "y": 4 }, "id": 113, "libraryPanel": { "description": "System uptime", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "Host Uptime", "type": "stat", "uid": "MhbURm_nz", "version": 1 }, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "node_time_seconds{job=\"$job\"} - node_boot_time_seconds{job=\"$job\"}", "interval": "", "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "Host Uptime", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Total disk capacity", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "rgba(50, 172, 45, 0.97)", "value": null }, { "color": "rgba(237, 129, 40, 0.89)", "value": 70 }, { "color": "rgba(245, 54, 54, 0.9)", "value": 90 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 1, "x": 22, "y": 4 }, "id": 105, "libraryPanel": { "description": "Total disk capacity", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "Boot Disk Total", "type": "stat", "uid": "zxE6zilnz", "version": 1 }, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "node_filesystem_size_bytes{job=\"$job\",mountpoint=~\"/|/root.dev\",fstype!=\"rootfs\"}", "format": "time_series", "hide": false, "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 240 } ], "title": "Boot Disk Total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Total SWAP", "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "decimals": 0, "mappings": [ { "options": { "match": "null", "result": { "text": "N/A" } }, "type": "special" } ], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 3, "w": 1, "x": 23, "y": 4 }, "id": 121, "libraryPanel": { "description": "Total SWAP", "meta": { "connectedDashboards": 1, "created": "2022-05-13T05:32:44Z", "createdBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" }, "folderName": "General", "folderUid": "", "updated": "2022-05-13T05:32:44Z", "updatedBy": { "avatarUrl": "/avatar/2e9c3cc799d14624f820eb9d921be788", "id": 1, "name": "jafner" } }, "name": "SWAP Total", "type": "stat", "uid": "GW0eki_nz", "version": 1 }, "links": [], "maxDataPoints": 100, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "node_memory_SwapTotal_bytes{job=\"$job\"}", "interval": "", "intervalFactor": 1, "legendFormat": "", "refId": "A", "step": 240 } ], "title": "SWAP Total", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "fillOpacity": 70, "lineWidth": 0, "spanNulls": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "green", "value": 1 } ] } }, "overrides": [ { "matcher": { "id": "byFrameRefID", "options": "A" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "index": 0, "text": "Down" }, "1": { "index": 1, "text": "Up" } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 8, "w": 4, "x": 0, "y": 7 }, "id": 101, "options": { "alignValue": "left", "legend": { "displayMode": "hidden", "placement": "bottom" }, "mergeValues": true, "rowHeight": 0.9, "showValue": "never", "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.1.0", "targets": [ { "exemplar": true, "expr": "sum by (server_host) (minecraft_status_healthy{})", "format": "time_series", "instant": false, "interval": "", "legendFormat": "{{ server_host }}", "refId": "A" } ], "title": "Minecraft Server Status", "type": "state-timeline" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "s" }, "overrides": [] }, "gridPos": { "h": 8, "w": 4, "x": 4, "y": 7 }, "id": 22, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "exemplar": true, "expr": "minecraft_status_response_time_seconds{}", "interval": "", "legendFormat": "{{ server_host }}", "queryType": "randomWalk", "refId": "A" } ], "title": "Minecraft Server Ping", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "max": 20, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 8, "y": 7 }, "id": 24, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "exemplar": true, "expr": "minecraft_status_players_online_count{}", "interval": "", "legendFormat": "{{ server_host }}", "queryType": "randomWalk", "refId": "A" } ], "title": "Minecraft Players Online", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 4, "x": 11, "y": 7 }, "id": 28, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "exemplar": true, "expr": "sum by (service) (traefik_service_open_connections{})", "interval": "", "legendFormat": "{{ service }}", "queryType": "randomWalk", "refId": "A" } ], "title": "Traefik Open Connections", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 5, "x": 15, "y": 7 }, "id": 30, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.1.0", "targets": [ { "exemplar": true, "expr": "sum by (service) (rate(traefik_service_requests_total{}[1m]))", "interval": "", "legendFormat": "{{ service }}", "queryType": "randomWalk", "refId": "A" } ], "title": "Traefik Requests in last minute", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "description": "Each point is a counter for the last 24 hours.", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "hideFrom": { "legend": false, "tooltip": false, "viz": false } }, "mappings": [] }, "overrides": [] }, "gridPos": { "h": 8, "w": 3, "x": 20, "y": 7 }, "id": 8, "options": { "legend": { "displayMode": "list", "placement": "bottom" }, "pieType": "pie", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.1.0", "targets": [ { "expr": "pihole_queries_cached", "interval": "", "legendFormat": "Cached", "refId": "B" }, { "expr": "pihole_queries_forwarded", "interval": "", "legendFormat": "Forwarded", "refId": "C" }, { "expr": "pihole_ads_blocked_today", "interval": "", "legendFormat": "Blocked", "refId": "D" } ], "title": "PiHole DNS Queries", "type": "piechart" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 8, "w": 1, "x": 23, "y": 7 }, "id": 43, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "pihole_unique_clients{}", "interval": "", "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "PiHole Unique Clients", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 3, "x": 0, "y": 15 }, "id": 59, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "value_and_name" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "sum by (tracker) (deluge_torrents{job=\"deluge\", tracker=~\"ggn|mam|emp|pub\"})", "interval": "", "legendFormat": "{{ tracker }}", "queryType": "randomWalk", "refId": "A" } ], "title": "Deluge Torrents", "type": "stat" }, { "aliasColors": {}, "bars": false, "dashLength": 10, "dashes": false, "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "unit": "decbytes" }, "overrides": [] }, "fill": 1, "fillGradient": 0, "gridPos": { "h": 10, "w": 3, "x": 3, "y": 15 }, "hiddenSeries": false, "id": 61, "legend": { "avg": false, "current": false, "max": false, "min": false, "show": false, "total": false, "values": false }, "lines": true, "linewidth": 1, "nullPointMode": "null", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.5.2", "pointradius": 2, "points": false, "renderer": "flot", "seriesOverrides": [ { "$$hashKey": "object:18", "alias": "/download/", "transform": "negative-Y" } ], "spaceLength": 10, "stack": false, "steppedLine": false, "targets": [ { "exemplar": true, "expr": "sum by (tracker) (rate(deluge_libtorrent_net_recv_bytes_total{tracker=~\"ggn|mam|emp|pub\"}[24h]))", "interval": "", "legendFormat": "{{ tracker }} download", "queryType": "randomWalk", "refId": "A" }, { "exemplar": true, "expr": "sum by (tracker) (rate(deluge_libtorrent_net_sent_bytes_total{tracker=~\"ggn|mam|emp|pub\"}[24h]))", "hide": false, "interval": "", "legendFormat": "{{ tracker }} upload", "refId": "B" } ], "thresholds": [], "timeRegions": [], "title": "Deluge Traffic", "tooltip": { "shared": true, "sort": 0, "value_type": "individual" }, "type": "graph", "xaxis": { "mode": "time", "show": true, "values": [] }, "yaxes": [ { "format": "decbytes", "logBase": 1, "show": true }, { "format": "short", "logBase": 1, "show": true } ], "yaxis": { "align": false } }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "custom": { "align": "left", "displayMode": "auto", "inspect": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 4, "x": 6, "y": 15 }, "id": 63, "options": { "footer": { "fields": "", "reducer": [ "sum" ], "show": false }, "frameIndex": 0, "showHeader": true }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "deluge_libtorrent_ses_num_seeding_torrents{}", "hide": false, "instant": false, "interval": "", "legendFormat": "{{tracker}} seeding", "refId": "A" }, { "exemplar": true, "expr": "deluge_libtorrent_ses_num_checking_torrents{} ", "hide": false, "interval": "", "legendFormat": "{{tracker}} checking", "refId": "B" }, { "exemplar": true, "expr": "deluge_libtorrent_ses_num_downloading_torrents{}", "hide": false, "interval": "", "legendFormat": "{{tracker}} downloading", "refId": "C" }, { "exemplar": true, "expr": "deluge_libtorrent_ses_num_error_torrents{}", "hide": false, "interval": "", "legendFormat": "{{tracker}} error", "refId": "D" }, { "exemplar": true, "expr": "deluge_libtorrent_ses_num_stopped_torrents{}", "hide": false, "interval": "", "legendFormat": "{{tracker}} stopped", "refId": "E" } ], "title": "Deluge Torrent States", "transformations": [ { "id": "reduce", "options": { "includeTimeField": false, "mode": "seriesToRows", "reducers": [ "lastNotNull" ] } } ], "type": "table" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "fillOpacity": 70, "lineWidth": 0, "spanNulls": false }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "transparent", "value": null } ] } }, "overrides": [ { "matcher": { "id": "byFrameRefID", "options": "A" }, "properties": [ { "id": "mappings", "value": [ { "options": { "0": { "color": "red", "index": 0, "text": "Down" }, "1": { "color": "green", "index": 1, "text": "Up" } }, "type": "value" } ] } ] } ] }, "gridPos": { "h": 10, "w": 4, "x": 10, "y": 15 }, "id": 103, "options": { "alignValue": "left", "legend": { "displayMode": "list", "placement": "bottom" }, "mergeValues": true, "rowHeight": 0.9, "showValue": "never", "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.1.0", "targets": [ { "exemplar": true, "expr": "sum by (monitor_name) (monitor_status{})", "instant": false, "interval": "", "legendFormat": "{{ monitor_name }}", "refId": "A" } ], "title": "Uptime Kuma Server Status", "type": "state-timeline" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "max": 90, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "dark-red", "value": null }, { "color": "green", "value": 14 } ] }, "unit": "d" }, "overrides": [] }, "gridPos": { "h": 10, "w": 5, "x": 14, "y": 15 }, "id": 32, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true, "text": {} }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "monitor_cert_days_remaining{}", "interval": "", "legendFormat": "{{ monitor_name }}", "queryType": "randomWalk", "refId": "A" } ], "title": "Uptime Kuma Time until Cert Expiry", "type": "bargauge" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "log": 2, "type": "log" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "ms" }, "overrides": [] }, "gridPos": { "h": 10, "w": 5, "x": 19, "y": 15 }, "id": 36, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "multi", "sort": "none" } }, "targets": [ { "exemplar": true, "expr": "monitor_response_time{}", "interval": "", "legendFormat": "{{ monitor_name }}", "queryType": "randomWalk", "refId": "A" } ], "title": "Uptime Kuma Ping", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 0, "y": 25 }, "id": 65, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "plex_library_section_size_count{name=\"Movies\"}", "interval": "", "legendFormat": "Movies", "queryType": "randomWalk", "refId": "A" }, { "exemplar": true, "expr": "plex_library_section_size_count{name=\"Shows\"}", "hide": false, "interval": "", "legendFormat": "TV Shows", "refId": "B" }, { "exemplar": true, "expr": "plex_library_section_size_count{name=\"Music\"}", "hide": false, "interval": "", "legendFormat": "Music Artists", "refId": "C" } ], "title": "Plex Library Size", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 2, "x": 4, "y": 25 }, "id": 69, "options": { "colorMode": "none", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "max_over_time(plex_sessions_active_count[24h])", "interval": "", "legendFormat": "Last Day", "queryType": "randomWalk", "refId": "A" }, { "exemplar": true, "expr": "max_over_time(plex_sessions_active_count[7d])", "hide": false, "interval": "", "legendFormat": "Last Week", "refId": "B" }, { "exemplar": true, "expr": "max_over_time(plex_sessions_active_count[30d])", "hide": false, "interval": "", "legendFormat": "Last Month", "refId": "C" } ], "title": "Plex Peak Sessions", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "binBps" }, "overrides": [] }, "gridPos": { "h": 10, "w": 5, "x": 6, "y": 25 }, "id": 93, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "exemplar": true, "expr": "sabnzbd_queue_download_rate_bytes_per_second{}", "interval": "", "legendFormat": "Download Rate", "queryType": "randomWalk", "refId": "A" } ], "title": "SabNZBD Download Rate", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 10, "w": 5, "x": 11, "y": 25 }, "id": 99, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "exemplar": true, "expr": "sabnzbd_queue_total_size_bytes{}", "interval": "", "legendFormat": "Queue Size", "queryType": "randomWalk", "refId": "A" } ], "title": "SabNZBD Queue Size", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 0, "gradientMode": "none", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "auto", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 10, "w": 4, "x": 16, "y": 25 }, "id": 97, "options": { "legend": { "calcs": [], "displayMode": "hidden", "placement": "bottom" }, "tooltip": { "mode": "single", "sort": "none" } }, "targets": [ { "exemplar": true, "expr": "sabnzbd_queue_size{}", "interval": "", "legendFormat": "Items", "queryType": "randomWalk", "refId": "A" } ], "title": "SabNZBD Items in Queue", "type": "timeseries" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "bytes" }, "overrides": [] }, "gridPos": { "h": 10, "w": 4, "x": 20, "y": 25 }, "id": 95, "options": { "colorMode": "value", "graphMode": "none", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "sabnzbd_download_bytes{}", "interval": "", "legendFormat": "{{ period }}", "queryType": "randomWalk", "refId": "A" } ], "title": "SabNZBD Total Download", "type": "stat" }, { "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "fieldConfig": { "defaults": { "color": { "mode": "thresholds" }, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] } }, "overrides": [] }, "gridPos": { "h": 5, "w": 4, "x": 0, "y": 30 }, "id": 67, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "text": {}, "textMode": "auto" }, "pluginVersion": "8.5.2", "targets": [ { "exemplar": true, "expr": "plex_sessions_active_count{}", "interval": "", "legendFormat": "", "queryType": "randomWalk", "refId": "A" } ], "title": "Plex Active Sessions", "type": "stat" } ], "refresh": "5s", "schemaVersion": 36, "style": "dark", "tags": [], "templating": { "list": [ { "current": { "selected": false, "text": "joey-server", "value": "joey-server" }, "datasource": { "type": "prometheus", "uid": "7z5wqRXnz" }, "definition": "label_values(node_uname_info,job)", "hide": 0, "includeAll": false, "label": "Host", "multi": false, "name": "job", "options": [], "query": { "query": "label_values(node_uname_info,job)", "refId": "StandardVariableQuery" }, "refresh": 1, "regex": "", "skipUrlSync": false, "sort": 1, "type": "query" } ] }, "time": { "from": "now-6h", "to": "now" }, "timepicker": {}, "timezone": "", "title": "Home", "uid": "P2kNT_l7k", "version": 2, "weekStart": "" }