{ "__inputs": [ { "name": "DS_INFLUXDB-HMCI", "label": "InfluxDB-hmci", "description": "", "type": "datasource", "pluginId": "influxdb", "pluginName": "InfluxDB" } ], "__requires": [ { "type": "panel", "id": "gauge", "name": "Gauge", "version": "" }, { "type": "grafana", "id": "grafana", "name": "Grafana", "version": "8.1.4" }, { "type": "panel", "id": "graph", "name": "Graph (old)", "version": "" }, { "type": "datasource", "id": "influxdb", "name": "InfluxDB", "version": "1.0.0" }, { "type": "panel", "id": "table", "name": "Table", "version": "" }, { "type": "panel", "id": "timeseries", "name": "Time series", "version": "" } ], "annotations": { "enable": false, "list": [ { "builtIn": 1, "datasource": "-- 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://bitbucket.org/mnellemann/hmci/", "editable": true, "gnetId": 1465, "graphTooltip": 0, "id": null, "iteration": 1635180069953, "links": [], "panels": [ { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-RdYlGr" }, "custom": { "align": "center", "displayMode": "auto", "filterable": true }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "Name" }, "properties": [ { "id": "custom.width", "value": 256 } ] }, { "matcher": { "id": "byName", "options": "Affinity Score" }, "properties": [ { "id": "color", "value": { "mode": "continuous-RdYlGr" } }, { "id": "unit", "value": "percent" }, { "id": "custom.displayMode", "value": "basic" } ] }, { "matcher": { "id": "byName", "options": "ID" }, "properties": [ { "id": "custom.width", "value": 330 } ] } ] }, "gridPos": { "h": 6, "w": 12, "x": 0, "y": 0 }, "id": 21, "options": { "showHeader": true, "sortBy": [] }, "pluginVersion": "8.1.4", "targets": [ { "alias": "Read", "groupBy": [ { "params": [ "viosname" ], "type": "tag" } ], "measurement": "vios_details", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"id\") AS \"id\", \"type\", \"osType\", \"state\", \"affinityScore\" FROM \"lpar_details\" WHERE (\"lparname\" =~ /^$LPAR$/) AND $timeFilter GROUP BY \"lparname\"", "queryType": "randomWalk", "rawQuery": false, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "viosid" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "id" ], "type": "alias" } ], [ { "params": [ "viosstate" ], "type": "field" } ], [ { "params": [ "affinityScore" ], "type": "field" } ] ], "tags": [ { "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "VIOS Details", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": { "Time": 0, "affinityScore": 4, "id": 1, "viosname": 2, "viosstate": 3 }, "renameByName": { "affinityScore": "Affinity Score", "id": "ID", "viosname": "Name", "viosstate": "State" } } }, { "id": "sortBy", "options": { "fields": {}, "sort": [ { "field": "Name" } ] } } ], "type": "table" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "continuous-RdYlGr" }, "custom": { "align": "center", "displayMode": "auto", "filterable": true }, "mappings": [], "thresholds": { "mode": "percentage", "steps": [ { "color": "green", "value": null } ] }, "unit": "none" }, "overrides": [ { "matcher": { "id": "byName", "options": "Name" }, "properties": [ { "id": "custom.width", "value": 256 } ] }, { "matcher": { "id": "byName", "options": "Utilization" }, "properties": [ { "id": "unit", "value": "percent" }, { "id": "custom.displayMode", "value": "lcd-gauge" }, { "id": "color", "value": { "mode": "thresholds" } }, { "id": "custom.width", "value": 529 } ] }, { "matcher": { "id": "byName", "options": "Weight" }, "properties": [ { "id": "custom.width", "value": 104 } ] }, { "matcher": { "id": "byName", "options": "Entitled" }, "properties": [ { "id": "custom.width", "value": 87 } ] }, { "matcher": { "id": "byName", "options": "VP" }, "properties": [ { "id": "custom.width", "value": 68 } ] }, { "matcher": { "id": "byName", "options": "Mode" }, "properties": [ { "id": "custom.width", "value": 203 } ] }, { "matcher": { "id": "byName", "options": "viosname" }, "properties": [ { "id": "custom.width", "value": 219 } ] } ] }, "gridPos": { "h": 6, "w": 12, "x": 12, "y": 0 }, "id": 27, "options": { "showHeader": true, "sortBy": [ { "desc": true, "displayName": "Utilization" } ] }, "pluginVersion": "8.1.4", "targets": [ { "alias": "Read", "groupBy": [ { "params": [ "lparname" ], "type": "tag" } ], "hide": false, "measurement": "lpar_details", "orderByTime": "ASC", "policy": "default", "query": "SELECT last(\"weight\") AS \"Weight\", last(\"entitledProcUnits\") AS \"Entitled\", last(\"currentVirtualProcessors\") AS \"VP\", (last(\"utilizedProcUnits\") / last(\"maxProcUnits\")) * 100 AS \"Utilization\", last(\"mode\") AS \"Mode\" FROM \"vios_processor\" WHERE (\"servername\" =~ /^$ServerName$/) AND (\"viosname\" =~ /^$ViosName$/) AND $timeFilter GROUP BY \"viosname\" fill(previous)", "queryType": "randomWalk", "rawQuery": true, "refId": "A", "resultFormat": "table", "select": [ [ { "params": [ "id" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "id" ], "type": "alias" } ], [ { "params": [ "type" ], "type": "field" } ], [ { "params": [ "affinityScore" ], "type": "field" } ], [ { "params": [ "state" ], "type": "field" } ], [ { "params": [ "osType" ], "type": "field" } ] ], "tags": [ { "key": "lparname", "operator": "=~", "value": "/^$LPAR$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "VIOS Processor", "transformations": [ { "id": "organize", "options": { "excludeByName": { "Time": true }, "indexByName": {}, "renameByName": { "Entitled": "Entitled", "Mode": "Mode", "Time": "Time", "Utilization": "Utilization", "VP": "VP", "Weight": "Weight", "lparname": "Name" } } }, { "id": "sortBy", "options": { "fields": {}, "sort": [ { "field": "Name" } ] } } ], "type": "table" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "links": [], "mappings": [], "max": 100, "min": 0, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 7, "w": 6, "x": 0, "y": 6 }, "id": 16, "links": [], "options": { "reduceOptions": { "calcs": [ "lastNotNull" ], "fields": "", "values": false }, "showThresholdLabels": false, "showThresholdMarkers": true, "text": {} }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_viosname", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_memory", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedPct" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": " Memory - $ServerName - $ViosName", "type": "gauge" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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": "none" }, "thresholdsStyle": { "mode": "off" } }, "links": [], "mappings": [], "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "short" }, "overrides": [] }, "gridPos": { "h": 7, "w": 18, "x": 6, "y": 6 }, "id": 19, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_viosname - $col", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_processor", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "utilizedProcUnits" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "utilized" ], "type": "alias" } ], [ { "params": [ "donatedProcUnits" ], "type": "field" }, { "params": [], "type": "last" }, { "params": [ "donated" ], "type": "alias" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Processors - $ServerName - $ViosName", "type": "timeseries" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Read", "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": 14, "w": 12, "x": 0, "y": 13 }, "id": 18, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_viosname: $tag_id ($tag_location)", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "id" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_storage_FC", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "readBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Fiber Channel Adapters - $ServerName - $ViosName - Read", "type": "timeseries" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisLabel": "Write", "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": 14, "w": 12, "x": 12, "y": 13 }, "id": 24, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "single" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_viosname: $tag_id ($tag_location", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "id" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_storage_FC", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "writeBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Fiber Channel Adapters - $ServerName - $ViosName - Write", "type": "timeseries" }, { "aliasColors": {}, "bars": false, "content": "", "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 1, "grid": {}, "gridPos": { "h": 14, "w": 12, "x": 0, "y": 27 }, "hiddenSeries": false, "id": 22, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "mode": "", "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.1.4", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "style": {}, "targets": [ { "alias": "$tag_viosname: $tag_id ($tag_location) read", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "id" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_storage_vFC", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "readBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Virtual Fiber Channel Adapters - $ServerName - $ViosName - Read", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:2511", "format": "Bps", "label": "Read", "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:2512", "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "aliasColors": {}, "bars": false, "content": "", "dashLength": 10, "dashes": false, "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "editable": true, "error": false, "fieldConfig": { "defaults": { "links": [] }, "overrides": [] }, "fill": 1, "fillGradient": 1, "grid": {}, "gridPos": { "h": 14, "w": 12, "x": 12, "y": 27 }, "hiddenSeries": false, "id": 25, "legend": { "alignAsTable": false, "avg": false, "current": false, "max": false, "min": false, "rightSide": false, "show": true, "total": false, "values": false }, "lines": true, "linewidth": 1, "links": [], "mode": "", "nullPointMode": "connected", "options": { "alertThreshold": true }, "percentage": false, "pluginVersion": "8.1.4", "pointradius": 5, "points": false, "renderer": "flot", "seriesOverrides": [], "spaceLength": 10, "stack": true, "steppedLine": false, "style": {}, "targets": [ { "alias": "$tag_viosname: $tag_id ($tag_location) write", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "id" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_storage_vFC", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "writeBytes" ], "type": "field" }, { "params": [], "type": "mean" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "thresholds": [], "timeFrom": null, "timeRegions": [], "timeShift": null, "title": "Virtual Fiber Channel Adapters - $ServerName - $ViosName - Write", "tooltip": { "msResolution": false, "shared": true, "sort": 2, "value_type": "individual" }, "type": "graph", "xaxis": { "buckets": null, "mode": "time", "name": null, "show": true, "values": [] }, "yaxes": [ { "$$hashKey": "object:2511", "format": "Bps", "label": "Write", "logBase": 1, "max": null, "min": null, "show": true }, { "$$hashKey": "object:2512", "format": "none", "label": null, "logBase": 1, "max": null, "min": null, "show": false } ], "yaxis": { "align": false, "alignLevel": null } }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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 } ] }, "unit": "bytes" }, "overrides": [ { "matcher": { "id": "byName", "options": "P924VIO2 - undefined write" }, "properties": [ { "id": "custom.axisPlacement", "value": "hidden" } ] } ] }, "gridPos": { "h": 11, "w": 12, "x": 0, "y": 41 }, "id": 23, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_viosname - $tag_location", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_storage_physical", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "transmittedBytes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Physical Storage - $ServerName - $ViosName", "type": "timeseries" }, { "datasource": "${DS_INFLUXDB-HMCI}", "description": "", "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "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 } ] }, "unit": "Bps" }, "overrides": [] }, "gridPos": { "h": 11, "w": 12, "x": 12, "y": 41 }, "id": 17, "links": [], "options": { "legend": { "calcs": [], "displayMode": "list", "placement": "bottom" }, "tooltip": { "mode": "multi" } }, "pluginVersion": "8.1.4", "targets": [ { "alias": "$tag_viosname - $tag_location (shared)", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_network_shared", "orderByTime": "ASC", "policy": "default", "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ "transferredBytes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] }, { "alias": "$tag_viosname - $tag_location (generic)", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "location" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_network_generic", "orderByTime": "ASC", "policy": "default", "refId": "B", "resultFormat": "time_series", "select": [ [ { "params": [ "transferredBytes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] }, { "alias": "$tag_viosname - $tag_location (virtual)", "dsType": "influxdb", "groupBy": [ { "params": [ "$interval" ], "type": "time" }, { "params": [ "viosname" ], "type": "tag" }, { "params": [ "null" ], "type": "fill" } ], "hide": false, "measurement": "vios_network_virtual", "orderByTime": "ASC", "policy": "default", "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ "transferredBytes" ], "type": "field" }, { "params": [], "type": "last" } ] ], "tags": [ { "key": "servername", "operator": "=~", "value": "/^$ServerName$/" }, { "condition": "AND", "key": "viosname", "operator": "=~", "value": "/^$ViosName$/" } ] } ], "timeFrom": null, "timeShift": null, "title": "Network - $ServerName - $ViosName", "type": "timeseries" } ], "refresh": "30s", "schemaVersion": 30, "style": "dark", "tags": [ "Power", "AIX", "VIOS" ], "templating": { "list": [ { "allFormat": "regex values", "allValue": null, "current": {}, "datasource": "${DS_INFLUXDB-HMCI}", "definition": "SHOW TAG VALUES FROM \"server_processor\" WITH KEY = \"servername\" WHERE time > now() - 24h", "description": null, "error": null, "hide": 0, "includeAll": false, "label": "Server", "multi": true, "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": 0, "tagValuesQuery": null, "tagsQuery": null, "type": "query", "useTags": false }, { "allFormat": "regex values", "allValue": null, "current": {}, "datasource": "${DS_INFLUXDB-HMCI}", "definition": "SHOW TAG VALUES FROM \"vios_details\" WITH KEY = \"viosname\" WHERE servername =~ /$ServerName/ AND time > now() - 24h", "description": null, "error": null, "hide": 0, "includeAll": true, "label": "Virtual I/O Server", "multi": true, "multiFormat": "regex values", "name": "ViosName", "options": [], "query": "SHOW TAG VALUES FROM \"vios_details\" WITH KEY = \"viosname\" WHERE servername =~ /$ServerName/ AND time > now() - 24h", "refresh": 1, "refresh_on_load": false, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": null, "tagsQuery": null, "type": "query", "useTags": false } ] }, "time": { "from": "now-6h", "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": "IBM Power - HMCi - Virtual I/O Servers", "uid": "DDNEv5vGz", "version": 16 }