diff --git a/modules/nixos/services/homeserver/grafana/dashboards/node-exporter-full.json b/modules/nixos/services/homeserver/grafana/dashboards/node-exporter-full.json index 63ea350..32bd6a8 100644 --- a/modules/nixos/services/homeserver/grafana/dashboards/node-exporter-full.json +++ b/modules/nixos/services/homeserver/grafana/dashboards/node-exporter-full.json @@ -1,42 +1,4 @@ { - "__requires": [ - { - "type": "panel", - "id": "bargauge", - "name": "Bar gauge", - "version": "" - }, - { - "type": "panel", - "id": "gauge", - "name": "Gauge", - "version": "" - }, - { - "type": "grafana", - "id": "grafana", - "name": "Grafana", - "version": "11.6.1" - }, - { - "type": "datasource", - "id": "prometheus", - "name": "Prometheus", - "version": "1.0.0" - }, - { - "type": "panel", - "id": "stat", - "name": "Stat", - "version": "" - }, - { - "type": "panel", - "id": "timeseries", - "name": "Time series", - "version": "" - } - ], "annotations": { "list": [ { @@ -62,25 +24,8 @@ "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 1, - "id": null, - "links": [ - { - "icon": "external link", - "tags": [], - "targetBlank": true, - "title": "GitHub", - "type": "link", - "url": "https://github.com/rfmoz/grafana-dashboards" - }, - { - "icon": "external link", - "tags": [], - "targetBlank": true, - "title": "Grafana", - "type": "link", - "url": "https://grafana.com/grafana/dashboards/1860" - } - ], + "id": 1, + "links": [], "panels": [ { "collapsed": false, @@ -163,7 +108,7 @@ "text": {}, "valueMode": "color" }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -280,7 +225,7 @@ "showThresholdMarkers": true, "sizing": "auto" }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -363,7 +308,7 @@ "showThresholdMarkers": true, "sizing": "auto" }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -436,7 +381,7 @@ "showThresholdMarkers": true, "sizing": "auto" }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -519,7 +464,7 @@ "showThresholdMarkers": true, "sizing": "auto" }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -601,7 +546,7 @@ "showThresholdMarkers": true, "sizing": "auto" }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -676,7 +621,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -755,7 +700,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -834,7 +779,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -917,7 +862,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -997,7 +942,7 @@ "textMode": "auto", "wideLayout": true }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -1013,7 +958,7 @@ "type": "stat" }, { - "collapsed": false, + "collapsed": true, "gridPos": { "h": 1, "w": 24, @@ -1021,648 +966,649 @@ "y": 5 }, "id": 263, - "panels": [], + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${ds_prometheus}" + }, + "description": "CPU time spent busy vs idle, split by activity type", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 40, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "smooth", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "percent" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + } + ] + }, + "unit": "percentunit" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Busy Iowait" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#890F02", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Idle" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#052B51", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Busy System" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#EAB839", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Busy User" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#0A437C", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Busy Other" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#6D1F62", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 6 + }, + "id": 77, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true, + "width": 250 + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "desc" + } + }, + "pluginVersion": "12.0.6", + "targets": [ + { + "editorMode": "code", + "exemplar": false, + "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", + "format": "time_series", + "instant": false, + "legendFormat": "Busy System", + "range": true, + "refId": "A", + "step": 240 + }, + { + "editorMode": "code", + "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", + "format": "time_series", + "legendFormat": "Busy User", + "range": true, + "refId": "B", + "step": 240 + }, + { + "editorMode": "code", + "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", + "format": "time_series", + "legendFormat": "Busy Iowait", + "range": true, + "refId": "C", + "step": 240 + }, + { + "editorMode": "code", + "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=~\".*irq\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", + "format": "time_series", + "legendFormat": "Busy IRQs", + "range": true, + "refId": "D", + "step": 240 + }, + { + "editorMode": "code", + "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq'}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", + "format": "time_series", + "legendFormat": "Busy Other", + "range": true, + "refId": "E", + "step": 240 + }, + { + "editorMode": "code", + "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", + "format": "time_series", + "legendFormat": "Idle", + "range": true, + "refId": "F", + "step": 240 + } + ], + "title": "CPU Basic", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${ds_prometheus}" + }, + "description": "RAM and swap usage overview, including caches", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 40, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "normal" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + } + ] + }, + "unit": "bytes" + }, + "overrides": [ + { + "matcher": { + "id": "byName", + "options": "Swap used" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#BF1B00", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Total" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#E0F9D7", + "mode": "fixed" + } + }, + { + "id": "custom.fillOpacity", + "value": 0 + }, + { + "id": "custom.stacking", + "value": { + "group": false, + "mode": "normal" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Cache + Buffer" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#052B51", + "mode": "fixed" + } + } + ] + }, + { + "matcher": { + "id": "byName", + "options": "Free" + }, + "properties": [ + { + "id": "color", + "value": { + "fixedColor": "#7EB26D", + "mode": "fixed" + } + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 6 + }, + "id": 78, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true, + "width": 350 + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.0.6", + "targets": [ + { + "editorMode": "code", + "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}", + "format": "time_series", + "legendFormat": "Total", + "range": true, + "refId": "A", + "step": 240 + }, + { + "editorMode": "code", + "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - (node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"})", + "format": "time_series", + "legendFormat": "Used", + "range": true, + "refId": "B", + "step": 240 + }, + { + "editorMode": "code", + "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}", + "format": "time_series", + "legendFormat": "Cache + Buffer", + "range": true, + "refId": "C", + "step": 240 + }, + { + "editorMode": "code", + "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}", + "format": "time_series", + "legendFormat": "Free", + "range": true, + "refId": "D", + "step": 240 + }, + { + "editorMode": "code", + "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})", + "format": "time_series", + "legendFormat": "Swap used", + "range": true, + "refId": "E", + "step": 240 + } + ], + "title": "Memory Basic", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${ds_prometheus}" + }, + "description": "Per-interface network traffic (receive and transmit) in bits per second", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 40, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + } + ] + }, + "unit": "bps" + }, + "overrides": [ + { + "matcher": { + "id": "byRegexp", + "options": "/.*Tx.*/" + }, + "properties": [ + { + "id": "custom.transform", + "value": "negative-Y" + } + ] + } + ] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 0, + "y": 873 + }, + "id": 74, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.0.6", + "targets": [ + { + "editorMode": "code", + "expr": "rate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", + "format": "time_series", + "legendFormat": "Rx {{device}}", + "range": true, + "refId": "A", + "step": 240 + }, + { + "editorMode": "code", + "expr": "rate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", + "format": "time_series", + "legendFormat": "Tx {{device}} ", + "range": true, + "refId": "B", + "step": 240 + } + ], + "title": "Network Traffic Basic", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${ds_prometheus}" + }, + "description": "Percentage of filesystem space used for each mounted device", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisBorderShow": false, + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "barWidthFactor": 0.6, + "drawStyle": "line", + "fillOpacity": 40, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "insertNulls": false, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "never", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "links": [], + "mappings": [], + "max": 100, + "min": 0, + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 7, + "w": 12, + "x": 12, + "y": 873 + }, + "id": 152, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "hideZeros": false, + "mode": "multi", + "sort": "none" + } + }, + "pluginVersion": "12.0.6", + "targets": [ + { + "editorMode": "code", + "expr": "((node_filesystem_size_bytes{instance=\"$node\", job=\"$job\", device!~\"rootfs\"} - node_filesystem_avail_bytes{instance=\"$node\", job=\"$job\", device!~\"rootfs\"}) / node_filesystem_size_bytes{instance=\"$node\", job=\"$job\", device!~\"rootfs\"}) * 100", + "format": "time_series", + "legendFormat": "{{mountpoint}}", + "range": true, + "refId": "A", + "step": 240 + } + ], + "title": "Disk Space Used Basic", + "type": "timeseries" + } + ], "title": "Basic CPU / Mem / Net / Disk", "type": "row" }, - { - "datasource": { - "type": "prometheus", - "uid": "${ds_prometheus}" - }, - "description": "CPU time spent busy vs idle, split by activity type", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 40, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "smooth", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "percent" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "links": [], - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - } - ] - }, - "unit": "percentunit" - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Busy Iowait" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#890F02", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Idle" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#052B51", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Busy System" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#EAB839", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Busy User" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#0A437C", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Busy Other" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#6D1F62", - "mode": "fixed" - } - } - ] - } - ] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 6 - }, - "id": 77, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true, - "width": 250 - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "desc" - } - }, - "pluginVersion": "11.6.1", - "targets": [ - { - "editorMode": "code", - "exemplar": false, - "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"system\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", - "format": "time_series", - "instant": false, - "legendFormat": "Busy System", - "range": true, - "refId": "A", - "step": 240 - }, - { - "editorMode": "code", - "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"user\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", - "format": "time_series", - "legendFormat": "Busy User", - "range": true, - "refId": "B", - "step": 240 - }, - { - "editorMode": "code", - "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"iowait\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", - "format": "time_series", - "legendFormat": "Busy Iowait", - "range": true, - "refId": "C", - "step": 240 - }, - { - "editorMode": "code", - "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=~\".*irq\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", - "format": "time_series", - "legendFormat": "Busy IRQs", - "range": true, - "refId": "D", - "step": 240 - }, - { - "editorMode": "code", - "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode!='idle',mode!='user',mode!='system',mode!='iowait',mode!='irq',mode!='softirq'}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", - "format": "time_series", - "legendFormat": "Busy Other", - "range": true, - "refId": "E", - "step": 240 - }, - { - "editorMode": "code", - "expr": "sum(irate(node_cpu_seconds_total{instance=\"$node\",job=\"$job\", mode=\"idle\"}[$__rate_interval])) / scalar(count(count(node_cpu_seconds_total{instance=\"$node\",job=\"$job\"}) by (cpu)))", - "format": "time_series", - "legendFormat": "Idle", - "range": true, - "refId": "F", - "step": 240 - } - ], - "title": "CPU Basic", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${ds_prometheus}" - }, - "description": "RAM and swap usage overview, including caches", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 40, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "normal" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "links": [], - "mappings": [], - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - } - ] - }, - "unit": "bytes" - }, - "overrides": [ - { - "matcher": { - "id": "byName", - "options": "Swap used" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#BF1B00", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Total" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#E0F9D7", - "mode": "fixed" - } - }, - { - "id": "custom.fillOpacity", - "value": 0 - }, - { - "id": "custom.stacking", - "value": { - "group": false, - "mode": "normal" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Cache + Buffer" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#052B51", - "mode": "fixed" - } - } - ] - }, - { - "matcher": { - "id": "byName", - "options": "Free" - }, - "properties": [ - { - "id": "color", - "value": { - "fixedColor": "#7EB26D", - "mode": "fixed" - } - } - ] - } - ] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 6 - }, - "id": 78, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true, - "width": 350 - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "11.6.1", - "targets": [ - { - "editorMode": "code", - "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"}", - "format": "time_series", - "legendFormat": "Total", - "range": true, - "refId": "A", - "step": 240 - }, - { - "editorMode": "code", - "expr": "node_memory_MemTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"} - (node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"})", - "format": "time_series", - "legendFormat": "Used", - "range": true, - "refId": "B", - "step": 240 - }, - { - "editorMode": "code", - "expr": "node_memory_Cached_bytes{instance=\"$node\",job=\"$job\"} + node_memory_Buffers_bytes{instance=\"$node\",job=\"$job\"} + node_memory_SReclaimable_bytes{instance=\"$node\",job=\"$job\"}", - "format": "time_series", - "legendFormat": "Cache + Buffer", - "range": true, - "refId": "C", - "step": 240 - }, - { - "editorMode": "code", - "expr": "node_memory_MemFree_bytes{instance=\"$node\",job=\"$job\"}", - "format": "time_series", - "legendFormat": "Free", - "range": true, - "refId": "D", - "step": 240 - }, - { - "editorMode": "code", - "expr": "(node_memory_SwapTotal_bytes{instance=\"$node\",job=\"$job\"} - node_memory_SwapFree_bytes{instance=\"$node\",job=\"$job\"})", - "format": "time_series", - "legendFormat": "Swap used", - "range": true, - "refId": "E", - "step": 240 - } - ], - "title": "Memory Basic", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${ds_prometheus}" - }, - "description": "Per-interface network traffic (receive and transmit) in bits per second", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 40, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "links": [], - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - } - ] - }, - "unit": "bps" - }, - "overrides": [ - { - "matcher": { - "id": "byRegexp", - "options": "/.*Tx.*/" - }, - "properties": [ - { - "id": "custom.transform", - "value": "negative-Y" - } - ] - } - ] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 0, - "y": 13 - }, - "id": 74, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "11.6.1", - "targets": [ - { - "editorMode": "code", - "expr": "rate(node_network_receive_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", - "format": "time_series", - "legendFormat": "Rx {{device}}", - "range": true, - "refId": "A", - "step": 240 - }, - { - "editorMode": "code", - "expr": "rate(node_network_transmit_bytes_total{instance=\"$node\",job=\"$job\"}[$__rate_interval])*8", - "format": "time_series", - "legendFormat": "Tx {{device}} ", - "range": true, - "refId": "B", - "step": 240 - } - ], - "title": "Network Traffic Basic", - "type": "timeseries" - }, - { - "datasource": { - "type": "prometheus", - "uid": "${ds_prometheus}" - }, - "description": "Percentage of filesystem space used for each mounted device", - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisBorderShow": false, - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "barWidthFactor": 0.6, - "drawStyle": "line", - "fillOpacity": 40, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "insertNulls": false, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "never", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "links": [], - "mappings": [], - "max": 100, - "min": 0, - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green" - } - ] - }, - "unit": "percent" - }, - "overrides": [] - }, - "gridPos": { - "h": 7, - "w": 12, - "x": 12, - "y": 13 - }, - "id": 152, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true - }, - "tooltip": { - "hideZeros": false, - "mode": "multi", - "sort": "none" - } - }, - "pluginVersion": "11.6.1", - "targets": [ - { - "editorMode": "code", - "expr": "((node_filesystem_size_bytes{instance=\"$node\", job=\"$job\", device!~\"rootfs\"} - node_filesystem_avail_bytes{instance=\"$node\", job=\"$job\", device!~\"rootfs\"}) / node_filesystem_size_bytes{instance=\"$node\", job=\"$job\", device!~\"rootfs\"}) * 100", - "format": "time_series", - "legendFormat": "{{mountpoint}}", - "range": true, - "refId": "A", - "step": 240 - } - ], - "title": "Disk Space Used Basic", - "type": "timeseries" - }, { "collapsed": true, "gridPos": { "h": 1, "w": 24, "x": 0, - "y": 20 + "y": 6 }, "id": 265, "panels": [ @@ -1879,7 +1825,7 @@ "h": 12, "w": 12, "x": 0, - "y": 21 + "y": 881 }, "id": 3, "options": { @@ -2352,7 +2298,7 @@ "h": 12, "w": 12, "x": 12, - "y": 21 + "y": 881 }, "id": 24, "options": { @@ -2535,7 +2481,7 @@ "h": 12, "w": 12, "x": 0, - "y": 433 + "y": 1293 }, "id": 84, "options": { @@ -2654,7 +2600,7 @@ "h": 12, "w": 12, "x": 12, - "y": 433 + "y": 1293 }, "id": 338, "options": { @@ -2773,7 +2719,7 @@ "h": 12, "w": 12, "x": 0, - "y": 445 + "y": 1305 }, "id": 229, "options": { @@ -2890,7 +2836,7 @@ "h": 12, "w": 12, "x": 12, - "y": 445 + "y": 1305 }, "id": 42, "options": { @@ -2997,7 +2943,7 @@ "h": 12, "w": 12, "x": 0, - "y": 457 + "y": 1317 }, "id": 43, "options": { @@ -3116,7 +3062,7 @@ "h": 12, "w": 12, "x": 12, - "y": 457 + "y": 1317 }, "id": 156, "options": { @@ -3214,7 +3160,7 @@ "h": 12, "w": 12, "x": 0, - "y": 469 + "y": 1329 }, "id": 127, "options": { @@ -3337,7 +3283,7 @@ "h": 12, "w": 12, "x": 12, - "y": 469 + "y": 1329 }, "id": 322, "options": { @@ -3427,7 +3373,7 @@ "h": 1, "w": 24, "x": 0, - "y": 21 + "y": 7 }, "id": 266, "panels": [ @@ -3514,7 +3460,7 @@ "h": 10, "w": 12, "x": 0, - "y": 732 + "y": 8 }, "id": 135, "options": { @@ -3535,7 +3481,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -3622,7 +3568,7 @@ "h": 10, "w": 12, "x": 12, - "y": 732 + "y": 8 }, "id": 130, "options": { @@ -3642,7 +3588,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -3747,7 +3693,7 @@ "h": 10, "w": 12, "x": 0, - "y": 932 + "y": 628 }, "id": 131, "options": { @@ -3767,7 +3713,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -3854,7 +3800,7 @@ "h": 10, "w": 12, "x": 12, - "y": 932 + "y": 628 }, "id": 138, "options": { @@ -3875,7 +3821,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -4013,7 +3959,7 @@ "h": 10, "w": 12, "x": 0, - "y": 942 + "y": 638 }, "id": 136, "options": { @@ -4034,7 +3980,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -4121,7 +4067,7 @@ "h": 10, "w": 12, "x": 12, - "y": 942 + "y": 638 }, "id": 191, "options": { @@ -4142,7 +4088,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -4247,7 +4193,7 @@ "h": 10, "w": 12, "x": 0, - "y": 952 + "y": 648 }, "id": 160, "options": { @@ -4396,7 +4342,7 @@ "h": 10, "w": 12, "x": 12, - "y": 952 + "y": 648 }, "id": 70, "options": { @@ -4512,7 +4458,7 @@ "h": 10, "w": 12, "x": 0, - "y": 962 + "y": 658 }, "id": 129, "options": { @@ -4635,7 +4581,7 @@ "h": 10, "w": 12, "x": 12, - "y": 962 + "y": 658 }, "id": 137, "options": { @@ -5018,7 +4964,7 @@ "h": 10, "w": 12, "x": 0, - "y": 972 + "y": 668 }, "id": 128, "options": { @@ -5136,7 +5082,7 @@ "h": 10, "w": 12, "x": 12, - "y": 972 + "y": 668 }, "id": 140, "options": { @@ -5208,7 +5154,7 @@ "h": 1, "w": 24, "x": 0, - "y": 22 + "y": 8 }, "id": 267, "panels": [ @@ -5287,7 +5233,7 @@ "h": 10, "w": 12, "x": 0, - "y": 733 + "y": 1593 }, "id": 176, "options": { @@ -5406,7 +5352,7 @@ "h": 10, "w": 12, "x": 12, - "y": 733 + "y": 1593 }, "id": 22, "options": { @@ -5550,7 +5496,7 @@ "h": 10, "w": 12, "x": 0, - "y": 913 + "y": 1773 }, "id": 175, "options": { @@ -5683,7 +5629,7 @@ "h": 10, "w": 12, "x": 12, - "y": 913 + "y": 1773 }, "id": 307, "options": { @@ -5729,7 +5675,7 @@ "h": 1, "w": 24, "x": 0, - "y": 23 + "y": 9 }, "id": 293, "panels": [ @@ -5795,7 +5741,7 @@ "h": 10, "w": 12, "x": 0, - "y": 734 + "y": 10 }, "id": 260, "options": { @@ -5815,7 +5761,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -5913,7 +5859,7 @@ "h": 10, "w": 12, "x": 12, - "y": 734 + "y": 10 }, "id": 291, "options": { @@ -5933,7 +5879,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -6011,7 +5957,7 @@ "h": 10, "w": 12, "x": 0, - "y": 884 + "y": 460 }, "id": 168, "options": { @@ -6031,7 +5977,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -6141,7 +6087,7 @@ "h": 10, "w": 12, "x": 12, - "y": 884 + "y": 460 }, "id": 333, "options": { @@ -6161,7 +6107,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -6249,7 +6195,7 @@ "h": 10, "w": 12, "x": 0, - "y": 894 + "y": 470 }, "id": 334, "options": { @@ -6269,7 +6215,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -6361,7 +6307,7 @@ "h": 10, "w": 12, "x": 12, - "y": 894 + "y": 470 }, "id": 335, "options": { @@ -6381,7 +6327,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -6437,7 +6383,7 @@ "h": 1, "w": 24, "x": 0, - "y": 24 + "y": 10 }, "id": 312, "panels": [ @@ -6508,7 +6454,7 @@ "h": 10, "w": 12, "x": 0, - "y": 735 + "y": 1595 }, "id": 62, "options": { @@ -6700,7 +6646,7 @@ "h": 10, "w": 12, "x": 12, - "y": 735 + "y": 1595 }, "id": 315, "options": { @@ -6799,7 +6745,7 @@ "h": 10, "w": 12, "x": 0, - "y": 765 + "y": 1625 }, "id": 148, "options": { @@ -6913,7 +6859,7 @@ "h": 10, "w": 12, "x": 12, - "y": 765 + "y": 1625 }, "id": 305, "options": { @@ -7064,7 +7010,7 @@ "h": 10, "w": 12, "x": 0, - "y": 775 + "y": 1635 }, "id": 313, "options": { @@ -7203,7 +7149,7 @@ "h": 10, "w": 12, "x": 12, - "y": 775 + "y": 1635 }, "id": 314, "options": { @@ -7259,7 +7205,7 @@ "h": 1, "w": 24, "x": 0, - "y": 25 + "y": 11 }, "id": 269, "panels": [ @@ -7326,7 +7272,7 @@ "h": 10, "w": 12, "x": 0, - "y": 816 + "y": 1676 }, "id": 8, "options": { @@ -7463,7 +7409,7 @@ "h": 10, "w": 12, "x": 12, - "y": 816 + "y": 1676 }, "id": 7, "options": { @@ -7654,7 +7600,7 @@ "h": 10, "w": 12, "x": 0, - "y": 826 + "y": 1686 }, "id": 321, "options": { @@ -7772,7 +7718,7 @@ "h": 10, "w": 12, "x": 12, - "y": 826 + "y": 1686 }, "id": 306, "options": { @@ -7871,7 +7817,7 @@ "h": 10, "w": 12, "x": 0, - "y": 836 + "y": 1696 }, "id": 259, "options": { @@ -8000,7 +7946,7 @@ "h": 10, "w": 12, "x": 12, - "y": 836 + "y": 1696 }, "id": 151, "options": { @@ -8054,7 +8000,7 @@ "h": 1, "w": 24, "x": 0, - "y": 26 + "y": 12 }, "id": 304, "panels": [ @@ -8141,7 +8087,7 @@ "h": 10, "w": 12, "x": 0, - "y": 737 + "y": 13 }, "id": 158, "options": { @@ -8161,7 +8107,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -8296,7 +8242,7 @@ "h": 10, "w": 12, "x": 12, - "y": 737 + "y": 13 }, "id": 300, "options": { @@ -8316,7 +8262,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -8398,7 +8344,7 @@ "h": 10, "w": 12, "x": 0, - "y": 747 + "y": 23 }, "id": 302, "options": { @@ -8418,7 +8364,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -8497,7 +8443,7 @@ "h": 10, "w": 12, "x": 12, - "y": 747 + "y": 23 }, "id": 325, "options": { @@ -8517,7 +8463,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -8554,7 +8500,7 @@ "h": 1, "w": 24, "x": 0, - "y": 27 + "y": 13 }, "id": 296, "panels": [ @@ -8696,7 +8642,7 @@ "h": 10, "w": 12, "x": 0, - "y": 4228 + "y": 34 }, "id": 298, "options": { @@ -8716,7 +8662,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -8835,7 +8781,7 @@ "h": 10, "w": 12, "x": 12, - "y": 4228 + "y": 34 }, "id": 331, "options": { @@ -8855,7 +8801,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -8934,7 +8880,7 @@ "h": 10, "w": 12, "x": 0, - "y": 4238 + "y": 44 }, "id": 297, "options": { @@ -8954,7 +8900,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9033,7 +8979,7 @@ "h": 10, "w": 12, "x": 12, - "y": 4238 + "y": 44 }, "id": 332, "options": { @@ -9053,7 +8999,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9079,7 +9025,7 @@ "h": 1, "w": 24, "x": 0, - "y": 28 + "y": 14 }, "id": 270, "panels": [ @@ -9173,7 +9119,7 @@ "h": 10, "w": 12, "x": 0, - "y": 29 + "y": 55 }, "id": 9, "options": { @@ -9193,7 +9139,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9305,7 +9251,7 @@ "h": 10, "w": 12, "x": 12, - "y": 29 + "y": 55 }, "id": 33, "options": { @@ -9325,7 +9271,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9441,7 +9387,7 @@ "h": 10, "w": 12, "x": 0, - "y": 389 + "y": 65 }, "id": 37, "options": { @@ -9461,7 +9407,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9564,7 +9510,7 @@ "h": 10, "w": 12, "x": 12, - "y": 389 + "y": 65 }, "id": 35, "options": { @@ -9584,7 +9530,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9689,7 +9635,7 @@ "h": 10, "w": 12, "x": 0, - "y": 399 + "y": 75 }, "id": 133, "options": { @@ -9709,7 +9655,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9810,7 +9756,7 @@ "h": 10, "w": 12, "x": 12, - "y": 399 + "y": 75 }, "id": 36, "options": { @@ -9830,7 +9776,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -9941,7 +9887,7 @@ "h": 10, "w": 12, "x": 0, - "y": 409 + "y": 85 }, "id": 301, "options": { @@ -9961,7 +9907,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -10072,7 +10018,7 @@ "h": 10, "w": 12, "x": 12, - "y": 409 + "y": 85 }, "id": 326, "options": { @@ -10092,7 +10038,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -10186,7 +10132,7 @@ "h": 10, "w": 12, "x": 0, - "y": 419 + "y": 95 }, "id": 34, "options": { @@ -10206,7 +10152,7 @@ "sort": "none" } }, - "pluginVersion": "11.6.1", + "pluginVersion": "12.0.6", "targets": [ { "editorMode": "code", @@ -10231,7 +10177,7 @@ "h": 1, "w": 24, "x": 0, - "y": 29 + "y": 15 }, "id": 271, "panels": [ @@ -10328,7 +10274,7 @@ "h": 10, "w": 12, "x": 0, - "y": 30 + "y": 890 }, "id": 28, "options": { @@ -10435,7 +10381,7 @@ "h": 10, "w": 12, "x": 12, - "y": 30 + "y": 890 }, "id": 41, "options": { @@ -10534,7 +10480,7 @@ "h": 10, "w": 12, "x": 0, - "y": 370 + "y": 1230 }, "id": 44, "options": { @@ -10642,7 +10588,7 @@ "h": 10, "w": 12, "x": 12, - "y": 370 + "y": 1230 }, "id": 219, "options": { @@ -10687,7 +10633,7 @@ "h": 1, "w": 24, "x": 0, - "y": 30 + "y": 16 }, "id": 272, "panels": [ @@ -10766,7 +10712,7 @@ "h": 10, "w": 12, "x": 0, - "y": 31 + "y": 891 }, "id": 60, "options": { @@ -10888,7 +10834,7 @@ "h": 10, "w": 12, "x": 12, - "y": 31 + "y": 891 }, "id": 142, "options": { @@ -11008,7 +10954,7 @@ "h": 10, "w": 12, "x": 0, - "y": 251 + "y": 1111 }, "id": 143, "options": { @@ -11128,7 +11074,7 @@ "h": 10, "w": 12, "x": 12, - "y": 251 + "y": 1111 }, "id": 141, "options": { @@ -11248,7 +11194,7 @@ "h": 10, "w": 12, "x": 0, - "y": 261 + "y": 1121 }, "id": 146, "options": { @@ -11359,7 +11305,7 @@ "h": 10, "w": 12, "x": 12, - "y": 261 + "y": 1121 }, "id": 327, "options": { @@ -11470,7 +11416,7 @@ "h": 10, "w": 12, "x": 0, - "y": 271 + "y": 1131 }, "id": 145, "options": { @@ -11581,7 +11527,7 @@ "h": 10, "w": 12, "x": 12, - "y": 271 + "y": 1131 }, "id": 144, "options": { @@ -11701,7 +11647,7 @@ "h": 10, "w": 12, "x": 0, - "y": 281 + "y": 1141 }, "id": 232, "options": { @@ -11799,7 +11745,7 @@ "h": 10, "w": 12, "x": 12, - "y": 281 + "y": 1141 }, "id": 231, "options": { @@ -11898,7 +11844,7 @@ "h": 10, "w": 12, "x": 0, - "y": 291 + "y": 1151 }, "id": 230, "options": { @@ -12026,7 +11972,7 @@ "h": 10, "w": 12, "x": 12, - "y": 291 + "y": 1151 }, "id": 61, "options": { @@ -12132,7 +12078,7 @@ "h": 10, "w": 12, "x": 0, - "y": 301 + "y": 1161 }, "id": 309, "options": { @@ -12209,7 +12155,7 @@ "h": 10, "w": 6, "x": 12, - "y": 301 + "y": 1161 }, "id": 280, "options": { @@ -12282,7 +12228,7 @@ "h": 10, "w": 6, "x": 18, - "y": 301 + "y": 1161 }, "id": 288, "options": { @@ -12334,7 +12280,7 @@ "h": 1, "w": 24, "x": 0, - "y": 31 + "y": 17 }, "id": 273, "panels": [ @@ -12401,7 +12347,7 @@ "h": 10, "w": 12, "x": 0, - "y": 32 + "y": 892 }, "id": 63, "options": { @@ -12531,7 +12477,7 @@ "h": 10, "w": 12, "x": 12, - "y": 32 + "y": 892 }, "id": 124, "options": { @@ -12641,7 +12587,7 @@ "h": 10, "w": 12, "x": 0, - "y": 42 + "y": 902 }, "id": 126, "options": { @@ -12741,7 +12687,7 @@ "h": 10, "w": 12, "x": 12, - "y": 42 + "y": 902 }, "id": 125, "options": { @@ -12851,7 +12797,7 @@ "h": 10, "w": 12, "x": 0, - "y": 52 + "y": 912 }, "id": 220, "options": { @@ -12969,7 +12915,7 @@ "h": 10, "w": 12, "x": 12, - "y": 52 + "y": 912 }, "id": 339, "options": { @@ -13079,7 +13025,7 @@ "h": 10, "w": 12, "x": 0, - "y": 62 + "y": 922 }, "id": 336, "options": { @@ -13201,7 +13147,7 @@ "h": 10, "w": 12, "x": 12, - "y": 62 + "y": 922 }, "id": 290, "options": { @@ -13314,7 +13260,7 @@ "h": 10, "w": 12, "x": 0, - "y": 72 + "y": 932 }, "id": 310, "options": { @@ -13433,7 +13379,7 @@ "h": 10, "w": 12, "x": 12, - "y": 72 + "y": 932 }, "id": 330, "options": { @@ -13490,7 +13436,7 @@ "h": 1, "w": 24, "x": 0, - "y": 32 + "y": 18 }, "id": 274, "panels": [ @@ -13569,7 +13515,7 @@ "h": 10, "w": 12, "x": 0, - "y": 163 + "y": 1023 }, "id": 221, "options": { @@ -13701,7 +13647,7 @@ "h": 10, "w": 12, "x": 12, - "y": 163 + "y": 1023 }, "id": 299, "options": { @@ -13822,7 +13768,7 @@ "h": 10, "w": 12, "x": 0, - "y": 193 + "y": 1053 }, "id": 55, "options": { @@ -13947,7 +13893,7 @@ "h": 10, "w": 12, "x": 12, - "y": 193 + "y": 1053 }, "id": 115, "options": { @@ -14056,7 +14002,7 @@ "h": 10, "w": 12, "x": 0, - "y": 203 + "y": 1063 }, "id": 104, "options": { @@ -14226,7 +14172,7 @@ "h": 10, "w": 12, "x": 12, - "y": 203 + "y": 1063 }, "id": 109, "options": { @@ -14375,7 +14321,7 @@ "h": 10, "w": 12, "x": 0, - "y": 213 + "y": 1073 }, "id": 50, "options": { @@ -14489,7 +14435,7 @@ "h": 10, "w": 12, "x": 12, - "y": 213 + "y": 1073 }, "id": 91, "options": { @@ -14638,7 +14584,7 @@ "h": 10, "w": 12, "x": 0, - "y": 223 + "y": 1083 }, "id": 85, "options": { @@ -14746,7 +14692,7 @@ "h": 10, "w": 12, "x": 12, - "y": 223 + "y": 1083 }, "id": 337, "options": { @@ -14855,7 +14801,7 @@ "h": 10, "w": 12, "x": 0, - "y": 233 + "y": 1093 }, "id": 82, "options": { @@ -14965,7 +14911,7 @@ "h": 10, "w": 12, "x": 12, - "y": 233 + "y": 1093 }, "id": 320, "options": { @@ -15051,7 +14997,7 @@ "h": 1, "w": 24, "x": 0, - "y": 33 + "y": 19 }, "id": 279, "panels": [ @@ -15121,7 +15067,7 @@ "h": 10, "w": 12, "x": 0, - "y": 164 + "y": 1024 }, "id": 40, "options": { @@ -15219,7 +15165,7 @@ "h": 10, "w": 12, "x": 12, - "y": 164 + "y": 1024 }, "id": 308, "options": { @@ -15372,7 +15318,7 @@ "h": 10, "w": 10, "x": 0, - "y": 174 + "y": 1034 }, "id": 149, "options": { @@ -15533,7 +15479,7 @@ "h": 10, "w": 10, "x": 10, - "y": 174 + "y": 1034 }, "id": 64, "options": { @@ -15614,7 +15560,7 @@ "h": 10, "w": 4, "x": 20, - "y": 174 + "y": 1034 }, "id": 157, "options": { @@ -15672,6 +15618,7 @@ "type": "row" } ], + "preload": false, "refresh": "10s", "schemaVersion": 41, "tags": [ @@ -15680,7 +15627,9 @@ "templating": { "list": [ { + "allowCustomValue": false, "current": {}, + "hide": 2, "includeAll": false, "label": "Datasource", "name": "ds_prometheus", @@ -15691,12 +15640,14 @@ "type": "datasource" }, { + "allowCustomValue": false, "current": {}, "datasource": { "type": "prometheus", "uid": "${ds_prometheus}" }, "definition": "", + "hide": 2, "includeAll": false, "label": "Job", "name": "job", @@ -15711,12 +15662,14 @@ "type": "query" }, { + "allowCustomValue": false, "current": {}, "datasource": { "type": "prometheus", "uid": "${ds_prometheus}" }, "definition": "label_values(node_uname_info{job=\"$job\"}, nodename)", + "hide": 2, "includeAll": false, "label": "Nodename", "name": "nodename", @@ -15731,12 +15684,14 @@ "type": "query" }, { + "allowCustomValue": false, "current": {}, "datasource": { "type": "prometheus", "uid": "${ds_prometheus}" }, "definition": "label_values(node_uname_info{job=\"$job\", nodename=\"$nodename\"}, instance)", + "hide": 2, "includeAll": false, "label": "Instance", "name": "node", @@ -15757,10 +15712,8 @@ "to": "now" }, "timepicker": {}, - "timezone": "browser", + "timezone": "", "title": "Node Exporter Full", "uid": "rYdddlPWk", - "version": 98, - "weekStart": "", - "gnetId": 1860 -} + "version": 3 +} \ No newline at end of file