"query":"SELECT mean(\"usage_average\") AS \"Ready\" FROM \":db:\".\":rp:\".\"vsphere_vm_net\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"rawText":"SELECT mean(\"usage_average\") AS \"Ready\" FROM \":db:\".\":rp:\".\"vsphere_vm_net\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT mean(\"ready_summation\") AS \"Ready\" FROM \":db:\".\":rp:\".\"vsphere_vm_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"rawText":"SELECT mean(\"ready_summation\") AS \"Ready\" FROM \":db:\".\":rp:\".\"vsphere_vm_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT mean(\"usage_average\") AS \"Used\" FROM \":db:\".\":rp:\".\"vsphere_vm_mem\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"rawText":"SELECT mean(\"usage_average\") AS \"Used\" FROM \":db:\".\":rp:\".\"vsphere_vm_mem\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT mean(\"used_summation\") AS \"Used\" FROM \":db:\".\":rp:\".\"vsphere_vm_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"rawText":"SELECT mean(\"used_summation\") AS \"Used\" FROM \":db:\".\":rp:\".\"vsphere_vm_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"vmname\" FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT last(\"used_latest\") * (100 / last(\"capacity_latest\")) FROM \":db:\".\":rp:\".\"vsphere_datastore_disk\" WHERE time > :dashboardTime: AND source =~ /^:datastore:$/ GROUP BY time(:interval:) fill(previous)",
"rawText":"SELECT last(\"used_latest\") * (100 / last(\"capacity_latest\")) FROM \":db:\".\":rp:\".\"vsphere_datastore_disk\" WHERE time > :dashboardTime: AND source =~ /^:datastore:$/ GROUP BY time(:interval:) fill(previous)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT mean(\"throughput_usage_average\") AS \"mean_throughput_usage\", min(\"throughput_usage_average\") AS \"min_throughput_usage\", max(\"throughput_usage_average\") AS \"max_throughput_usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_disk\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(null)",
"rawText":"SELECT mean(\"throughput_usage_average\") AS \"mean_throughput_usage\", min(\"throughput_usage_average\") AS \"min_throughput_usage\", max(\"throughput_usage_average\") AS \"max_throughput_usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_disk\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT mean(\"throughput_usage_average\") AS \"mean_throughput_usage\", max(\"throughput_usage_average\") AS \"max_throughput_usage\", min(\"throughput_usage_average\") AS \"min_throughput_usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_net\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(null)",
"rawText":"SELECT mean(\"throughput_usage_average\") AS \"mean_throughput_usage\", max(\"throughput_usage_average\") AS \"max_throughput_usage\", min(\"throughput_usage_average\") AS \"min_throughput_usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_net\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT mean(\"active_average\") AS \"RAM_Usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_mem\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"clustername\" FILL(null)",
"rawText":"SELECT mean(\"active_average\") AS \"RAM_Usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_mem\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"clustername\" FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT mean(\"usage_average\") AS \"CPU_Usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"clustername\" FILL(null)",
"rawText":"SELECT mean(\"usage_average\") AS \"CPU_Usage\" FROM \":db:\".\":rp:\".\"vsphere_cluster_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:), \"clustername\" FILL(null)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT last(\"active_average\")/1024/1024 AS \"last_active_average\" FROM \":db:\".\":rp:\".\"vsphere_host_mem\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(previous)",
"rawText":"SELECT last(\"active_average\")/1024/1024 AS \"last_active_average\" FROM \":db:\".\":rp:\".\"vsphere_host_mem\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(previous)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT last(\"usagemhz_average\") AS \"last_usagemhz_average\" FROM \":db:\".\":rp:\".\"vsphere_host_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(previous)",
"rawText":"SELECT last(\"usagemhz_average\") AS \"last_usagemhz_average\" FROM \":db:\".\":rp:\".\"vsphere_host_cpu\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(previous)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"query":"SELECT last(\"uptime_latest\")/60/60/24 AS \"last_uptime_latest\" FROM \":db:\".\":rp:\".\"vsphere_host_sys\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(previous)",
"rawText":"SELECT last(\"uptime_latest\")/60/60/24 AS \"last_uptime_latest\" FROM \":db:\".\":rp:\".\"vsphere_host_sys\" WHERE time > :dashboardTime: AND clustername =~ /^:clustername:$/ GROUP BY time(:interval:) FILL(previous)",
"note":"To enable this graph, you will need to configure the [Telegraf vSphere Input plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"note":"This dashboard will give you an overview of your VMware vSphere Clusters and uses metrics from `vsphere_cluster_*` and `vsphere_vm_*` set of measurements populated by the [Telegraf vSphere Input Plugin](https://github.com/influxdata/telegraf/tree/master/plugins/inputs/vsphere).",
"noteVisibility":"default"
}
],
"templates":[
{
"tempVar":":clustername:",
"id":"",
"type":"tagValues",
"label":"",
"values":[],
"query":{
"influxql":"SHOW TAG VALUES ON :database: FROM :measurement: WITH KEY=:tagKey:",
"db":"telegraf",
"measurement":"vsphere_host_cpu",
"tagKey":"clustername",
"fieldKey":""
}
},
{
"tempVar":":datastore:",
"id":"",
"type":"tagValues",
"label":"",
"values":[],
"query":{
"influxql":"SHOW TAG VALUES ON :database: FROM :measurement: WITH KEY=:tagKey:",