Oxalide / vsphere-influxdb-go

Collect VMware vSphere, vCenter and ESXi performance metrics and send them to InfluxDB
GNU General Public License v3.0
216 stars 61 forks source link

XML Error when polling. #84

Closed zerolimit5 closed 6 years ago

zerolimit5 commented 6 years ago

Im getting the following error when i the cronjob runs. Has anyone seen this error before. I do not see where the element max is set if there is a setting for it. Any help is greatly appreciated.

2018/07/25 12:43:22 Could not request perfs from vcenter: vcenter.local.local.com 2018/07/25 12:43:22 Error: ServerFaultCode: XML document element count exceeds configured maximum 500000

while parsing serialized DataObject of type vim.PerformanceManager.MetricId at line 2, column 11543514

while parsing property "metricId" of static type ArrayOfPerfMetricId

while parsing serialized DataObject of type vim.PerformanceManager.QuerySpec at line 2, column 11534500

while parsing call information for method QueryPerf at line 2, column 66

while parsing SOAP body at line 2, column 60

while parsing SOAP envelope at line 2, column 0

while parsing HTTP request for method queryStats on object of type vim.PerformanceManager at line 1, column 0

sofixa commented 6 years ago

Hi,

What version of vCenter are you using? Can you show me a (sanitized) version of your configuration file?

Adrian