vmware_exporter
vmware_exporter copied to clipboard
builtins.AttributeError: 'NoneType' object has no attribute 'get'
Unhandled error in Deferred:
Traceback (most recent call last):
File "/usr/local/lib/python3.8/dist-packages/twisted/internet/defer.py", line 700, in errback
self._startRunCallbacks(fail)
File "/usr/local/lib/python3.8/dist-packages/twisted/internet/defer.py", line 763, in _startRunCallbacks
self._runCallbacks()
File "/usr/local/lib/python3.8/dist-packages/twisted/internet/defer.py", line 857, in _runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/local/lib/python3.8/dist-packages/twisted/internet/defer.py", line 1750, in gotResult
current_context.run(_inlineCallbacks, r, gen, status)
---
any one can help? thks,is is the latest version,here is config.yml
default: vsphere_host: xxxxx vsphere_user: xxxxx vsphere_password: xxxxxx ignore_ssl: False specs_size: 5000 fetch_custom_attributes: True fetch_tags: True fetch_alarms: True collect_only: vms: False vmguests: True datastores: True hosts: True snapshots: True
set tags to false, and that should fix it for you.