[모니터링] Grafana Vmware 모니터링 json

김봉남·2024년 2월 16일

모니터링

목록 보기
7/9
post-thumbnail

vmware 인프라 모니터링 json

{
"annotations": {
"list": [
{
"builtIn": 1,
"datasource": {
"type": "datasource",
"uid": "grafana"
},
"enable": false,
"hide": true,
"iconColor": "rgba(0, 211, 255, 1)",
"limit": 100,
"name": "Annotations & Alerts",
"type": "dashboard"
}
]
},
"description": "VMware vSphere Dashboard (Grafana 7.5 / new Time-Series Panel)",
"editable": true,
"fiscalYearStartMonth": 0,
"gnetId": 8159,
"graphTooltip": 0,
"id": 14,
"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": {
"uid": "vmware"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 0
},
"id": 61,
"panels": [],
"targets": [
{
"datasource": {
"uid": "vmware"
},
"refId": "A"
}
],
"title": "Cluster Status",
"type": "row"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"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": "byName",
"options": "vCenter Summary"
},
"properties": [
{
"id": "unit",
"value": "locale"
},
{
"id": "color",
"value": {
"fixedColor": "dark-purple",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "ESXi Summary"
},
"properties": [
{
"id": "unit",
"value": "locale"
},
{
"id": "color",
"value": {
"fixedColor": "dark-purple",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "VM Summary"
},
"properties": [
{
"id": "unit",
"value": "locale"
},
{
"id": "color",
"value": {
"fixedColor": "dark-purple",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Datastore Summary"
},
"properties": [
{
"id": "unit",
"value": "locale"
},
{
"id": "color",
"value": {
"fixedColor": "dark-purple",
"mode": "fixed"
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Cluster Summary"
},
"properties": [
{
"id": "unit",
"value": "locale"
},
{
"id": "color",
"value": {
"fixedColor": "dark-purple",
"mode": "fixed"
}
}
]
}
]
},
"gridPos": {
"h": 4,
"w": 24,
"x": 0,
"y": 1
},
"id": 142,
"links": [],
"maxDataPoints": 100,
"options": {
"colorMode": "background",
"fieldOptions": {
"calcs": [
"lastNotNull"
]
},
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {},
"textMode": "auto"
},
"pluginVersion": "9.5.14",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT count(distinct(\"vcenter\")) AS \"vCenter\" FROM (SELECT \"overhead_average\", \"vcenter\" FROM \"vsphere_cluster_mem\" WHERE $timeFilter)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT count(distinct(\"clustername\")) AS \"Cluster\" FROM (SELECT \"totalmhz_average\", \"clustername\" FROM \"vsphere_cluster_cpu\" WHERE $timeFilter)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT count(distinct(\"esxhostname\")) AS \"ESXi\" FROM (SELECT \"coreUtilization_average\", \"esxhostname\" FROM \"vsphere_host_cpu\" WHERE $timeFilter)",
"rawQuery": true,
"refId": "C",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT count(distinct(\"vmname\")) AS \"VM\" FROM (SELECT \"usage_average\", \"vmname\" FROM \"vsphere_vm_cpu\" WHERE $timeFilter)",
"rawQuery": true,
"refId": "D",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT count(distinct(\"dsname\")) AS \"Datastore\" FROM (SELECT \"capacity_latest\", \"dsname\" FROM \"vsphere_datastore_disk\" WHERE $timeFilter)",
"rawQuery": true,
"refId": "E",
"resultFormat": "time_series"
}
],
"title": "vSphere Overview",
"transformations": [],
"type": "stat"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"description": "",
"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": "byName",
"options": "CPU Usage"
},
"properties": [
{
"id": "unit",
"value": "percent"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "semi-dark-green",
"value": null
},
{
"color": "dark-orange",
"value": 70
},
{
"color": "dark-red",
"value": 85
}
]
}
},
{
"id": "decimals",
"value": 2
}
]
},
{
"matcher": {
"id": "byName",
"options": "RAM Usage"
},
"properties": [
{
"id": "unit",
"value": "percent"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "semi-dark-green",
"value": null
},
{
"color": "dark-orange",
"value": 70
},
{
"color": "dark-red",
"value": 85
}
]
}
},
{
"id": "decimals",
"value": 2
}
]
}
]
},
"gridPos": {
"h": 4,
"w": 6,
"x": 0,
"y": 5
},
"id": 28,
"links": [],
"maxDataPoints": 100,
"options": {
"colorMode": "background",
"fieldOptions": {
"calcs": [
"lastNotNull"
]
},
"graphMode": "none",
"justifyMode": "center",
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"text": {},
"textMode": "auto"
},
"pluginVersion": "9.5.14",
"repeat": "clustername",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT last(\"uptimelatest\") AS \"Uptime\" FROM \"vsphere_host_sys\" WHERE (\"vcenter\" =~ /^vcentervcenter/ AND \"clustername\" =~ /^clusternameclustername/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter) fill(null)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT mean(\"usage_average\") AS \"CPU Usage\" FROM \"vsphere_host_cpu\" WHERE (\"vcenter\" =~ /^vcentervcenter/ AND \"clustername\" =~ /^clusternameclustername/ AND \"cpu\" = 'instance-total') AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter) fill(null)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"groupBy": [
{
"params": [
"$__interval"
],
"type": "time"
},
{
"params": [
"null"
],
"type": "fill"
}
],
"hide": false,
"measurement": "vsphere_host_mem",
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT last(\"usage_average\") AS \"RAM Usage\" FROM \"vsphere_host_mem\" WHERE (\"vcenter\" =~ /^vcentervcenter/ AND \"clustername\" =~ /^clusternameclustername/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter) fill(null)",
"rawQuery": true,
"refId": "C",
"resultFormat": "time_series",
"select": [
[
{
"params": [
"value"
],
"type": "field"
},
{
"params": [],
"type": "mean"
}
]
],
"tags": [
{
"key": "vcenter",
"operator": "=~",
"value": "/^vcentervcenter/"
}
]
}
],
"title": "clustername Overview", "transformations": [], "type": "stat" }, { "datasource": { "type": "influxdb", "uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5" }, "fieldConfig": { "defaults": { "color": { "mode": "palette-classic" }, "custom": { "axisCenteredZero": false, "axisColorMode": "text", "axisLabel": "Usage Average %", "axisPlacement": "auto", "barAlignment": 0, "drawStyle": "line", "fillOpacity": 30, "gradientMode": "hue", "hideFrom": { "graph": false, "legend": false, "tooltip": false, "viz": false }, "lineInterpolation": "smooth", "lineWidth": 2, "pointSize": 5, "scaleDistribution": { "type": "linear" }, "showPoints": "never", "spanNulls": false, "stacking": { "group": "A", "mode": "none" }, "thresholdsStyle": { "mode": "off" } }, "decimals": 0, "mappings": [], "max": 100, "min": 30, "thresholds": { "mode": "absolute", "steps": [ { "color": "green", "value": null }, { "color": "red", "value": 80 } ] }, "unit": "percent" }, "overrides": [] }, "gridPos": { "h": 5, "w": 7, "x": 6, "y": 9 }, "id": 26, "links": [], "options": { "graph": {}, "legend": { "calcs": [], "displayMode": "list", "placement": "bottom", "showLegend": false }, "tooltip": { "mode": "single", "sort": "none" } }, "pluginVersion": "7.5.3", "targets": [ { "datasource": { "type": "influxdb", "uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5" }, "query": "SELECT last(\"usage_average\") FROM \"vsphere_host_mem\" WHERE (\"vcenter\" =~ /^vcenter/ AND \"clustername\" =~ /^clustername/) AND $timeFilter GROUP BY time(inter), \"clustername\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Cluster RAM Usage in %",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "thresholds"
},
"decimals": 0,
"mappings": [],
"max": 100,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "dark-green",
"value": null
},
{
"color": "dark-yellow",
"value": 65
},
{
"color": "dark-orange",
"value": 75
},
{
"color": "dark-red",
"value": 90
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 9,
"w": 11,
"x": 13,
"y": 9
},
"hideTimeOverride": false,
"id": 123,
"interval": "1h",
"links": [],
"options": {
"displayMode": "lcd",
"minVizHeight": 10,
"minVizWidth": 0,
"orientation": "auto",
"reduceOptions": {
"calcs": [
"lastNotNull"
],
"fields": "",
"values": false
},
"showUnfilled": true,
"text": {},
"valueMode": "color"
},
"pluginVersion": "9.5.14",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT last(\"used_latest\") * (100 / last(\"capacity_latest\")) FROM \"vsphere_datastore_disk\" WHERE (\"source\" =~ /^datastoredatastore/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter) , \"source\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"timeFrom": "3h",
"title": "Datastores - Usage Capacity",
"type": "bargauge"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Usage Average %",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": 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,
"min": 30,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 6,
"x": 0,
"y": 13
},
"id": 23,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_host_cpu\" WHERE (\"clustername\" =~ /^clusternameclustername/ AND \"cpu\" = 'instance-total') AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"clustername\", \"cpu\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Cluster CPU Usage %",
"transformations": [],
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"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
},
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"decimals": 0,
"mappings": [],
"min": 30,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ms"
},
"overrides": []
},
"gridPos": {
"h": 4,
"w": 7,
"x": 6,
"y": 14
},
"id": 91,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT last(\"read_average\") FROM \"vsphere_host_storageAdapter\" WHERE (\"clustername\" =~ /^clusternameclustername/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"clustername\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Cluster Storage Adapter",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Usage Network MBps",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"min": 1000,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "KBs"
},
"overrides": []
},
"gridPos": {
"h": 5,
"w": 6,
"x": 0,
"y": 18
},
"id": 90,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT last(\"bytesRx_average\") FROM \"vsphere_host_net\" WHERE (\"clustername\" =~ /^clusternameclustername/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"clustername\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT last(\"bytesTx_average\") FROM \"vsphere_host_net\" WHERE (\"clustername\" =~ /^clusternameclustername/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"clustername\" fill(none)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series"
}
],
"title": "Cluster Network Usage",
"type": "timeseries"
},
{
"datasource": {
"type": "loki",
"uid": "ca23cf83-cf0a-4cb9-a93c-190b678bcb79"
},
"gridPos": {
"h": 5,
"w": 10,
"x": 6,
"y": 18
},
"id": 195,
"links": [
{
"title": "VM messages",
"url": "http://00.00.00.00:3000/d/q7-1hI5Vz/loki?orgId=1&refresh=30s"
}
],
"options": {
"dedupStrategy": "none",
"enableLogDetails": true,
"prettifyLogMessage": false,
"showCommonLabels": false,
"showLabels": false,
"showTime": false,
"sortOrder": "Descending",
"wrapLogMessage": true
},
"pluginVersion": "9.5.14",
"targets": [
{
"datasource": {
"type": "loki",
"uid": "ca23cf83-cf0a-4cb9-a93c-190b678bcb79"
},
"editorMode": "code",
"expr": "{filename=\"/var/log/messages\"} |~ \"ERROR|shutdown|POWERFAILED|SHUTDOWN|ERROR|EMS|CRITICAL|pvnum|UPS|MAJOR|LPMC|down|Err|MCA|abort|signal|stopped|err|restart|kernel|\" !~ \"Could not create cache adapter|Scope libcontainer|systemd.conf|Failed to start Cleanup of Temporary Directories|sd_journal_get_cursor|/var/log/gitlab|smb2_get_dfs_refer rc=-5\"",
"queryType": "range",
"refId": "A"
}
],
"title": "VM Messages",
"type": "logs"
},
{
"datasource": {
"type": "prometheus",
"uid": "f2faed61-4d07-4490-895d-db991c5758bb"
},
"description": "",
"fieldConfig": {
"defaults": {
"custom": {
"align": "auto",
"cellOptions": {
"type": "auto"
},
"filterable": false,
"inspect": false
},
"mappings": [],
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
}
},
"overrides": [
{
"matcher": {
"id": "byName",
"options": "instance"
},
"properties": [
{
"id": "custom.width",
"value": 250
},
{
"id": "displayName",
"value": "Instance"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Value #B"
},
"properties": [
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
},
{
"id": "max",
"value": 0.5
},
{
"id": "displayName",
"value": "Connect Time"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 0.2
},
{
"color": "red",
"value": 0.4
}
]
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Value #A"
},
"properties": [
{
"id": "decimals",
"value": 2
},
{
"id": "displayName",
"value": "Certificate expires in"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "semi-dark-red",
"value": null
},
{
"color": "semi-dark-yellow",
"value": 12096000
},
{
"color": "semi-dark-green",
"value": 25920000
}
]
}
},
{
"id": "custom.cellOptions",
"value": {
"mode": "gradient",
"type": "color-background"
}
},
{
"id": "custom.width",
"value": 200
},
{
"id": "custom.align",
"value": "left"
},
{
"id": "unit",
"value": "dtdurations"
}
]
},
{
"matcher": {
"id": "byName",
"options": "Value #D"
},
"properties": [
{
"id": "displayName",
"value": "HTTP Response"
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 300
},
{
"color": "red",
"value": 400
}
]
}
},
{
"id": "custom.cellOptions",
"value": {
"mode": "gradient",
"type": "color-background"
}
},
{
"id": "custom.align",
"value": "center"
},
{
"id": "custom.width",
"value": 150
}
]
},
{
"matcher": {
"id": "byName",
"options": "Value #C"
},
"properties": [
{
"id": "displayName",
"value": "Transfer Time"
},
{
"id": "max",
"value": 0.5
},
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 0.125
},
{
"color": "red",
"value": 0.3
}
]
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Value #E"
},
"properties": [
{
"id": "displayName",
"value": "TLS Time"
},
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
},
{
"id": "max",
"value": 1
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 0.5
},
{
"color": "red",
"value": 0.9
}
]
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Value #F"
},
"properties": [
{
"id": "displayName",
"value": "Processing Time"
},
{
"id": "max",
"value": 0.5
},
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 0.25
},
{
"color": "red",
"value": 0.4
}
]
}
}
]
},
{
"matcher": {
"id": "byName",
"options": "Value #G"
},
"properties": [
{
"id": "displayName",
"value": "Resolve Time"
},
{
"id": "custom.cellOptions",
"value": {
"mode": "lcd",
"type": "gauge"
}
},
{
"id": "max",
"value": 0.01
},
{
"id": "thresholds",
"value": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "#EAB839",
"value": 0.005
},
{
"color": "red",
"value": 0.009
}
]
}
}
]
}
]
},
"gridPos": {
"h": 5,
"w": 8,
"x": 16,
"y": 18
},
"id": 2,
"links": [
{
"title": "SSL Certificate",
"url": "http://00.00.00.00:3000/d/fd1314bc-819c-4ef5-936a-5a0ff3611775/ssl-certificate-monitor?orgId=1&refresh=30s"
}
],
"options": {
"cellHeight": "sm",
"footer": {
"countRows": false,
"fields": "",
"reducer": [
"sum"
],
"show": false
},
"frameIndex": 1,
"showHeader": false,
"sortBy": [
{
"desc": false,
"displayName": "Certificate expires in"
}
]
},
"pluginVersion": "9.5.14",
"targets": [
{
"datasource": {
"type": "prometheus",
"uid": "f2faed61-4d07-4490-895d-db991c5758bb"
},
"editorMode": "code",
"expr": "probe_ssl_earliest_cert_expiry-time()",
"format": "table",
"hide": false,
"instant": true,
"interval": "",
"legendFormat": "",
"refId": "A"
},
{
"datasource": {
"type": "prometheus",
"uid": "f2faed61-4d07-4490-895d-db991c5758bb"
},
"editorMode": "code",
"expr": "probe_http_status_code",
"format": "table",
"instant": true,
"interval": "",
"legendFormat": "",
"refId": "D"
}
],
"title": "Certificate & Connection Monitoring",
"transformations": [
{
"id": "seriesToColumns",
"options": {
"byField": "instance"
}
},
{
"id": "organize",
"options": {
"excludeByName": {
"Time": true,
"Time 1": true,
"Time 2": true,
"Time 3": true,
"Time 4": true,
"Time 5": true,
"Time 6": true,
"Time 7": true,
"name": true,
"name 1": true,
"name 2": true,
"name 3": true,
"name 4": true,
"name 5": true,
"name 6": true,
"job": true,
"job 1": true,
"job 2": true,
"job 3": true,
"job 4": true,
"job 5": true,
"job 6": true,
"job 7": true,
"phase": true,
"phase 1": true,
"phase 2": true,
"phase 3": true,
"phase 4": true,
"phase 5": true
},
"indexByName": {},
"renameByName": {
"Value #F": ""
}
}
}
],
"type": "table"
},
{
"collapsed": false,
"datasource": {
"uid": "vmware"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 23
},
"id": 20,
"panels": [],
"targets": [
{
"datasource": {
"uid": "vmware"
},
"refId": "A"
}
],
"title": "Hypervisor Status",
"type": "row"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "CPU Usage Avg. %",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": 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,
"min": 50,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 6,
"x": 0,
"y": 24
},
"id": 15,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [
"last",
"min",
"max"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true,
"sortBy": "Max",
"sortDesc": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_host_cpu\" WHERE (\"esxhostname\" =~ /^esxiesxi/ AND \"cpu\" = 'instance-total') AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"esxhostname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Hypervisor CPU",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Memory Usage Avg. %",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": 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,
"min": 50,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 6,
"x": 6,
"y": 24
},
"id": 16,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [
"last",
"min",
"max"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_host_mem\" WHERE (\"esxhostname\" =~ /^esxiesxi/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"esxhostname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Hypervisor Memory",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"min": 1000,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "KBs"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 6,
"x": 12,
"y": 24
},
"id": 17,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [
"last",
"min",
"max"
],
"displayMode": "table",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_host_net\" WHERE (\"esxhostname\" =~ /^esxiesxi/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"esxhostname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Hypervisor Net Usage",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "CPU Usage",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": 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,
"min": 0,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green",
"value": null
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 6,
"w": 6,
"x": 18,
"y": 24
},
"id": 19,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "multi",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_vm_cpu\" WHERE (\"vcenter\" =~ /^vcentervcenter/ AND \"cpu\" = 'instance-total') AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vcenter\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_vm_mem\" WHERE (\"vcenter\" =~ /^vcentervcenter/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vcenter\" fill(none)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series"
}
],
"title": "vCenter CPU/RAM",
"type": "timeseries"
},
{
"collapsed": false,
"datasource": {
"uid": "vmware"
},
"gridPos": {
"h": 1,
"w": 24,
"x": 0,
"y": 30
},
"id": 21,
"panels": [],
"targets": [
{
"datasource": {
"uid": "vmware"
},
"refId": "A"
}
],
"title": "Virtual Machine Status",
"type": "row"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "CPU Usage % per VM",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": 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,
"min": 50,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green"
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 6,
"x": 0,
"y": 31
},
"id": 14,
"links": [
{
"title": "Zabbix",
"url": "http://00.00.00.00/zabbix/latest.php?fullscreen=0&application=&select=&filter_set=Filter"
}
],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"readiness_average\") FROM \"vsphere_vm_cpu\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/ AND \"cpu\" = 'instance-total') AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\", \"cpu\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Virtual Machine CPU Usage in %",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Memory Usage Avg. %",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": 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,
"min": 50,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green"
},
{
"color": "red",
"value": 80
}
]
},
"unit": "percent"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 6,
"x": 6,
"y": 31
},
"id": 13,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_vm_mem\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Virtual Machine Memory Usage Avg.",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "CPU READY in ms",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"min": 300,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green"
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ms"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 6,
"x": 12,
"y": 31
},
"hideTimeOverride": false,
"id": 10,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"ready_summation\") FROM \"vsphere_vm_cpu\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Virtual Machine CPU READY ms",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Net Usage Avg.",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"min": 3000,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green"
},
{
"color": "red",
"value": 80
}
]
},
"unit": "KBs"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 6,
"x": 18,
"y": 31
},
"id": 12,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"usage_average\") FROM \"vsphere_vm_net\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Virtual Machine Network Usage Avg (Kbps)",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Block Read IOPS",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": 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"
},
{
"color": "red",
"value": 80
}
]
},
"unit": "iops"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 8,
"x": 0,
"y": 38
},
"id": 3,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"numberReadAveraged_average\") FROM \"vsphere_vm_virtualDisk\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Virtual Machine Disk Performance (Read VMFS Block IOPS)",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Block Write IOPS",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"min": 200,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green"
},
{
"color": "red",
"value": 80
}
]
},
"unit": "iops"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 8,
"x": 8,
"y": 38
},
"id": 18,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": true
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"numberWriteAveraged_average\") FROM \"vsphere_vm_virtualDisk\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
}
],
"title": "Virtual Machine Disk Performance (Write VMFS Block IOPS)",
"type": "timeseries"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"fieldConfig": {
"defaults": {
"color": {
"mode": "palette-classic"
},
"custom": {
"axisCenteredZero": false,
"axisColorMode": "text",
"axisLabel": "Block Latency Total",
"axisPlacement": "auto",
"barAlignment": 0,
"drawStyle": "line",
"fillOpacity": 30,
"gradientMode": "hue",
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false,
"viz": false
},
"lineInterpolation": "smooth",
"lineWidth": 2,
"pointSize": 5,
"scaleDistribution": {
"type": "linear"
},
"showPoints": "never",
"spanNulls": true,
"stacking": {
"group": "A",
"mode": "none"
},
"thresholdsStyle": {
"mode": "off"
}
},
"mappings": [],
"min": 10,
"thresholds": {
"mode": "absolute",
"steps": [
{
"color": "green"
},
{
"color": "red",
"value": 80
}
]
},
"unit": "ms"
},
"overrides": []
},
"gridPos": {
"h": 7,
"w": 8,
"x": 16,
"y": 38
},
"id": 9,
"links": [],
"options": {
"graph": {},
"legend": {
"calcs": [],
"displayMode": "list",
"placement": "bottom",
"showLegend": false
},
"tooltip": {
"mode": "single",
"sort": "none"
}
},
"pluginVersion": "7.5.3",
"targets": [
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"query": "SELECT mean(\"totalReadLatency_average\") FROM \"vsphere_vm_virtualDisk\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\" fill(none)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series"
},
{
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"hide": false,
"query": "SELECT mean(\"totalWriteLatency_average\") FROM \"vsphere_vm_virtualDisk\" WHERE (\"vmname\" =~ /^virtualmachinevirtualmachine/) AND timeFilterGROUPBYtime(timeFilter GROUP BY time(inter), \"vmname\" fill(none)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series"
}
],
"title": "Virtual Machine Disk Performance (Block Latency Total)",
"type": "timeseries"
}
],
"refresh": "5m",
"schemaVersion": 38,
"style": "dark",
"tags": [],
"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",
"queryValue": "",
"refresh": 2,
"skipUrlSync": false,
"type": "interval"
},
{
"current": {
"selected": false,
"text": "All",
"value": "$
all"
},
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"definition": "",
"hide": 0,
"includeAll": true,
"label": "vCenter Server",
"multi": true,
"name": "vcenter",
"options": [],
"query": "select DISTINCT(\"vcenter\") from (select \"usage_average\",\"vcenter\" from \"vsphere_host_cpu\" WHERE timeFilter)", "refresh": 2, "regex": "", "skipUrlSync": false, "sort": 0, "tagValuesQuery": "", "tagsQuery": "", "type": "query", "useTags": false }, { "current": { "selected": false, "text": "All", "value": "all"
},
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"definition": "",
"hide": 0,
"includeAll": true,
"label": "Cluster",
"multi": true,
"name": "clustername",
"options": [],
"query": "select DISTINCT(\"clustername\") from (select \"usage_average\",\"clustername\" from \"vsphere_host_cpu\" WHERE timeFilter AND \"vcenter\" =~ /vcenter/)",
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {
"selected": false,
"text": "All",
"value": "$
all"
},
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"definition": "",
"hide": 0,
"includeAll": true,
"label": "ESXi Server",
"multi": true,
"name": "esxi",
"options": [],
"query": "select DISTINCT(\"esxhostname\") from (select \"usage_average\",\"esxhostname\" from \"vsphere_host_cpu\" WHERE timeFilter AND \"vcenter\" =~ /vcenter/)",
"refresh": 2,
"regex": "",
"skipUrlSync": false,
"sort": 0,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"current": {
"selected": false,
"text": "All",
"value": "__all" }, "datasource": { "type": "influxdb", "uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5" }, "definition": "", "hide": 0, "includeAll": true, "label": "Datastore", "multi": true, "name": "datastore", "options": [], "query": "select DISTINCT(\"dsname\") from (select \"used_latest\",\"dsname\" from \"vsphere_datastore_disk\" WHERE $timeFilter AND \"vcenter\" =~ /vcenter/)",
"refresh": 2,
"regex": "/^(?!VeeamBackup
)/",
"skipUrlSync": false,
"sort": 1,
"tagValuesQuery": "",
"tagsQuery": "",
"type": "query",
"useTags": false
},
{
"allValue": "",
"current": {
"selected": true,
"text": [
"All"
],
"value": [
"$__all"
]
},
"datasource": {
"type": "influxdb",
"uid": "accc6d80-0e4a-4948-be9a-6c4ae7cbf5c5"
},
"definition": "",
"hide": 0,
"includeAll": true,
"label": "VM",
"multi": true,
"name": "virtualmachine",
"options": [],
"query": "select DISTINCT(\"vmname\") from (select \"readysummation\",\"vmname\" from \"vsphere_vm_cpu\" WHERE timeFilter AND \"vcenter\" =~ /vcenter/)",
"refresh": 2,
"regex": "/^(?![a-zA-Z0-9-
]+_)/",
"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 - Overview",
"uid": "e5e2a9a7-134a-4865-9bc2-04ec6206ef90",
"version": 13,
"weekStart": ""
}

profile
남자다

0개의 댓글