Browse Source
add-base-vmware_exporter (#34)
add-base-vmware_exporter (#34)
https://hub.docker.com/r/pryorda/vmware_exporter Reviewed-on: #34 Co-authored-by: fedy95 <fedy95@protonmail.com> Co-committed-by: fedy95 <fedy95@protonmail.com>pull/35/head
24 changed files with 8485 additions and 55 deletions
-
25.drone.yml
-
5.env.example
-
1.gitignore
-
25Makefile
-
18README.md
-
50docker-compose.yml
-
7grafana/provisioning/dashboards/dashboard.yml
-
4grafana/provisioning/dashboards/dashboards.md
-
2030grafana/provisioning/dashboards/esxi/cluster.json
-
617grafana/provisioning/dashboards/esxi/esx.json
-
1788grafana/provisioning/dashboards/esxi/esxi.json
-
1983grafana/provisioning/dashboards/esxi/virtualmachine.json
-
1955grafana/provisioning/dashboards/esxi/vmware-stats_rev1.json
-
0grafana/provisioning/dashboards/other/docker_containers.json
-
0grafana/provisioning/dashboards/other/i-o-statistics.json
-
0grafana/provisioning/dashboards/other/monitor_services.json
-
0grafana/provisioning/dashboards/other/nexus_host.json
-
0grafana/provisioning/dashboards/other/nginx_container.json
-
0grafana/provisioning/dashboards/other/node-exporter.json
-
0grafana/provisioning/dashboards/other/smart-1.json
-
0grafana/provisioning/dashboards/other/smart-2.json
-
0grafana/provisioning/dashboards/other/smart-3.json
-
0grafana/provisioning/dashboards/other/smart-4.json
-
30prometheus/prometheus.yml
@ -0,0 +1,5 @@ |
|||
VSPHERE_USER= |
|||
VSPHERE_PASSWORD= |
|||
VSPHERE_HOST= |
|||
VSPHERE_IGNORE_SSL= |
|||
VSPHERE_SPECS_SIZE= |
@ -0,0 +1 @@ |
|||
/.env |
2030
grafana/provisioning/dashboards/esxi/cluster.json
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,617 @@ |
|||
{ |
|||
"__inputs": [ |
|||
{ |
|||
"name": "DS_PROMETHEUS", |
|||
"label": "prometheus", |
|||
"description": "", |
|||
"type": "datasource", |
|||
"pluginId": "prometheus", |
|||
"pluginName": "Prometheus" |
|||
} |
|||
], |
|||
"__requires": [ |
|||
{ |
|||
"type": "grafana", |
|||
"id": "grafana", |
|||
"name": "Grafana", |
|||
"version": "4.3.0" |
|||
}, |
|||
{ |
|||
"type": "panel", |
|||
"id": "graph", |
|||
"name": "Graph", |
|||
"version": "" |
|||
}, |
|||
{ |
|||
"type": "datasource", |
|||
"id": "prometheus", |
|||
"name": "Prometheus", |
|||
"version": "1.0.0" |
|||
}, |
|||
{ |
|||
"type": "panel", |
|||
"id": "singlestat", |
|||
"name": "Singlestat", |
|||
"version": "" |
|||
} |
|||
], |
|||
"annotations": { |
|||
"list": [] |
|||
}, |
|||
"editable": true, |
|||
"gnetId": null, |
|||
"graphTooltip": 0, |
|||
"hideControls": false, |
|||
"id": null, |
|||
"links": [], |
|||
"refresh": "10s", |
|||
"rows": [ |
|||
{ |
|||
"collapse": false, |
|||
"height": 250, |
|||
"panels": [ |
|||
{ |
|||
"cacheTimeout": null, |
|||
"colorBackground": false, |
|||
"colorValue": false, |
|||
"colors": [ |
|||
"rgba(245, 54, 54, 0.9)", |
|||
"rgba(237, 129, 40, 0.89)", |
|||
"rgba(50, 172, 45, 0.97)" |
|||
], |
|||
"datasource": "Prometheus", |
|||
"decimals": 1, |
|||
"description": "System uptime", |
|||
"format": "s", |
|||
"gauge": { |
|||
"maxValue": 100, |
|||
"minValue": 0, |
|||
"show": false, |
|||
"thresholdLabels": false, |
|||
"thresholdMarkers": true |
|||
}, |
|||
"id": 3, |
|||
"interval": null, |
|||
"links": [], |
|||
"mappingType": 1, |
|||
"mappingTypes": [ |
|||
{ |
|||
"name": "value to text", |
|||
"value": 1 |
|||
}, |
|||
{ |
|||
"name": "range to text", |
|||
"value": 2 |
|||
} |
|||
], |
|||
"maxDataPoints": 100, |
|||
"minSpan": 1, |
|||
"nullPointMode": "connected", |
|||
"nullText": null, |
|||
"postfix": "s", |
|||
"postfixFontSize": "50%", |
|||
"prefix": "", |
|||
"prefixFontSize": "50%", |
|||
"rangeMaps": [ |
|||
{ |
|||
"from": "null", |
|||
"text": "N/A", |
|||
"to": "null" |
|||
} |
|||
], |
|||
"span": 3, |
|||
"sparkline": { |
|||
"fillColor": "rgba(31, 118, 189, 0.18)", |
|||
"full": false, |
|||
"lineColor": "rgb(31, 120, 193)", |
|||
"show": false |
|||
}, |
|||
"tableColumn": "", |
|||
"targets": [ |
|||
{ |
|||
"expr": "time() - vmware_host_boot_timestamp_seconds{host_name=\"$hostname\"}", |
|||
"format": "time_series", |
|||
"intervalFactor": 2, |
|||
"legendFormat": "", |
|||
"refId": "A", |
|||
"step": 4 |
|||
} |
|||
], |
|||
"thresholds": "", |
|||
"title": "Uptime", |
|||
"type": "singlestat", |
|||
"valueFontSize": "50%", |
|||
"valueMaps": [ |
|||
{ |
|||
"op": "=", |
|||
"text": "N/A", |
|||
"value": "null" |
|||
} |
|||
], |
|||
"valueName": "current" |
|||
}, |
|||
{ |
|||
"cacheTimeout": null, |
|||
"colorBackground": false, |
|||
"colorValue": true, |
|||
"colors": [ |
|||
"rgba(50, 172, 45, 0.97)", |
|||
"rgba(237, 129, 40, 0.89)", |
|||
"rgba(245, 54, 54, 0.9)" |
|||
], |
|||
"datasource": "Prometheus", |
|||
"format": "percent", |
|||
"gauge": { |
|||
"maxValue": 100, |
|||
"minValue": 0, |
|||
"show": true, |
|||
"thresholdLabels": false, |
|||
"thresholdMarkers": true |
|||
}, |
|||
"id": 4, |
|||
"interval": null, |
|||
"links": [], |
|||
"mappingType": 1, |
|||
"mappingTypes": [ |
|||
{ |
|||
"name": "value to text", |
|||
"value": 1 |
|||
}, |
|||
{ |
|||
"name": "range to text", |
|||
"value": 2 |
|||
} |
|||
], |
|||
"maxDataPoints": 100, |
|||
"minSpan": 1, |
|||
"nullPointMode": "connected", |
|||
"nullText": null, |
|||
"postfix": "", |
|||
"postfixFontSize": "50%", |
|||
"prefix": "", |
|||
"prefixFontSize": "50%", |
|||
"rangeMaps": [ |
|||
{ |
|||
"from": "null", |
|||
"text": "N/A", |
|||
"to": "null" |
|||
} |
|||
], |
|||
"repeat": null, |
|||
"span": 3, |
|||
"sparkline": { |
|||
"fillColor": "rgba(31, 118, 189, 0.18)", |
|||
"full": false, |
|||
"lineColor": "rgb(31, 120, 193)", |
|||
"show": true |
|||
}, |
|||
"tableColumn": "", |
|||
"targets": [ |
|||
{ |
|||
"expr": "vmware_host_cpu_usage{host_name=\"$hostname\"} / vmware_host_cpu_max{host_name=\"$hostname\"} * 100", |
|||
"format": "time_series", |
|||
"intervalFactor": 1, |
|||
"legendFormat": "", |
|||
"refId": "A", |
|||
"step": 2 |
|||
} |
|||
], |
|||
"thresholds": "80,90", |
|||
"title": "CPU Usage", |
|||
"type": "singlestat", |
|||
"valueFontSize": "80%", |
|||
"valueMaps": [ |
|||
{ |
|||
"op": "=", |
|||
"text": "N/A", |
|||
"value": "null" |
|||
} |
|||
], |
|||
"valueName": "current" |
|||
}, |
|||
{ |
|||
"cacheTimeout": null, |
|||
"colorBackground": false, |
|||
"colorValue": true, |
|||
"colors": [ |
|||
"rgba(50, 172, 45, 0.97)", |
|||
"rgba(237, 129, 40, 0.89)", |
|||
"rgba(245, 54, 54, 0.9)" |
|||
], |
|||
"datasource": "Prometheus", |
|||
"format": "percent", |
|||
"gauge": { |
|||
"maxValue": 100, |
|||
"minValue": 0, |
|||
"show": true, |
|||
"thresholdLabels": false, |
|||
"thresholdMarkers": true |
|||
}, |
|||
"id": 5, |
|||
"interval": null, |
|||
"links": [], |
|||
"mappingType": 1, |
|||
"mappingTypes": [ |
|||
{ |
|||
"name": "value to text", |
|||
"value": 1 |
|||
}, |
|||
{ |
|||
"name": "range to text", |
|||
"value": 2 |
|||
} |
|||
], |
|||
"maxDataPoints": 100, |
|||
"minSpan": 1, |
|||
"nullPointMode": "connected", |
|||
"nullText": null, |
|||
"postfix": "", |
|||
"postfixFontSize": "50%", |
|||
"prefix": "", |
|||
"prefixFontSize": "50%", |
|||
"rangeMaps": [ |
|||
{ |
|||
"from": "null", |
|||
"text": "N/A", |
|||
"to": "null" |
|||
} |
|||
], |
|||
"span": 3, |
|||
"sparkline": { |
|||
"fillColor": "rgba(31, 118, 189, 0.18)", |
|||
"full": false, |
|||
"lineColor": "rgb(31, 120, 193)", |
|||
"show": true |
|||
}, |
|||
"tableColumn": "", |
|||
"targets": [ |
|||
{ |
|||
"expr": "vmware_host_memory_usage{host_name=\"$hostname\"} / vmware_host_memory_max{host_name=\"$hostname\"} * 100", |
|||
"format": "time_series", |
|||
"intervalFactor": 1, |
|||
"legendFormat": "", |
|||
"refId": "A", |
|||
"step": 2 |
|||
} |
|||
], |
|||
"thresholds": "80,90", |
|||
"title": "Memory Usage", |
|||
"type": "singlestat", |
|||
"valueFontSize": "80%", |
|||
"valueMaps": [ |
|||
{ |
|||
"op": "=", |
|||
"text": "N/A", |
|||
"value": "null" |
|||
} |
|||
], |
|||
"valueName": "current" |
|||
}, |
|||
{ |
|||
"cacheTimeout": null, |
|||
"colorBackground": true, |
|||
"colorValue": false, |
|||
"colors": [ |
|||
"rgba(245, 54, 54, 0.9)", |
|||
"rgba(237, 129, 40, 0.89)", |
|||
"rgba(50, 172, 45, 0.97)" |
|||
], |
|||
"datasource": "Prometheus", |
|||
"format": "none", |
|||
"gauge": { |
|||
"maxValue": 100, |
|||
"minValue": 0, |
|||
"show": false, |
|||
"thresholdLabels": false, |
|||
"thresholdMarkers": true |
|||
}, |
|||
"id": 6, |
|||
"interval": null, |
|||
"links": [], |
|||
"mappingType": 1, |
|||
"mappingTypes": [ |
|||
{ |
|||
"name": "value to text", |
|||
"value": 1 |
|||
}, |
|||
{ |
|||
"name": "range to text", |
|||
"value": 2 |
|||
} |
|||
], |
|||
"maxDataPoints": 100, |
|||
"nullPointMode": "connected", |
|||
"nullText": null, |
|||
"postfix": "", |
|||
"postfixFontSize": "50%", |
|||
"prefix": "", |
|||
"prefixFontSize": "50%", |
|||
"rangeMaps": [ |
|||
{ |
|||
"from": "null", |
|||
"text": "N/A", |
|||
"to": "null" |
|||
} |
|||
], |
|||
"span": 3, |
|||
"sparkline": { |
|||
"fillColor": "rgba(31, 118, 189, 0.18)", |
|||
"full": false, |
|||
"lineColor": "rgb(31, 120, 193)", |
|||
"show": false |
|||
}, |
|||
"tableColumn": "", |
|||
"targets": [ |
|||
{ |
|||
"expr": "vmware_host_power_state{host_name=\"$hostname\"}", |
|||
"format": "time_series", |
|||
"intervalFactor": 2, |
|||
"refId": "A", |
|||
"step": 4 |
|||
} |
|||
], |
|||
"thresholds": "1,1", |
|||
"title": "Host State", |
|||
"type": "singlestat", |
|||
"valueFontSize": "80%", |
|||
"valueMaps": [ |
|||
{ |
|||
"op": "=", |
|||
"text": "UP", |
|||
"value": "1" |
|||
}, |
|||
{ |
|||
"op": "=", |
|||
"text": "DOWN", |
|||
"value": "0" |
|||
} |
|||
], |
|||
"valueName": "current" |
|||
} |
|||
], |
|||
"repeat": null, |
|||
"repeatIteration": null, |
|||
"repeatRowId": null, |
|||
"showTitle": false, |
|||
"title": "Dashboard Row", |
|||
"titleSize": "h6" |
|||
}, |
|||
{ |
|||
"collapse": false, |
|||
"height": 398, |
|||
"panels": [ |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": "Prometheus", |
|||
"decimals": 1, |
|||
"fill": 0, |
|||
"id": 1, |
|||
"legend": { |
|||
"alignAsTable": true, |
|||
"avg": false, |
|||
"current": true, |
|||
"hideEmpty": false, |
|||
"hideZero": false, |
|||
"max": false, |
|||
"min": false, |
|||
"rightSide": true, |
|||
"show": false, |
|||
"total": false, |
|||
"values": true |
|||
}, |
|||
"lines": true, |
|||
"linewidth": 1, |
|||
"links": [], |
|||
"minSpan": 2, |
|||
"nullPointMode": "null", |
|||
"percentage": true, |
|||
"pointradius": 5, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"span": 6, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"expr": "vmware_host_cpu_usage{host_name=\"$hostname\"} / vmware_host_cpu_max{host_name=\"$hostname\"} * 100", |
|||
"format": "time_series", |
|||
"intervalFactor": 2, |
|||
"legendFormat": "$hostname", |
|||
"metric": "", |
|||
"refId": "A", |
|||
"step": 2 |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeShift": null, |
|||
"title": "ESX Host CPU Usage", |
|||
"tooltip": { |
|||
"shared": true, |
|||
"sort": 0, |
|||
"value_type": "individual" |
|||
}, |
|||
"type": "graph", |
|||
"xaxis": { |
|||
"buckets": null, |
|||
"mode": "time", |
|||
"name": null, |
|||
"show": true, |
|||
"values": [] |
|||
}, |
|||
"yaxes": [ |
|||
{ |
|||
"format": "percent", |
|||
"label": "", |
|||
"logBase": 1, |
|||
"max": "100", |
|||
"min": "0", |
|||
"show": true |
|||
}, |
|||
{ |
|||
"format": "short", |
|||
"label": null, |
|||
"logBase": 1, |
|||
"max": null, |
|||
"min": null, |
|||
"show": false |
|||
} |
|||
] |
|||
}, |
|||
{ |
|||
"aliasColors": {}, |
|||
"bars": false, |
|||
"dashLength": 10, |
|||
"dashes": false, |
|||
"datasource": "Prometheus", |
|||
"decimals": 1, |
|||
"fill": 1, |
|||
"id": 2, |
|||
"legend": { |
|||
"alignAsTable": true, |
|||
"avg": false, |
|||
"current": true, |
|||
"hideEmpty": false, |
|||
"hideZero": false, |
|||
"max": false, |
|||
"min": false, |
|||
"rightSide": true, |
|||
"show": false, |
|||
"total": false, |
|||
"values": true |
|||
}, |
|||
"lines": true, |
|||
"linewidth": 1, |
|||
"links": [], |
|||
"minSpan": 2, |
|||
"nullPointMode": "null", |
|||
"percentage": false, |
|||
"pointradius": 5, |
|||
"points": false, |
|||
"renderer": "flot", |
|||
"seriesOverrides": [], |
|||
"spaceLength": 10, |
|||
"span": 6, |
|||
"stack": false, |
|||
"steppedLine": false, |
|||
"targets": [ |
|||
{ |
|||
"expr": "vmware_host_memory_usage{host_name=\"$hostname\"} / vmware_host_memory_max{host_name=\"$hostname\"} * 100", |
|||
"format": "time_series", |
|||
"intervalFactor": 2, |
|||
"legendFormat": "$hostname", |
|||
"metric": "", |
|||
"refId": "A", |
|||
"step": 2 |
|||
} |
|||
], |
|||
"thresholds": [], |
|||
"timeFrom": null, |
|||
"timeShift": null, |
|||
"title": "ESX Host RAM Usage", |
|||
"tooltip": { |
|||
"shared": true, |
|||
"sort": 0, |
|||
"value_type": "individual" |
|||
}, |
|||
"type": "graph", |
|||
"xaxis": { |
|||
"buckets": null, |
|||
"mode": "time", |
|||
"name": null, |
|||
"show": true, |
|||
"values": [] |
|||
}, |
|||
"yaxes": [ |
|||
{ |
|||
"format": "percent", |
|||
"label": "", |
|||
"logBase": 1, |
|||
"max": "100", |
|||
"min": "0", |
|||
"show": true |
|||
}, |
|||
{ |
|||
"format": "short", |
|||
"label": null, |
|||
"logBase": 1, |
|||
"max": null, |
|||
"min": null, |
|||
"show": false |
|||
} |
|||
] |
|||
} |
|||
], |
|||
"repeat": null, |
|||
"repeatIteration": null, |
|||
"repeatRowId": null, |
|||
"showTitle": false, |
|||
"title": "Dashboard Row", |
|||
"titleSize": "h6" |
|||
} |
|||
], |
|||
"schemaVersion": 14, |
|||
"style": "dark", |
|||
"tags": [], |
|||
"templating": { |
|||
"list": [ |
|||
{ |
|||
"allValue": null, |
|||
"current": {}, |
|||
"datasource": "Prometheus", |
|||
"hide": 0, |
|||
"includeAll": false, |
|||
"label": "Host:", |
|||
"multi": false, |
|||
"name": "hostname", |
|||
"options": [], |
|||
"query": "label_values(vmware_host_boot_timestamp_seconds,host_name)", |
|||
"refresh": 1, |
|||
"regex": "/([^:]+)/", |
|||
"sort": 1, |
|||
"tagValuesQuery": "", |
|||
"tags": [], |
|||
"tagsQuery": "", |
|||
"type": "query", |
|||
"useTags": false |
|||
} |
|||
] |
|||
}, |
|||
"time": { |
|||
"from": "now-5m", |
|||
"to": "now" |
|||
}, |
|||
"timepicker": { |
|||
"refresh_intervals": [ |
|||
"5s", |
|||
"10s", |
|||
"30s", |
|||
"1m", |
|||
"5m", |
|||
"15m", |
|||
"30m", |
|||
"1h", |
|||
"2h", |
|||
"1d" |
|||
], |
|||
"time_options": [ |
|||
"5m", |
|||
"15m", |
|||
"1h", |
|||
"6h", |
|||
"12h", |
|||
"24h", |
|||
"2d", |
|||
"7d", |
|||
"30d" |
|||
] |
|||
}, |
|||
"timezone": "browser", |
|||
"title": "ESX Hosts Information", |
|||
"version": 17 |
|||
} |
1788
grafana/provisioning/dashboards/esxi/esxi.json
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1983
grafana/provisioning/dashboards/esxi/virtualmachine.json
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
1955
grafana/provisioning/dashboards/esxi/vmware-stats_rev1.json
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
Reference in new issue