From 685f1da27a35e2e52233da3860ccade261ca086e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20SCHITZ?= Date: Sun, 12 May 2019 21:35:33 +0000 Subject: [PATCH] Add files via upload --- .../VMware_All_Cluster_SuperStats.json | 1476 +++++++++++++++++ .../dashboards/VMware_vCenter_Bad_Events.json | 316 ++++ 2 files changed, 1792 insertions(+) create mode 100644 var/lib/grafana/dashboards/VMware_All_Cluster_SuperStats.json create mode 100644 var/lib/grafana/dashboards/VMware_vCenter_Bad_Events.json diff --git a/var/lib/grafana/dashboards/VMware_All_Cluster_SuperStats.json b/var/lib/grafana/dashboards/VMware_All_Cluster_SuperStats.json new file mode 100644 index 00000000..0581a835 --- /dev/null +++ b/var/lib/grafana/dashboards/VMware_All_Cluster_SuperStats.json @@ -0,0 +1,1476 @@ +{ + "annotations": { + "list": [] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 1, + "hideControls": false, + "id": null, + "links": [], + "refresh": false, + "rows": [ + { + "collapse": false, + "height": "200px", + "panels": [ + { + "aliasColors": { + "cpu.usage": "#BF1B00", + "mem.usage": "#1F78C1" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 1, + "grid": {}, + "id": 1, + "legend": { + "avg": true, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "mem.allocated", + "fill": 0, + "stack": false + }, + { + "alias": "cpu.latency", + "fill": 0, + "stack": false + } + ], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": true, + "refId": "A", + "target": "sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.effective)", + "textEditor": false + }, + { + "hide": true, + "refId": "B", + "target": "sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.effective)", + "textEditor": false + }, + { + "hide": false, + "refId": "C", + "target": "alias(asPercent(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.usage), #A), 'cpu.usage')", + "targetFull": "alias(asPercent(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.usage), sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.effective)), 'cpu.usage')", + "textEditor": false + }, + { + "hide": false, + "refId": "D", + "target": "alias(diffSeries(asPercent(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.usage), #B), #C), 'mem.usage')", + "targetFull": "alias(diffSeries(asPercent(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.usage), sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.effective)), alias(asPercent(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.usage), sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.effective)), 'cpu.usage')), 'mem.usage')", + "textEditor": false + }, + { + "hide": false, + "refId": "E", + "target": "alias(asPercent(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.vRAM), #B), 'mem.allocated')", + "targetFull": "alias(asPercent(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.vRAM), sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.effective)), 'mem.allocated')", + "textEditor": false + }, + { + "hide": false, + "refId": "F", + "target": "alias(scale(averageSeries(vmw.$vcenter.$datacentre.$cluster.superstats.cpu.latency), 0.01), 'cpu.latency')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "cpu/ram usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percent", + "label": "", + "logBase": 1, + "max": 110, + "min": 0, + "show": true + }, + { + "format": "percent", + "label": "", + "logBase": 1, + "max": 100, + "min": 0, + "show": true + } + ] + }, + { + "aliasColors": { + "active": "#CCA300", + "ballooned": "#EAB839", + "private": "#052B51", + "shared": "#508642", + "zipped": "#6ED0E0" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 6, + "grid": {}, + "id": 2, + "legend": { + "alignAsTable": false, + "avg": true, + "current": false, + "hideEmpty": false, + "max": false, + "min": false, + "rightSide": false, + "show": true, + "sort": null, + "sortDesc": null, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "active", + "fill": 0, + "linewidth": 2, + "stack": false + } + ], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "refId": "A", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.private), 'private')", + "textEditor": false + }, + { + "refId": "B", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.shared), 'shared')", + "textEditor": false + }, + { + "refId": "C", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.ballooned), 'ballooned')", + "textEditor": false + }, + { + "refId": "D", + "target": "alias(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.compressed, 0.0009765625)), 'zipped')", + "textEditor": false + }, + { + "refId": "E", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.swapped), 'swapped')", + "textEditor": false + }, + { + "refId": "F", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.guest), 'active')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "memory quickstats", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "mbytes", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "mbytes", + "logBase": 1, + "max": null, + "min": 0, + "show": true + } + ] + }, + { + "aliasColors": { + "capacity": "#BF1B00", + "commited": "#052B51", + "provisioned": "#E5AC0E", + "total": "#BF1B00", + "uncommitted": "#E5AC0E", + "used": "#052B51" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 2, + "grid": {}, + "id": 5, + "legend": { + "avg": false, + "current": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "capacity", + "fill": 0, + "stack": false + }, + { + "alias": "uncommitted", + "fill": 1 + }, + { + "alias": "capacity", + "zindex": 3 + }, + { + "alias": "datastores", + "lines": false, + "stack": false, + "yaxis": 2 + } + ], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": true, + "refId": "A", + "target": "sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.freeSpace)" + }, + { + "hide": false, + "refId": "B", + "target": "alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.capacity), #A), 'used')", + "targetFull": "alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.capacity), sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.freeSpace)), 'used')" + }, + { + "hide": false, + "refId": "C", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.uncommitted), 'uncommitted')" + }, + { + "hide": false, + "refId": "D", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.capacity), 'capacity')", + "textEditor": false + }, + { + "hide": false, + "refId": "E", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.count), 'datastores')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "shared datastores utilization", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "none", + "logBase": 1, + "max": null, + "min": 0, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 7, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": false, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "bytesRx", + "color": "#629E51", + "lines": false + }, + { + "alias": "bytesTx", + "bars": false, + "color": "#0A50A1" + } + ], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "refId": "A", + "target": "aliasByNode(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.superstats.net.bytesRx, 1024)), 6)", + "textEditor": false + }, + { + "refId": "B", + "target": "aliasByNode(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.superstats.net.bytesTx, 1024)), 6)", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "vmnic traffic", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": { + "vm.on": "#1F78C1", + "vm.registered": "#BA43A9" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "decimals": 0, + "editable": true, + "error": false, + "fill": 4, + "grid": {}, + "id": 3, + "legend": { + "avg": false, + "current": true, + "max": false, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "hosts", + "bars": false, + "lines": false, + "points": false, + "stack": false + }, + { + "alias": "vm.new", + "bars": true, + "color": "#EF843C", + "lines": false, + "stack": false, + "yaxis": 2, + "zindex": 3 + } + ], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": false, + "refId": "A", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.runtime.vm.on), 'vm.on')" + }, + { + "hide": false, + "refId": "B", + "target": "alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.runtime.vm.total), #A), 'vm.registered')", + "targetFull": "alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.runtime.vm.total), alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.runtime.vm.on), 'vm.on')), 'vm.registered')" + }, + { + "hide": false, + "refId": "C", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.esx.count), 'hosts')", + "textEditor": false + }, + { + "hide": true, + "refId": "D", + "target": "alias(derivative(sumSeries(vmw.$vcenter.$datacentre.$cluster.runtime.vm.total)), 'vm.new')" + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "VM count", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "none", + "logBase": 1, + "max": null, + "min": "0", + "show": true + }, + { + "format": "none", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 15, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": false, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "bytesRead", + "color": "#E24D42", + "lines": false + }, + { + "alias": "bytesWrite", + "bars": false, + "color": "#5195CE" + } + ], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "refId": "A", + "target": "aliasByNode(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.superstats.hba.bytesRead, 1024)), 6)", + "textEditor": false + }, + { + "refId": "B", + "target": "aliasByNode(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.superstats.hba.bytesWrite, 1024)), 6)", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "vmhba traffic", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": { + "effective": "#6ED0E0", + "guest": "#7EB26D", + "private": "#EAB839", + "total": "#EF843C" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 2, + "grid": {}, + "id": 8, + "legend": { + "avg": true, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "guest", + "fill": 0, + "stack": false + }, + { + "alias": "alocated", + "fill": 0, + "stack": false + } + ], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": true, + "refId": "A", + "target": "sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.total, 9.5367431640625e-7))", + "textEditor": false + }, + { + "hide": true, + "refId": "B", + "target": "sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.effective)", + "textEditor": false + }, + { + "refId": "C", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.guest), 'guest')", + "textEditor": false + }, + { + "refId": "D", + "target": "alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.private), #C), 'private')", + "targetFull": "alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.private), alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.guest), 'guest')), 'private')", + "textEditor": false + }, + { + "refId": "E", + "target": "alias(diffSeries(#B, #D), 'effective')", + "targetFull": "alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.effective), alias(diffSeries(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.private), alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.guest), 'guest')), 'private')), 'effective')", + "textEditor": false + }, + { + "refId": "F", + "target": "alias(diffSeries(#A, #B), 'total')", + "targetFull": "alias(diffSeries(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.total, 9.5367431640625e-7)), sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.mem.effective)), 'total')", + "textEditor": false + }, + { + "hide": false, + "refId": "G", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.vRAM), 'alocated')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "RAM utilization", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "mbytes", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": { + "demand": "#7EB26D", + "usage": "#EAB839" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 2, + "grid": {}, + "id": 10, + "legend": { + "avg": true, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "demand", + "fill": 0, + "stack": false + } + ], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": true, + "refId": "A", + "target": "sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.total, 1000000))", + "textEditor": false + }, + { + "hide": true, + "refId": "B", + "target": "sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.effective, 1000000))", + "textEditor": false + }, + { + "hide": false, + "refId": "C", + "target": "alias(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.usage, 1000000)), 'usage')", + "textEditor": false + }, + { + "hide": false, + "refId": "D", + "target": "alias(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.demand, 1000000)), 'demand')", + "textEditor": false + }, + { + "hide": false, + "refId": "E", + "target": "alias(diffSeries(#B, #D), 'effective')", + "targetFull": "alias(diffSeries(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.effective, 1000000)), alias(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.demand, 1000000)), 'demand')), 'effective')", + "textEditor": false + }, + { + "hide": false, + "refId": "F", + "target": "alias(diffSeries(#A, #B), 'total')", + "targetFull": "alias(diffSeries(sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.total, 1000000)), sumSeries(scale(vmw.$vcenter.$datacentre.$cluster.quickstats.cpu.effective, 1000000))), 'total')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "CPU utilization/demand", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "hertz", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": { + "vmotion.count": "#052B51" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "decimals": 1, + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 13, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": false, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/vCPU/i", + "color": "#6D1F62" + } + ], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "hide": true, + "refId": "A", + "target": "sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.pCPUs)", + "textEditor": false + }, + { + "hide": true, + "refId": "B", + "target": "sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.vCPUs)", + "textEditor": false + }, + { + "hide": false, + "refId": "C", + "target": "alias(divideSeries(#B, #A), 'vCPU/pCPU')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "vCPU per pCPU ratio", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": { + "vmotion.count": "#052B51" + }, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 1, + "grid": {}, + "id": 14, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": false, + "total": true, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": false, + "refId": "A", + "target": "groupByNode(vmw.$vcenter.$datacentre.$cluster.superstats.power, 0, 'sum')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "power usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "watt", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": { + "vmotion.count": "#052B51" + }, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "", + "decimals": 0, + "editable": true, + "error": false, + "fill": 4, + "grid": {}, + "id": 4, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": true, + "values": true + }, + "lines": false, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "refId": "A", + "target": "alias(derivative(sumSeries(vmw.$vcenter.$datacentre.$cluster.quickstats.numVmotions)), 'vmotion.count')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "vMotion count", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "$cluster", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "200px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 1, + "grid": {}, + "id": 11, + "legend": { + "avg": true, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": true, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "Avg", + "color": "#E24D42" + }, + { + "alias": "Max", + "color": "#EAB839", + "fill": 0 + } + ], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "refId": "A", + "target": "alias(averageSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.mid_latency), 'Avg')", + "textEditor": false + }, + { + "hide": false, + "refId": "B", + "target": "alias(maxSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.max_latency), 'Max')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Normalized Datastores Latency", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "µs", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "", + "editable": true, + "error": false, + "fill": 1, + "grid": {}, + "id": 12, + "legend": { + "avg": true, + "current": false, + "max": true, + "min": false, + "show": true, + "total": false, + "values": true + }, + "lines": false, + "linewidth": 2, + "links": [], + "nullPointMode": "null", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [ + { + "alias": "/.*/", + "color": "#1F78C1" + } + ], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "refId": "A", + "target": "alias(sumSeries(vmw.$vcenter.$datacentre.$cluster.superstats.datastore.iops), 'datastoreIops')", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Aggregated Datastores IOPS", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "cumulative" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "IORM", + "titleSize": "h6" + } + ], + "schemaVersion": 14, + "style": "light", + "tags": [ + "CPU", + "RAM", + "HDD", + "VM", + "vmotion", + "vmnic", + "IORM" + ], + "templating": { + "list": [ + { + "allFormat": "wildcard", + "allValue": "*", + "current": {}, + "datasource": "", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "multiFormat": "glob", + "name": "vcenter", + "options": [], + "query": "vmw.*", + "refresh": 1, + "refresh_on_load": true, + "regex": "", + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allFormat": "wildcard", + "allValue": "*", + "current": {}, + "datasource": "", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "multiFormat": "glob", + "name": "datacentre", + "options": [], + "query": "vmw.$vcenter.*", + "refresh": 1, + "refresh_on_load": true, + "regex": "", + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allFormat": "wildcard", + "allValue": "*", + "current": {}, + "datasource": "", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "multiFormat": "glob", + "name": "cluster", + "options": [], + "query": "vmw.$vcenter.$datacentre.*", + "refresh": 1, + "refresh_on_load": true, + "regex": "", + "sort": 0, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": { + "collapse": false, + "enable": true, + "notice": false, + "now": true, + "refresh_intervals": [ + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "status": "Stable", + "time_options": [ + "15m", + "1h", + "2h", + "3h", + "6h", + "12h", + "24h", + "2d", + "3d", + "7d", + "15d", + "30d" + ], + "type": "timepicker" + }, + "timezone": "browser", + "title": "VMware All Cluster SuperStats", + "version": 25 +} \ No newline at end of file diff --git a/var/lib/grafana/dashboards/VMware_vCenter_Bad_Events.json b/var/lib/grafana/dashboards/VMware_vCenter_Bad_Events.json new file mode 100644 index 00000000..faa67cbc --- /dev/null +++ b/var/lib/grafana/dashboards/VMware_vCenter_Bad_Events.json @@ -0,0 +1,316 @@ +{ + "annotations": { + "list": [] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 1, + "hideControls": false, + "id": null, + "links": [], + "rows": [ + { + "collapse": false, + "height": "300px", + "panels": [ + { + "aliasColors": {}, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "", + "decimals": 0, + "description": "", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 2, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": false, + "total": true, + "values": true + }, + "lines": false, + "linewidth": 2, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 1, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 12, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": false, + "refId": "B", + "target": "sortByMaxima(groupByNode(vi.$vCenter.vi.exec.ExEvent.$Datacentre.$Cluster.$Events, 6, 'sum'))", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "events per Cluster", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": false, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [ + "total" + ] + }, + "yaxes": [ + { + "format": "none", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "none", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + }, + { + "aliasColors": {}, + "bars": true, + "dashLength": 10, + "dashes": false, + "datasource": "", + "decimals": 0, + "description": "", + "editable": true, + "error": false, + "fill": 0, + "grid": {}, + "id": 3, + "legend": { + "avg": false, + "current": false, + "hideEmpty": true, + "hideZero": true, + "max": false, + "min": false, + "show": true, + "total": true, + "values": true + }, + "lines": false, + "linewidth": 2, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 1, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 12, + "stack": true, + "steppedLine": false, + "targets": [ + { + "hide": false, + "refId": "B", + "target": "sortByMaxima(groupByNode(vi.$vCenter.vi.exec.ExEvent.$Datacentre.$Cluster.$Events, 7, 'sum'))", + "textEditor": false + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "events per TypeId", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transparent": false, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [ + "total" + ] + }, + "yaxes": [ + { + "format": "none", + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "none", + "logBase": 1, + "max": null, + "min": null, + "show": true + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": false, + "title": "vCenter sessions count", + "titleSize": "h6" + } + ], + "schemaVersion": 14, + "style": "light", + "tags": [ + "VI", + "Events" + ], + "templating": { + "list": [ + { + "allValue": "*", + "current": {}, + "datasource": "", + "hide": 0, + "includeAll": true, + "label": "", + "multi": true, + "name": "vCenter", + "options": [], + "query": "vi.*", + "refresh": 1, + "regex": "", + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "*", + "current": {}, + "datasource": "", + "hide": 0, + "includeAll": true, + "label": "", + "multi": true, + "name": "Datacentre", + "options": [], + "query": "vi.$vCenter.vi.exec.ExEvent.*", + "refresh": 1, + "regex": "", + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "*", + "current": {}, + "datasource": "", + "hide": 0, + "includeAll": true, + "label": "", + "multi": true, + "name": "Cluster", + "options": [], + "query": "vi.$vCenter.vi.exec.ExEvent.$Datacentre.*", + "refresh": 1, + "regex": "", + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": "*", + "current": {}, + "datasource": "", + "hide": 0, + "includeAll": true, + "label": null, + "multi": true, + "name": "Events", + "options": [], + "query": "vi.$vCenter.vi.exec.ExEvent.$Datacentre.$Cluster.*", + "refresh": 1, + "regex": "", + "sort": 1, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-24h", + "to": "now" + }, + "timepicker": { + "collapse": false, + "enable": true, + "notice": false, + "now": true, + "refresh_intervals": [ + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "status": "Stable", + "time_options": [ + "15m", + "1h", + "2h", + "3h", + "6h", + "12h", + "24h", + "2d", + "3d", + "7d", + "15d", + "30d" + ], + "type": "timepicker" + }, + "timezone": "browser", + "title": "VMware vCenter Bad Events", + "version": 1 +} \ No newline at end of file