Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/genebean/vmwarestats
A quick stats collecting setup for VMware in Vagrant
https://github.com/genebean/vmwarestats
grafana influxdb stats vmware
Last synced: 30 days ago
JSON representation
A quick stats collecting setup for VMware in Vagrant
- Host: GitHub
- URL: https://github.com/genebean/vmwarestats
- Owner: genebean
- License: bsd-3-clause
- Created: 2018-02-06T23:00:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T19:39:01.000Z (almost 7 years ago)
- Last Synced: 2024-10-23T22:45:39.105Z (3 months ago)
- Topics: grafana, influxdb, stats, vmware
- Homepage:
- Size: 154 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VMwareStats
This Vagrant box will quickly give you a stats collecting setup for VMware.
To use it all you need to do is copy `vsphere-influxdb-go.json.sample` to
`vsphere-influxdb-go.json`, edit these lines to include your site's vCenter(s)
and any accont that has at least read-only rights, and run `vagrant up`. Be sure
the last line in this array _does not_ have a trailing comma as that make JSON
sad.```json
"VCenters": [
{ "Username": "your-username-here", "Password": "your-password-here", "Hostname": "vcenter1.example.com" },
{ "Username": "your-username-here", "Password": "your-password-here", "Hostname": "vcenter2.example.com" }
],
```## Software
`vagrant up` sets up:
- InfluxDB
- [Oxalide/vsphere-influxdb-go](https://github.com/Oxalide/vsphere-influxdb-go)
- Grafana + some dashboards
- Telegraf for the local Vagrant vmThe Grafana database is seeded with the contents of `grafana.db`. If you make
changes that you want to save be sure to backup `/var/lib/grafana/grafana.db`
before destroying your vm.## License
My code here is released under the included BSD 3 clause license. The component
software used by this project each has its own license.