{ "__inputs": [ { "name": "DS_HMCI", "label": "Database", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__elements": {}, "__requires": [ { "type": "panel", "id": "bargauge", "name": "Bar gauge", "version": "" }, { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "9.1.6" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "stat", "name": "Stat", "version": "" }, { "type": "panel", "id": "text", "name": "Text", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "enable": false, "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" } ] }, "description": "https://git.data.coop/nellemann/hmci", "editable": true, "fiscalYearStartMonth": 0, "gnetId": 1465, "graphTooltip": 0, "id": null, "links": [], "liveNow": false, "panels": [ { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "gridPos": { "h": 3, "w": 24, "x": 0, "y": 0 }, "id": 33, "options": { "content": "## Metrics collected from IBM Power HMC\n \nFor more information: [https://git.data.coop/nellemann/hmci](https://git.data.coop/nellemann/hmci)\n ", "mode": "markdown" }, "pluginVersion": "9.1.6", "targets": [ { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "refId": "A" } ], "transparent": true, "type": "text" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "cores", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 15, "x": 0, "y": 3 }, "id": 19, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_poolname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "poolname" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "server_sharedProcessorPool", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"utilizedProcUnits\") AS \"utilized\" FROM \"server_sharedProcessorPool\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($interval), \"servername\", \"poolname\", \"pool\" fill(null)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "utilized" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Shared Processor Pools - Core Utilization", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "fieldConfig": { "defaults": { "decimals": 2, "mappings": [], "max": 1, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 9, "w": 5, "x": 15, "y": 3 }, "id": 29, "options": { "colorMode": "value", "graphMode": "area", "justifyMode": "auto", "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "textMode": "auto" }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$tag_poolname", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "poolname" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "server_sharedProcessorPool", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"utilizedProcUnits\") / mean(\"assignedProcUnits\") AS \"Utilization\" FROM \"server_sharedProcessorPool\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($__interval), \"poolname\" fill(none)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Shared Processor Pools - Utilization / Assigned", "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "fieldConfig": { "defaults": { "decimals": 2, "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null }, { "color": "orange", "value": 70 }, { "color": "red", "value": 85 } ] }, "unit": "percentunit" }, "overrides": [] }, "gridPos": { "h": 9, "w": 4, "x": 20, "y": 3 }, "id": 30, "options": { "orientation": "auto", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true }, "pluginVersion": "9.1.6", "targets": [ { "alias": "", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "poolname" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "measurement": "server_sharedProcessorPool", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"utilizedProcUnits\") / mean(\"totalProcUnits\") AS \"Utilization\" FROM \"server_processor\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($__interval) fill(none)", "rawQuery": true, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Processors - Utilization / Total", "type": "gauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "cores", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 8, "x": 0, "y": 12 }, "id": 27, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$col", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "server_physicalProcessorPool", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "utlized" ], "type": "alias" } ], [ { "params": [ "borrowedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "borrowed" ], "type": "alias" } ], [ { "params": [ "availableProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "available" ], "type": "alias" } ], [ { "params": [ "configuredProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "configured" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Physical Processor Pool - Core Utilization", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "cores", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 2, "links": [], "mappings": [], "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 9, "w": 8, "x": 8, "y": 12 }, "id": 31, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$col", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "server_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "utlized" ], "type": "alias" } ], [ { "params": [ "totalProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "total" ], "type": "alias" } ], [ { "params": [ "availableProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "available" ], "type": "alias" } ], [ { "params": [ "configurableProcUnits" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "configured" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Processor - Core Utilization", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Memory", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": 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", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "decmbytes" }, "overrides": [] }, "gridPos": { "h": 9, "w": 8, "x": 16, "y": 12 }, "id": 2, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "none" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$col", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "server_memory", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "assignedMemToLpars" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "assigned" ], "type": "alias" } ], [ { "params": [ "availableMem" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "available" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Memory Utilization", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "bytes", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null } ] }, "unit": "binBps" }, "overrides": [ { "matcher": { "id": "byName", "options": "vlan 1 - tx pkts" }, "properties": [ { "id": "unit", "value": "none" }, { "id": "custom.axisLabel", "value": "pkts" } ] }, { "matcher": { "id": "byName", "options": "vlan 1 - rx pkts" }, "properties": [ { "id": "unit", "value": "none" }, { "id": "custom.axisLabel", "value": "pkts" } ] } ] }, "gridPos": { "h": 9, "w": 12, "x": 0, "y": 21 }, "id": 11, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "vlan $tag_vlanId", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "vlanId" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "lpar_net_virtual", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "transferredBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Network Throughput - By VLAN", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 10, "gradientMode": "opacity", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "linear", "lineWidth": 1, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "normal" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 9, "w": 12, "x": 12, "y": 21 }, "id": 16, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "multi", "sort": "desc" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_location $col", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "hide": false, "measurement": "vios_storage_FC", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "transmittedBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Physical Fiber Channel Adapters", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-BlYlRd" }, "decimals": 1, "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "celsius" }, "overrides": [] }, "gridPos": { "h": 10, "w": 12, "x": 0, "y": 30 }, "id": 26, "options": { "displayMode": "lcd", "minVizHeight": 10, "minVizWidth": 0, "orientation": "horizontal", "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showUnfilled": true }, "pluginVersion": "9.1.6", "targets": [ { "alias": "$col", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "system" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "server_energy_thermal", "orderByTime": "ASC", "policy": "default", "query": "SELECT mean(\"cpuTemperature*\") FROM \"server_energy_thermal\" WHERE (\"servername\" =~ /^$ServerName$/) AND $timeFilter GROUP BY time($__interval), \"system\", \"servername\" fill(linear)", "rawQuery": false, "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "cpuTemperature_1" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "CPU-1" ], "type": "alias" } ], [ { "params": [ "cpuTemperature_2" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "CPU-2" ], "type": "alias" } ], [ { "params": [ "cpuTemperature_3" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "CPU-3" ], "type": "alias" } ], [ { "params": [ "cpuTemperature_4" ], "type": "field" }, { "params": [], "type": "mean" }, { "params": [ "CPU-4" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "CPU Temperature", "type": "bargauge" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-BlYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "scheme", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "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": 10, "w": 6, "x": 12, "y": 30 }, "id": 34, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_servername", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "server_energy_thermal", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "inletTemperature_1" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Inlet Temperature", "type": "timeseries" }, { "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "fieldConfig": { "defaults": { "color": { "mode": "continuous-GrYlRd" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 20, "gradientMode": "scheme", "hideFrom": { "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 3, "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": 10, "w": 6, "x": 18, "y": 30 }, "id": 22, "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": true }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_servername", "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "groupBy": [ { "params": [ "$__interval" ], "type": "time" }, { "params": [ "servername" ], "type": "tag" }, { "params": [ "none" ], "type": "fill" } ], "measurement": "server_energy_power", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "powerReading" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" } ] } ], "title": "Power Consumption", "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 37, "style": "dark", "tags": [ "Power" ], "templating": { "list": [ { "allFormat": "regex values", "current": {}, "datasource": { "type": "influxdb", "uid": "${DS_HMCI}" }, "definition": "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h", "hide": 0, "includeAll": false, "label": "Server", "multi": false, "multiFormat": "regex values", "name": "ServerName", "options": [], "query": "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h", "refresh": 1, "refresh_on_load": false, "regex": "", "skipUrlSync": false, "sort": 5, "type": "query", "useTags": false } ] }, "time": { "from": "now-7d", "now": false, "to": "now-30s" }, "timepicker": { "nowDelay": "30s", "refresh_intervals": [ "30s", "1m", "5m", "15m", "30m", "1h", "2h", "1d" ], "time_options": [ "5m", "15m", "1h", "6h", "12h", "24h", "2d", "7d", "30d" ] }, "timezone": "browser", "title": "HMCi - Power System Overview", "uid": "ClJhHPIGz", "version": 3, "weekStart": "" }