prometheus-grafana/grafana/provisioning/dashboards/vmware-vsphere-hosts_rev1.json
2024-12-27 18:10:10 +01:00

4363 lines
113 KiB
JSON

{
"__inputs": [
{
"name": "DS_INFLUXDB",
"label": "InfluxDB",
"description": "",
"type": "datasource",
"pluginId": "influxdb",
"pluginName": "InfluxDB"
}
],
"__elements": {},
"__requires": [
{
"type": "grafana",
"id": "grafana",
"name": "Grafana",
"version": "11.1.4"
},
{
"type": "panel",
"id": "graph",
"name": "Graph (old)",
"version": ""
},
{
"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": {
"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": "VMware vSphere Dashboard - Hosts (Grafana 11.x / InfluxDB v2.x)",
"editable": true,
"fiscalYearStartMonth": 0,
"gnetId": 8165,
"graphTooltip": 0,
"id": null,
"links": [
{
"asDropdown": true,
"icon": "external link",
"includeVars": true,
"keepTime": true,
"tags": [
"vSphere Telegraf"
],
"targetBlank": true,
"title": "More Dashboards",
"type": "dashboards"
}
],
"liveNow": false,
"panels": [
{
"collapsed": false,
"datasource": {
"type": "influxdb",
"uid": "gK_s8WTMk"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 76,
"panels": [],
"repeat": "esxi",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "gK_s8WTMk"
},
"refId": "A"
}
],
"title": "$esxi",
"type": "row"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"fieldConfig": {
"defaults": {
"decimals": 1,
"mappings": [
{
"options": {
"match": "null",
"result": {
"text": "N/A"
}
},
"type": "special"
}
],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "#d44a3a",
"value": null
},
{
"color": "rgba(237, 129, 40, 0.89)",
"value": 0.001
},
{
"color": "#1F60C4",
"value": 0.002
}
]
},
"unit": "s"
},
"overrides": [
{
"matcher": {
"id": "byFrameRefID",
"options": "A"
},
"properties": [
{
"id": "displayName",
"value": "Uptime"
}
]
},
{
"matcher": {
"id": "byFrameRefID",
"options": "B"
},
"properties": [
{
"id": "displayName",
"value": "CPU Usage in MHz"
},
{
"id": "unit",
"value": "none"
},
{
"id": "decimals",
"value": 0
}
]
},
{
"matcher": {
"id": "byFrameRefID",
"options": "D"
},
"properties": [
{
"id": "displayName",
"value": "CPU Usage percentage"
},
{
"id": "unit",
"value": "percent"
},
{
"id": "decimals",
"value": 2
},
{
"id": "color",
"value": {
"mode": "thresholds"
}
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "semi-dark-green",
"value": null
},
{
"color": "dark-orange",
"value": 70
},
{
"color": "dark-red",
"value": 85
}
]
}
}
]
},
{
"matcher": {
"id": "byFrameRefID",
"options": "E"
},
"properties": [
{
"id": "displayName",
"value": "RAM Usage"
},
{
"id": "unit",
"value": "percent"
},
{
"id": "decimals",
"value": 2
},
{
"id": "color"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "semi-dark-green",
"value": null
},
{
"color": "dark-orange",
"value": 70
},
{
"color": "dark-red",
"value": 85
}
]
}
}
]
},
{
"matcher": {
"id": "byFrameRefID",
"options": "C"
},
"properties": [
{
"id": "displayName",
"value": "RAM Usage"
},
{
"id": "unit",
"value": "deckbytes"
},
{
"id": "decimals",
"value": 2
}
]
}
]
},
"gridPos": {
"h": 7,
"w": 6,
"x": 0,
"y": 1
},
"id": 28,
"interval": "$inter",
"maxDataPoints": 100,
"options": {
"colorMode": "background",
"fieldOptions": {
"calcs": [
"mean"
]
},
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"percentChangeColorMode": "standard",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showPercentChange": false,
"text": {},
"textMode": "auto",
"wideLayout": true
},
"pluginVersion": "11.1.4",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_sys\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"uptime_latest\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"esxhostname\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "A"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"hide": false,
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"usagemhz_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"esxhostname\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "B"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"hide": false,
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_mem\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"usage_average\" or r[\"_field\"] == \"totalCapacity_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> pivot(rowKey:[\"_time\"], columnKey: [\"_field\"], valueColumn: \"_value\")\r\n |> map(fn: (r) => ({ r with _value: float(v: r.usage_average) * float(v: r.totalCapacity_average) / 100.00 * 1024.00 }))\r\n |> group(columns: [\"esxhostname\",\"_field\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n",
"refId": "C"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"hide": false,
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"usage_average\")\r\n |> filter(fn: (r) => r[\"cpu\"] == \"instance-total\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"esxhostname\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "D"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"hide": false,
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_mem\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"usage_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"esxhostname\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "E"
}
],
"title": "ESXi VM Quick Overview",
"type": "stat"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "CPU usage as a percentage during the interval.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "CPU Utilization %",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"max": 100,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 7,
"x": 6,
"y": 1
},
"id": 93,
"interval": "$inter",
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"alias": "CPU usage % $tag_cpu",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"cpu"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_cpu",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"usage_average\")\r\n |> filter(fn: (r) => r[\"cpu\"] == \"instance-total\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"esxhostname\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"usage_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"title": "CPU Utilization Avg %",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "RAM Usage in %",
"axisPlacement": "auto",
"axisSoftMin": 0,
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "line"
}
},
"mappings": [],
"max": 100,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "dark-orange",
"value": 75
},
{
"color": "dark-red",
"value": 90
}
]
},
"unit": "percent"
},
"overrides": [
{
"matcher": {
"id": "byFrameRefID",
"options": "B"
},
"properties": [
{
"id": "displayName",
"value": "RAM usage %"
},
{
"id": "color",
"value": {
"fixedColor": "#85b1ec",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 7,
"w": 6,
"x": 13,
"y": 1
},
"id": 97,
"interval": "$inter",
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"alias": "RAM usage %",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_mem",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_mem\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"usage_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"esxhostname\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"usage_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"title": "RAM Utilization",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "Time that the virtual machine was ready, but could not get scheduled to run on the physical CPU during last measurement interval.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "ms",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "dtdurationms"
},
"overrides": [
{
"matcher": {
"id": "byFrameRefID",
"options": "A"
},
"properties": [
{
"id": "displayName",
"value": "CPU Ready"
},
{
"id": "color",
"value": {
"fixedColor": "#C4162A",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 7,
"w": 5,
"x": 19,
"y": 1
},
"id": 106,
"interval": "$inter",
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"alias": "CPU Ready",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_cpu",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"ready_summation\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"esxhostname\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"ready_summation"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"title": "CPU Ready in miliseconds",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "Network utilization (combined transmit-rates and receive-rates) during the interval.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Network Usage",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "KBs"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 13,
"x": 0,
"y": 8
},
"id": 107,
"interval": "$inter",
"options": {
"graph": {},
"legend": {
"calcs": [
"last",
"min",
"max"
],
"displayMode": "table",
"placement": "right",
"showLegend": true
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"alias": "$tag_interface bytesRx",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"interface"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_net",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_net\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"bytesRx_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"_field\",\"interface\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"bytesRx_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "$tag_interface bytesTx",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"interface"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_net",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_net\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"bytesTx_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"bytesTx_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"title": "Network Usage",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "The average time a read, or write, from the virtual disk takes.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "KBps",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "none"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 6,
"x": 13,
"y": 8
},
"id": 108,
"interval": "$inter",
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"alias": "Write - $tag_disk",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"disk"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_disk",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_disk\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"totalReadLatency_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"_field\",\"disk\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")\r\n ",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"totalReadLatency_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "Read - $tag_disk",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"disk"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_disk",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_disk\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"totalWriteLatency_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"_field\",\"disk\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")\r\n ",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"totalWriteLatency_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"title": "Total Disk Latency",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "The average time a read, or write, from the datastore takes.",
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisBorderShow": false,
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "IOPS",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "none",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"insertNulls": false,
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "short"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 5,
"x": 19,
"y": 8
},
"id": 109,
"interval": "$inter",
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"alias": "$tag_adapter Read",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"adapter"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_storageAdapter",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_storageAdapter\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"numberReadAveraged_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")\r\n ",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"numberReadAveraged_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "$tag_adapter Write",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$inter"
],
"type": "time"
},
{
"params": [
"adapter"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_storageAdapter",
"orderByTime": "ASC",
"policy": "default",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_storageAdapter\")\r\n |> filter(fn: (r) => r[\"_field\"] == \"numberWriteAveraged_average\")\r\n |> filter(fn: (r) => r[\"esxhostname\"] =~ /${esxi:regex}/)\r\n |> group(columns: [\"_field\"])\r\n |> aggregateWindow(every: v.windowPeriod, fn: mean, createEmpty: false)\r\n |> yield(name: \"mean\")",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"numberWriteAveraged_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"title": "Storage Adapter IOPS",
"type": "timeseries"
},
{
"collapsed": true,
"datasource": {
"type": "influxdb",
"uid": "gK_s8WTMk"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 42
},
"id": 102,
"panels": [
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"fieldConfig": {
"defaults": {
"custom": {},
"decimals": 1,
"mappings": [
{
"options": {
"match": "null",
"result": {
"text": "N/A"
}
},
"type": "special"
}
],
"nullValueMode": "connected",
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "dark-blue"
}
]
},
"unit": "s"
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "CPU Usage MHz"
},
"properties": [
{
"id": "unit",
"value": "none"
},
{
"id": "decimals",
"value": 0
}
]
},
{
"matcher": {
"id": "byName",
"options": "RAM Usage"
},
"properties": [
{
"id": "unit",
"value": "deckbytes"
},
{
"id": "decimals",
"value": 2
}
]
},
{
"matcher": {
"id": "byName",
"options": "CPU Usage %"
},
"properties": [
{
"id": "unit",
"value": "percent"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "dark-green"
},
{
"color": "dark-yellow",
"value": 75
},
{
"color": "dark-red",
"value": 90
}
]
}
},
{
"id": "decimals",
"value": 2
}
]
},
{
"matcher": {
"id": "byName",
"options": "RAM Usage %"
},
"properties": [
{
"id": "unit",
"value": "percent"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "dark-green"
},
{
"color": "yellow",
"value": 75
},
{
"color": "dark-red",
"value": 90
}
]
}
},
{
"id": "decimals",
"value": 2
}
]
},
{
"matcher": {
"id": "byName",
"options": "CPU Temperature"
},
"properties": [
{
"id": "unit",
"value": "celsius"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "dark-green"
},
{
"color": "dark-orange",
"value": 80
},
{
"color": "dark-red",
"value": 85
}
]
}
},
{
"id": "noValue",
"value": "No Data"
}
]
}
]
},
"gridPos": {
"h": 7,
"w": 8,
"x": 0,
"y": 6
},
"id": 103,
"links": [],
"maxDataPoints": 100,
"options": {
"colorMode": "background",
"fieldOptions": {
"calcs": [
"mean"
]
},
"graphMode": "none",
"justifyMode": "auto",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"textMode": "value_and_name"
},
"pluginVersion": "7.3.5",
"targets": [
{
"alias": "Uptime",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "vsphere_host_sys",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"uptime_latest"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "CPU Usage MHz",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "vsphere_host_cpu",
"orderByTime": "ASC",
"policy": "default",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"usagemhz_average"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "RAM Usage",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "vsphere_host_mem",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT last(\"totalCapacity_average\") * (last(\"usage_average\")) / 100 * 1024 FROM \"vsphere_host_mem\" WHERE (\"esxhostname\" =~ /^$esxi$/) AND $timeFilter GROUP BY time($__interval) fill(none)",
"rawQuery": true,
"refId": "C",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"active_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "CPU Usage %",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "vsphere_host_cpu",
"orderByTime": "ASC",
"policy": "default",
"refId": "E",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"usage_average"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "RAM Usage %",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"measurement": "vsphere_host_mem",
"orderByTime": "ASC",
"policy": "default",
"refId": "D",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"usage_average"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "CPU Temperature",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_esxi_arm",
"orderByTime": "ASC",
"policy": "default",
"refId": "F",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"boardtemp"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "hostname",
"operator": "=~",
"value": "/^$esxiarm$/"
}
]
}
],
"title": "ESXi VM Quick Overview",
"type": "stat"
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "CPU usage as a percentage during the interval.",
"fieldConfig": {
"defaults": {
"custom": {},
"links": []
},
"overrides": []
},
"fill": 8,
"fillGradient": 7,
"gridPos": {
"h": 7,
"w": 6,
"x": 8,
"y": 6
},
"hiddenSeries": false,
"id": 104,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": true,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"total": false,
"values": false
},
"lines": true,
"linewidth": 3,
"links": [],
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"paceLength": 10,
"percentage": false,
"pluginVersion": "7.3.5",
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "CPU usage % $tag_cpu",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"cpu"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_cpu",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"usage_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"thresholds": [],
"timeRegions": [],
"title": "CPU Utilization Avg %",
"tooltip": {
"shared": true,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:676",
"format": "percent",
"label": "CPU Utilization %",
"logBase": 1,
"max": "100",
"show": true
},
{
"$$hashKey": "object:677",
"format": "short",
"logBase": 1,
"show": false
}
],
"yaxis": {
"align": false
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"fieldConfig": {
"defaults": {
"custom": {},
"links": []
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 5,
"x": 14,
"y": 6
},
"hiddenSeries": false,
"id": 105,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"paceLength": 10,
"percentage": false,
"pluginVersion": "7.3.5",
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"$$hashKey": "object:815",
"alias": "RAM usage %",
"color": "rgb(133, 177, 236)"
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "RAM usage %",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_mem",
"orderByTime": "ASC",
"policy": "default",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"usage_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"thresholds": [],
"timeRegions": [],
"title": "RAM Utilization",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:263",
"decimals": 1,
"format": "percent",
"label": "RAM Usage in %",
"logBase": 1,
"max": "100",
"show": true
},
{
"$$hashKey": "object:264",
"format": "percent",
"label": "",
"logBase": 1,
"max": "100",
"show": false
}
],
"yaxis": {
"align": false
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "CPU Temperature",
"fieldConfig": {
"defaults": {
"custom": {},
"links": [],
"unit": "celsius"
},
"overrides": []
},
"fill": 8,
"fillGradient": 7,
"gridPos": {
"h": 7,
"w": 5,
"x": 19,
"y": 6
},
"hiddenSeries": false,
"id": 110,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"hideEmpty": true,
"hideZero": true,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"total": false,
"values": false
},
"lines": true,
"linewidth": 3,
"links": [],
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"paceLength": 10,
"percentage": false,
"pluginVersion": "7.3.5",
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"$$hashKey": "object:2948",
"alias": "CPU Temperature",
"color": "#8F3BB8"
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "CPU Temperature",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_esxi_arm",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"boardtemp"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "hostname",
"operator": "=~",
"value": "/^$esxiarm$/"
}
]
}
],
"thresholds": [],
"timeRegions": [],
"title": "CPU Temperature",
"tooltip": {
"shared": false,
"sort": 2,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:676",
"decimals": 0,
"format": "celsius",
"label": "CPU Temperature in Celsius",
"logBase": 1,
"show": true
},
{
"$$hashKey": "object:677",
"format": "short",
"logBase": 1,
"show": false
}
],
"yaxis": {
"align": false
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "Network utilization (combined transmit-rates and receive-rates) during the interval.",
"fieldConfig": {
"defaults": {
"custom": {},
"links": []
},
"overrides": []
},
"fill": 5,
"fillGradient": 0,
"gridPos": {
"h": 6,
"w": 8,
"x": 0,
"y": 13
},
"hiddenSeries": false,
"id": 99,
"legend": {
"alignAsTable": true,
"avg": false,
"current": true,
"hideEmpty": true,
"hideZero": true,
"max": true,
"min": true,
"rightSide": true,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"paceLength": 10,
"percentage": false,
"pluginVersion": "7.3.5",
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "$tag_interface bytesRx",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"interface"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_net",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"bytesRx_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "$tag_interface bytesTx",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"interface"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_net",
"orderByTime": "ASC",
"policy": "default",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"bytesTx_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"thresholds": [],
"timeRegions": [],
"title": "Network Usage",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:594",
"format": "KBs",
"label": "Network Usage",
"logBase": 1,
"show": true
},
{
"$$hashKey": "object:595",
"format": "short",
"logBase": 1,
"show": true
}
],
"yaxis": {
"align": false
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "The average time a read, or write, from the virtual disk takes.",
"fieldConfig": {
"defaults": {
"custom": {},
"links": []
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 6,
"w": 6,
"x": 8,
"y": 13
},
"hiddenSeries": false,
"id": 98,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"paceLength": 10,
"percentage": false,
"pluginVersion": "7.3.5",
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "Write - $tag_disk",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"disk"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_disk",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"totalReadLatency_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "Read - $tag_disk",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"disk"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_disk",
"orderByTime": "ASC",
"policy": "default",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"totalWriteLatency_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"thresholds": [],
"timeRegions": [],
"title": "Total Disk Latency",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:741",
"format": "none",
"label": "KBps",
"logBase": 1,
"show": true
},
{
"$$hashKey": "object:742",
"format": "short",
"logBase": 1,
"show": true
}
],
"yaxis": {
"align": false
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "The average time a read, or write, from the datastore takes.",
"fieldConfig": {
"defaults": {
"custom": {},
"links": []
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 6,
"w": 5,
"x": 14,
"y": 13
},
"hiddenSeries": false,
"id": 100,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": true,
"total": false,
"values": false
},
"lines": true,
"linewidth": 1,
"links": [],
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"paceLength": 10,
"percentage": false,
"pluginVersion": "7.3.5",
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "$tag_adapter Read",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"adapter"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_storageAdapter",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"numberReadAveraged_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
},
{
"alias": "$tag_adapter Write",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"adapter"
],
"type": "tag"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_storageAdapter",
"orderByTime": "ASC",
"policy": "default",
"refId": "B",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"numberWriteAveraged_average"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"thresholds": [],
"timeRegions": [],
"title": "Storage Adapter IOPS",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:886",
"format": "short",
"label": "IOPS",
"logBase": 1,
"show": true
},
{
"$$hashKey": "object:887",
"format": "short",
"logBase": 1,
"show": true
}
],
"yaxis": {
"align": false
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"description": "Time that the virtual machine was ready, but could not get scheduled to run on the physical CPU during last measurement interval.",
"fieldConfig": {
"defaults": {
"custom": {},
"links": []
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 6,
"w": 5,
"x": 19,
"y": 13
},
"hiddenSeries": false,
"id": 92,
"legend": {
"alignAsTable": false,
"avg": false,
"current": false,
"max": false,
"min": false,
"rightSide": false,
"show": false,
"total": false,
"values": false
},
"lines": true,
"linewidth": 2,
"links": [],
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"paceLength": 10,
"percentage": false,
"pluginVersion": "7.3.5",
"pointradius": 5,
"points": false,
"renderer": "flot",
"seriesOverrides": [
{
"$$hashKey": "object:944",
"alias": "CPU Ready",
"color": "#C4162A"
}
],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"alias": "CPU Ready",
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"20s"
],
"type": "time"
},
{
"params": [
"none"
],
"type": "fill"
}
],
"measurement": "vsphere_host_cpu",
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"ready_summation"
],
"type": "field"
},
{
"params": [],
"type": "last"
}
]
],
"tags": [
{
"key": "esxhostname",
"operator": "=~",
"value": "/^$esxi$/"
}
]
}
],
"thresholds": [],
"timeRegions": [],
"title": "CPU Ready in miliseconds",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"mode": "time",
"show": true,
"values": []
},
"yaxes": [
{
"$$hashKey": "object:928",
"format": "none",
"label": "ms",
"logBase": 1,
"show": true
},
{
"$$hashKey": "object:929",
"format": "short",
"logBase": 1,
"show": true
}
],
"yaxis": {
"align": false
}
}
],
"repeat": "esxiarm",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "gK_s8WTMk"
},
"refId": "A"
}
],
"title": "ARM - $esxiarm",
"type": "row"
},
{
"collapsed": false,
"datasource": {
"type": "influxdb",
"uid": "gK_s8WTMk"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 43
},
"id": 178,
"panels": [],
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "gK_s8WTMk"
},
"refId": "A"
}
],
"title": "Contact me:",
"type": "row"
},
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"gridPos": {
"h": 3,
"w": 5,
"x": 19,
"y": 44
},
"id": 144,
"options": {
"code": {
"language": "plaintext",
"showLineNumbers": false,
"showMiniMap": false
},
"content": "<a href=\"https://www.jorgedelacruz.es\"><img src=\"https://www.jorgedelacruz.es/wp-content/uploads/2019/04/jorgedelacruz-banner_2efede4ef704c939e63a3763231f5961.png\"></a>",
"mode": "html"
},
"pluginVersion": "11.1.4",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"orderByTime": "ASC",
"policy": "default",
"refId": "A",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": []
}
],
"transparent": true,
"type": "text"
}
],
"refresh": "5m",
"schemaVersion": 39,
"tags": [
"VMware",
"vSphere Hosts",
"vSphere Telegraf",
"influxdb v2.0"
],
"templating": {
"list": [
{
"auto": true,
"auto_count": 100,
"auto_min": "20s",
"current": {
"selected": false,
"text": "auto",
"value": "$__auto_interval_inter"
},
"hide": 0,
"label": "Sampling",
"name": "inter",
"options": [
{
"selected": true,
"text": "auto",
"value": "$__auto_interval_inter"
},
{
"selected": false,
"text": "20s",
"value": "20s"
},
{
"selected": false,
"text": "1m",
"value": "1m"
},
{
"selected": false,
"text": "10m",
"value": "10m"
},
{
"selected": false,
"text": "30m",
"value": "30m"
},
{
"selected": false,
"text": "1h",
"value": "1h"
},
{
"selected": false,
"text": "6h",
"value": "6h"
},
{
"selected": false,
"text": "12h",
"value": "12h"
},
{
"selected": false,
"text": "1d",
"value": "1d"
},
{
"selected": false,
"text": "7d",
"value": "7d"
},
{
"selected": false,
"text": "14d",
"value": "14d"
},
{
"selected": false,
"text": "30d",
"value": "30d"
}
],
"query": "20s,1m,10m,30m,1h,6h,12h,1d,7d,14d,30d",
"refresh": 2,
"skipUrlSync": false,
"type": "interval"
},
{
"current": {},
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"definition": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> keep(columns: [\"vcenter\"])\r\n |> distinct(column: \"vcenter\")\r\n |> group()",
"hide": 0,
"includeAll": true,
"label": "vCenter Server",
"multi": true,
"name": "vcenter",
"options": [],
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> keep(columns: [\"vcenter\"])\r\n |> distinct(column: \"vcenter\")\r\n |> group()",
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {},
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"definition": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_cluster_cpu\")\r\n |> filter(fn: (r) => r[\"vcenter\"] =~ /${vcenter:regex}/)\r\n |> keep(columns: [\"clustername\"])\r\n |> distinct(column: \"clustername\")\r\n |> group()\r\n",
"hide": 0,
"includeAll": true,
"label": "Cluster",
"multi": true,
"name": "clustername",
"options": [],
"query": {
"0": "f",
"1": "r",
"2": "o",
"3": "m",
"4": "(",
"5": "b",
"6": "u",
"7": "c",
"8": "k",
"9": "e",
"10": "t",
"11": ":",
"12": " ",
"13": "v",
"14": ".",
"15": "d",
"16": "e",
"17": "f",
"18": "a",
"19": "u",
"20": "l",
"21": "t",
"22": "B",
"23": "u",
"24": "c",
"25": "k",
"26": "e",
"27": "t",
"28": ")",
"29": "\r",
"30": "\n",
"31": " ",
"32": " ",
"33": "|",
"34": ">",
"35": " ",
"36": "r",
"37": "a",
"38": "n",
"39": "g",
"40": "e",
"41": "(",
"42": "s",
"43": "t",
"44": "a",
"45": "r",
"46": "t",
"47": ":",
"48": " ",
"49": "v",
"50": ".",
"51": "t",
"52": "i",
"53": "m",
"54": "e",
"55": "R",
"56": "a",
"57": "n",
"58": "g",
"59": "e",
"60": "S",
"61": "t",
"62": "a",
"63": "r",
"64": "t",
"65": ",",
"66": " ",
"67": "s",
"68": "t",
"69": "o",
"70": "p",
"71": ":",
"72": " ",
"73": "v",
"74": ".",
"75": "t",
"76": "i",
"77": "m",
"78": "e",
"79": "R",
"80": "a",
"81": "n",
"82": "g",
"83": "e",
"84": "S",
"85": "t",
"86": "o",
"87": "p",
"88": ")",
"89": "\r",
"90": "\n",
"91": " ",
"92": " ",
"93": "|",
"94": ">",
"95": " ",
"96": "f",
"97": "i",
"98": "l",
"99": "t",
"100": "e",
"101": "r",
"102": "(",
"103": "f",
"104": "n",
"105": ":",
"106": " ",
"107": "(",
"108": "r",
"109": ")",
"110": " ",
"111": "=",
"112": ">",
"113": " ",
"114": "r",
"115": "[",
"116": "\"",
"117": "_",
"118": "m",
"119": "e",
"120": "a",
"121": "s",
"122": "u",
"123": "r",
"124": "e",
"125": "m",
"126": "e",
"127": "n",
"128": "t",
"129": "\"",
"130": "]",
"131": " ",
"132": "=",
"133": "=",
"134": " ",
"135": "\"",
"136": "v",
"137": "s",
"138": "p",
"139": "h",
"140": "e",
"141": "r",
"142": "e",
"143": "_",
"144": "c",
"145": "l",
"146": "u",
"147": "s",
"148": "t",
"149": "e",
"150": "r",
"151": "_",
"152": "c",
"153": "p",
"154": "u",
"155": "\"",
"156": ")",
"157": "\r",
"158": "\n",
"159": " ",
"160": " ",
"161": "|",
"162": ">",
"163": " ",
"164": "f",
"165": "i",
"166": "l",
"167": "t",
"168": "e",
"169": "r",
"170": "(",
"171": "f",
"172": "n",
"173": ":",
"174": " ",
"175": "(",
"176": "r",
"177": ")",
"178": " ",
"179": "=",
"180": ">",
"181": " ",
"182": "r",
"183": "[",
"184": "\"",
"185": "v",
"186": "c",
"187": "e",
"188": "n",
"189": "t",
"190": "e",
"191": "r",
"192": "\"",
"193": "]",
"194": " ",
"195": "=",
"196": "=",
"197": " ",
"198": "\"",
"199": "$",
"200": "{",
"201": "v",
"202": "c",
"203": "e",
"204": "n",
"205": "t",
"206": "e",
"207": "r",
"208": "}",
"209": "\"",
"210": ")",
"211": "\r",
"212": "\n",
"213": " ",
"214": " ",
"215": "|",
"216": ">",
"217": " ",
"218": "k",
"219": "e",
"220": "e",
"221": "p",
"222": "(",
"223": "c",
"224": "o",
"225": "l",
"226": "u",
"227": "m",
"228": "n",
"229": "s",
"230": ":",
"231": " ",
"232": "[",
"233": "\"",
"234": "c",
"235": "l",
"236": "u",
"237": "s",
"238": "t",
"239": "e",
"240": "r",
"241": "n",
"242": "a",
"243": "m",
"244": "e",
"245": "\"",
"246": "]",
"247": ")",
"248": "\r",
"249": "\n",
"250": " ",
"251": " ",
"252": "|",
"253": ">",
"254": " ",
"255": "d",
"256": "i",
"257": "s",
"258": "t",
"259": "i",
"260": "n",
"261": "c",
"262": "t",
"263": "(",
"264": "c",
"265": "o",
"266": "l",
"267": "u",
"268": "m",
"269": "n",
"270": ":",
"271": " ",
"272": "\"",
"273": "c",
"274": "l",
"275": "u",
"276": "s",
"277": "t",
"278": "e",
"279": "r",
"280": "n",
"281": "a",
"282": "m",
"283": "e",
"284": "\"",
"285": ")",
"286": "\r",
"287": "\n",
"288": " ",
"289": " ",
"290": "|",
"291": ">",
"292": " ",
"293": "g",
"294": "r",
"295": "o",
"296": "u",
"297": "p",
"298": "(",
"299": ")",
"300": "\r",
"301": "\n",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_cluster_cpu\")\r\n |> filter(fn: (r) => r[\"vcenter\"] =~ /${vcenter:regex}/)\r\n |> keep(columns: [\"clustername\"])\r\n |> distinct(column: \"clustername\")\r\n |> group()\r\n"
},
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {},
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"definition": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> filter(fn: (r) => r[\"vcenter\"] =~ /${vcenter:regex}/)\r\n |> keep(columns: [\"esxhostname\"])\r\n |> distinct(column: \"esxhostname\")\r\n |> group()",
"hide": 0,
"includeAll": true,
"label": "ESXi Server",
"multi": true,
"name": "esxi",
"options": [],
"query": {
"0": "f",
"1": "r",
"2": "o",
"3": "m",
"4": "(",
"5": "b",
"6": "u",
"7": "c",
"8": "k",
"9": "e",
"10": "t",
"11": ":",
"12": " ",
"13": "v",
"14": ".",
"15": "d",
"16": "e",
"17": "f",
"18": "a",
"19": "u",
"20": "l",
"21": "t",
"22": "B",
"23": "u",
"24": "c",
"25": "k",
"26": "e",
"27": "t",
"28": ")",
"29": "\r",
"30": "\n",
"31": " ",
"32": " ",
"33": "|",
"34": ">",
"35": " ",
"36": "r",
"37": "a",
"38": "n",
"39": "g",
"40": "e",
"41": "(",
"42": "s",
"43": "t",
"44": "a",
"45": "r",
"46": "t",
"47": ":",
"48": " ",
"49": "v",
"50": ".",
"51": "t",
"52": "i",
"53": "m",
"54": "e",
"55": "R",
"56": "a",
"57": "n",
"58": "g",
"59": "e",
"60": "S",
"61": "t",
"62": "a",
"63": "r",
"64": "t",
"65": ",",
"66": " ",
"67": "s",
"68": "t",
"69": "o",
"70": "p",
"71": ":",
"72": " ",
"73": "v",
"74": ".",
"75": "t",
"76": "i",
"77": "m",
"78": "e",
"79": "R",
"80": "a",
"81": "n",
"82": "g",
"83": "e",
"84": "S",
"85": "t",
"86": "o",
"87": "p",
"88": ")",
"89": "\r",
"90": "\n",
"91": " ",
"92": " ",
"93": "|",
"94": ">",
"95": " ",
"96": "f",
"97": "i",
"98": "l",
"99": "t",
"100": "e",
"101": "r",
"102": "(",
"103": "f",
"104": "n",
"105": ":",
"106": " ",
"107": "(",
"108": "r",
"109": ")",
"110": " ",
"111": "=",
"112": ">",
"113": " ",
"114": "r",
"115": "[",
"116": "\"",
"117": "_",
"118": "m",
"119": "e",
"120": "a",
"121": "s",
"122": "u",
"123": "r",
"124": "e",
"125": "m",
"126": "e",
"127": "n",
"128": "t",
"129": "\"",
"130": "]",
"131": " ",
"132": "=",
"133": "=",
"134": " ",
"135": "\"",
"136": "v",
"137": "s",
"138": "p",
"139": "h",
"140": "e",
"141": "r",
"142": "e",
"143": "_",
"144": "h",
"145": "o",
"146": "s",
"147": "t",
"148": "_",
"149": "c",
"150": "p",
"151": "u",
"152": "\"",
"153": ")",
"154": "\r",
"155": "\n",
"156": " ",
"157": " ",
"158": "|",
"159": ">",
"160": " ",
"161": "f",
"162": "i",
"163": "l",
"164": "t",
"165": "e",
"166": "r",
"167": "(",
"168": "f",
"169": "n",
"170": ":",
"171": " ",
"172": "(",
"173": "r",
"174": ")",
"175": " ",
"176": "=",
"177": ">",
"178": " ",
"179": "r",
"180": "[",
"181": "\"",
"182": "v",
"183": "c",
"184": "e",
"185": "n",
"186": "t",
"187": "e",
"188": "r",
"189": "\"",
"190": "]",
"191": " ",
"192": "=",
"193": "=",
"194": " ",
"195": "\"",
"196": "$",
"197": "{",
"198": "v",
"199": "c",
"200": "e",
"201": "n",
"202": "t",
"203": "e",
"204": "r",
"205": "}",
"206": "\"",
"207": ")",
"208": "\r",
"209": "\n",
"210": " ",
"211": " ",
"212": "|",
"213": ">",
"214": " ",
"215": "k",
"216": "e",
"217": "e",
"218": "p",
"219": "(",
"220": "c",
"221": "o",
"222": "l",
"223": "u",
"224": "m",
"225": "n",
"226": "s",
"227": ":",
"228": " ",
"229": "[",
"230": "\"",
"231": "e",
"232": "s",
"233": "x",
"234": "h",
"235": "o",
"236": "s",
"237": "t",
"238": "n",
"239": "a",
"240": "m",
"241": "e",
"242": "\"",
"243": "]",
"244": ")",
"245": "\r",
"246": "\n",
"247": " ",
"248": " ",
"249": "|",
"250": ">",
"251": " ",
"252": "d",
"253": "i",
"254": "s",
"255": "t",
"256": "i",
"257": "n",
"258": "c",
"259": "t",
"260": "(",
"261": "c",
"262": "o",
"263": "l",
"264": "u",
"265": "m",
"266": "n",
"267": ":",
"268": " ",
"269": "\"",
"270": "e",
"271": "s",
"272": "x",
"273": "h",
"274": "o",
"275": "s",
"276": "t",
"277": "n",
"278": "a",
"279": "m",
"280": "e",
"281": "\"",
"282": ")",
"283": "\r",
"284": "\n",
"285": " ",
"286": " ",
"287": "|",
"288": ">",
"289": " ",
"290": "g",
"291": "r",
"292": "o",
"293": "u",
"294": "p",
"295": "(",
"296": ")",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_host_cpu\")\r\n |> filter(fn: (r) => r[\"vcenter\"] =~ /${vcenter:regex}/)\r\n |> keep(columns: [\"esxhostname\"])\r\n |> distinct(column: \"esxhostname\")\r\n |> group()"
},
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {},
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"definition": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_datastore_disk\")\r\n |> filter(fn: (r) => r[\"vcenter\"] =~ /${vcenter:regex}/)\r\n |> keep(columns: [\"source\"])\r\n |> distinct(column: \"source\")\r\n |> group()",
"hide": 0,
"includeAll": true,
"label": "Datastore",
"multi": true,
"name": "datastore",
"options": [],
"query": {
"0": "f",
"1": "r",
"2": "o",
"3": "m",
"4": "(",
"5": "b",
"6": "u",
"7": "c",
"8": "k",
"9": "e",
"10": "t",
"11": ":",
"12": " ",
"13": "v",
"14": ".",
"15": "d",
"16": "e",
"17": "f",
"18": "a",
"19": "u",
"20": "l",
"21": "t",
"22": "B",
"23": "u",
"24": "c",
"25": "k",
"26": "e",
"27": "t",
"28": ")",
"29": "\r",
"30": "\n",
"31": " ",
"32": " ",
"33": "|",
"34": ">",
"35": " ",
"36": "r",
"37": "a",
"38": "n",
"39": "g",
"40": "e",
"41": "(",
"42": "s",
"43": "t",
"44": "a",
"45": "r",
"46": "t",
"47": ":",
"48": " ",
"49": "v",
"50": ".",
"51": "t",
"52": "i",
"53": "m",
"54": "e",
"55": "R",
"56": "a",
"57": "n",
"58": "g",
"59": "e",
"60": "S",
"61": "t",
"62": "a",
"63": "r",
"64": "t",
"65": ",",
"66": " ",
"67": "s",
"68": "t",
"69": "o",
"70": "p",
"71": ":",
"72": " ",
"73": "v",
"74": ".",
"75": "t",
"76": "i",
"77": "m",
"78": "e",
"79": "R",
"80": "a",
"81": "n",
"82": "g",
"83": "e",
"84": "S",
"85": "t",
"86": "o",
"87": "p",
"88": ")",
"89": "\r",
"90": "\n",
"91": " ",
"92": " ",
"93": "|",
"94": ">",
"95": " ",
"96": "f",
"97": "i",
"98": "l",
"99": "t",
"100": "e",
"101": "r",
"102": "(",
"103": "f",
"104": "n",
"105": ":",
"106": " ",
"107": "(",
"108": "r",
"109": ")",
"110": " ",
"111": "=",
"112": ">",
"113": " ",
"114": "r",
"115": "[",
"116": "\"",
"117": "_",
"118": "m",
"119": "e",
"120": "a",
"121": "s",
"122": "u",
"123": "r",
"124": "e",
"125": "m",
"126": "e",
"127": "n",
"128": "t",
"129": "\"",
"130": "]",
"131": " ",
"132": "=",
"133": "=",
"134": " ",
"135": "\"",
"136": "v",
"137": "s",
"138": "p",
"139": "h",
"140": "e",
"141": "r",
"142": "e",
"143": "_",
"144": "d",
"145": "a",
"146": "t",
"147": "a",
"148": "s",
"149": "t",
"150": "o",
"151": "r",
"152": "e",
"153": "_",
"154": "d",
"155": "i",
"156": "s",
"157": "k",
"158": "\"",
"159": ")",
"160": "\r",
"161": "\n",
"162": " ",
"163": " ",
"164": "|",
"165": ">",
"166": " ",
"167": "f",
"168": "i",
"169": "l",
"170": "t",
"171": "e",
"172": "r",
"173": "(",
"174": "f",
"175": "n",
"176": ":",
"177": " ",
"178": "(",
"179": "r",
"180": ")",
"181": " ",
"182": "=",
"183": ">",
"184": " ",
"185": "r",
"186": "[",
"187": "\"",
"188": "v",
"189": "c",
"190": "e",
"191": "n",
"192": "t",
"193": "e",
"194": "r",
"195": "\"",
"196": "]",
"197": " ",
"198": "=",
"199": "=",
"200": " ",
"201": "\"",
"202": "$",
"203": "{",
"204": "v",
"205": "c",
"206": "e",
"207": "n",
"208": "t",
"209": "e",
"210": "r",
"211": "}",
"212": "\"",
"213": ")",
"214": "\r",
"215": "\n",
"216": " ",
"217": " ",
"218": "|",
"219": ">",
"220": " ",
"221": "k",
"222": "e",
"223": "e",
"224": "p",
"225": "(",
"226": "c",
"227": "o",
"228": "l",
"229": "u",
"230": "m",
"231": "n",
"232": "s",
"233": ":",
"234": " ",
"235": "[",
"236": "\"",
"237": "d",
"238": "s",
"239": "n",
"240": "a",
"241": "m",
"242": "e",
"243": "\"",
"244": "]",
"245": ")",
"246": "\r",
"247": "\n",
"248": " ",
"249": " ",
"250": "|",
"251": ">",
"252": " ",
"253": "d",
"254": "i",
"255": "s",
"256": "t",
"257": "i",
"258": "n",
"259": "c",
"260": "t",
"261": "(",
"262": "c",
"263": "o",
"264": "l",
"265": "u",
"266": "m",
"267": "n",
"268": ":",
"269": " ",
"270": "\"",
"271": "d",
"272": "s",
"273": "n",
"274": "a",
"275": "m",
"276": "e",
"277": "\"",
"278": ")",
"279": "\r",
"280": "\n",
"281": " ",
"282": " ",
"283": "|",
"284": ">",
"285": " ",
"286": "g",
"287": "r",
"288": "o",
"289": "u",
"290": "p",
"291": "(",
"292": ")",
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_datastore_disk\")\r\n |> filter(fn: (r) => r[\"vcenter\"] =~ /${vcenter:regex}/)\r\n |> keep(columns: [\"source\"])\r\n |> distinct(column: \"source\")\r\n |> group()"
},
"refresh": 2,
"regex": "/^(?!VeeamBackup_)/",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {},
"datasource": {
"type": "influxdb",
"uid": "${DS_INFLUXDB}"
},
"definition": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_esxi_arm\")\r\n |> keep(columns: [\"hostname\"])\r\n |> distinct(column: \"hostname\")\r\n |> group()",
"hide": 0,
"includeAll": true,
"label": "ESXi ARM Server",
"multi": true,
"name": "esxiarm",
"options": [],
"query": "from(bucket: v.defaultBucket)\r\n |> range(start: v.timeRangeStart, stop: v.timeRangeStop)\r\n |> filter(fn: (r) => r[\"_measurement\"] == \"vsphere_esxi_arm\")\r\n |> keep(columns: [\"hostname\"])\r\n |> distinct(column: \"hostname\")\r\n |> group()",
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
}
]
},
"time": {
"from": "now-30m",
"to": "now"
},
"timepicker": {
"refresh_intervals": [
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
]
},
"timezone": "browser",
"title": "VMware vSphere - Hosts",
"uid": "MxqCLP0mk",
"version": 19,
"weekStart": ""
}