Commit Graph

77 Commits

Author SHA1 Message Date
Artashes Arabajyan d00ca9ee6d Merged old .gitignore that was somehow overwritten 2018-01-04 12:32:19 +01:00
Artashes Arabajyan ba0b81c0ef go fmt 2018-01-04 12:25:10 +01:00
Artashes Arabajyan 8b519e50c8 The tool was not able to gather info from the datacenters in nested folders under the root folder - fixed, added config parameter to specify prefix for measurement, cleaned up logging formatting 2018-01-03 21:06:41 +01:00
Adrian Todorov 942b49d61e fix crash on VM cloning 2017-12-10 17:22:33 +01:00
Adrian Todorov 3fe6b1fc22 more bugfixes 2017-11-27 14:56:40 +01:00
Adrian Todorov 01483a5b97 general cleanup; extra checks to avoid segfaults; channels and goroutines for concurrency 2017-11-26 11:32:11 +01:00
Adrian Todorov 65b5bd801f add check to skip clones in progress 2017-11-26 10:50:56 +01:00
Adrian Todorov 9508bf0dae check if there are clusters before retrieving configuration; don't get respool config twice 2017-11-12 15:37:04 +01:00
Adrian Todorov b47e66dea1 update README 2017-11-10 23:06:23 +01:00
Adrian Todorov 3614590b88 Add travis CI and goreleaser to compile and publish to GitHub Releases 2017-11-10 23:05:33 +01:00
Adrian Todorov 6438366409 [WIP]Travis-CI integration 2017-10-26 23:17:28 +02:00
Adrian Todorov 27ebb38acf add README to change_metric_collection_level 2017-10-26 23:16:25 +02:00
Adrian Todorov 3bed073385 add licence to change_metric_collection_level 2017-10-26 23:15:29 +02:00
Adrian Todorov 88e1f00b8d Merge branch 'master' of https://github.com/Oxalide/vsphere-influxdb-go 2017-10-26 23:08:44 +02:00
Adrian Todorov 20a74cee4d Add example Grafana dashboards to README 2017-10-25 23:31:28 +02:00
Adrian Todorov 9e002045d0 Update README.md to reflect post-vendoring changes 2017-10-25 23:18:25 +02:00
Adrian Todorov 4751993c27 fix gox call 2017-10-25 23:13:08 +02:00
Adrian Todorov 47533bc266 test travis.yml 2017-10-25 23:11:36 +02:00
Adrian Todorov a59409f16b add vendoring with go dep 2017-10-25 20:52:40 +00:00
Adrian Todorov 704f4d20d1 Merge pull request #33 from adejoux/master
adding host to datastore tags
2017-09-11 21:12:16 +02:00
Alain Dejoux bf8af7c890 adding host to datastore tags 2017-09-11 14:52:40 +02:00
Adrian Todorov 33dc0476fd Merge pull request #30 from DG-i/master
Environment Variables
2017-09-07 12:44:09 +02:00
Mike Liebsch 7c4478c435 InfluxDB and vSphere can be configured using environemt variables 2017-09-07 11:13:54 +02:00
Mike Liebsch ff4a561165 fixed indentation 2017-09-07 10:54:03 +02:00
Adrian Todorov 6154784194 Merge pull request #29 from mjseid/master
add datastore capacity and free
2017-09-05 14:54:20 +02:00
Mark Seidenstricker ce1d72055f add datastore capacity and free 2017-09-01 10:36:42 -05:00
Adrian Todorov d62d5bf1ac Merge pull request #28 from mikerosile/master
Add cluster mapping for hosts
2017-08-28 14:37:52 +02:00
Michael Rosile 1fb821f661 Added additional debug for "mors" 2017-08-23 21:02:39 -04:00
Michael Rosile 911271defd Altered VM to Cluster mapping and added Host to Cluster mapping 2017-08-23 20:59:31 -04:00
Adrian Todorov 64e9f3ea28 Merge pull request #27 from cedr-x/patch-3
Update README.md
2017-07-19 11:01:22 +02:00
Cédric de l'Epine cc5b550044 Update README.md
typo
2017-06-23 10:41:47 +02:00
Adrian Todorov c154ed0de6 Merge pull request #22 from adongy/master
Fix variable names
2017-06-02 10:33:53 +02:00
Adrian Todorov c5579d649f Merge pull request #21 from adongy/patch-1
Fix average returning 1
2017-05-24 16:32:59 +02:00
Anthony Dong fe2f80850a Fix average returning 1 2017-05-24 16:24:59 +02:00
ADO 160647fca0 Fix variable names 2017-05-24 14:49:55 +02:00
Adrian Todorov 7e53ec6bc7 Merge pull request #20 from adongy/master
Fix potentially incorrect data points
2017-05-24 14:47:26 +02:00
ADO eba6b58ffc Fix respool* casing 2017-05-24 14:43:35 +02:00
ADO 9794d33b2f Linting 2017-05-24 14:31:25 +02:00
ADO 491bce51f8 Remove debug file 2017-05-24 14:31:07 +02:00
ADO 8ec656f71a Don't try to send potentially corrupted data 2017-05-24 14:27:17 +02:00
ADO 6e2170f337 Fail early 2017-05-24 14:27:17 +02:00
ADO f4a61c416c Println takes variadic arguments 2017-05-24 14:27:17 +02:00
ADO d8f101eded Linting fixes 2017-05-24 14:27:17 +02:00
ADO eef2388bde Remove unused variables 2017-05-24 14:27:17 +02:00
ADO d2347f1726 Merge all external imports 2017-05-24 14:27:17 +02:00
ADO 89c2447453 Use tabs in copyright header 2017-05-24 14:27:17 +02:00
Adrian Todorov d7b937989a Merge pull request #19 from heldri/resourcepool_enable
Resourcepool enable
2017-05-24 14:21:32 +02:00
Hela Drira 8b34784692 merge 2017-05-17 14:04:03 +02:00
Hela 296f9ebcdc Merge pull request #1 from Oxalide/master
syncing parent master
2017-05-17 11:49:44 +02:00
Adrian Todorov ddc76df434 Merge pull request #14 from DG-i/master
Small adjustments
2017-05-11 11:57:57 +02:00