-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue running Ubuntu 18.04 #209
Comments
Someone could help me ? |
We prefer to run inside the docker container. For setup instructions outside of the container refer to the DockerFile. This looks like an issue with pulling the data from vcente and you should Validate credentials have access to everything in vsphere. |
Thank You... its running under docker... but, is there anyway to get metrics about twice or more vpshere hosts under one docker ? |
@pryorda is there anyway to get metrics about twice or more hosts under one docker ? |
Not sure I understand that question. |
I need to get metrics about 3 vmware hosts on the same docker, is it possible ? |
Yes, you just need to set up different sections. The readme describes this. |
Thank you so much!!! |
Hello, how are you.
I have an trouble trying to run in a single server only, I have other server running ok.
When I try to collect the metrics with the comand:
curl http://127.0.0.1:9272/metrics?vsphere_host=192.168.2.250
I receive below on the exporter:
FirstError[#0, [Failure instance: Traceback: <class 'twisted.internet.defer.FirstError'>: FirstError[#1, [Failure instance: Traceback: <class 'twisted.internet.defer.FirstError'>: FirstError[#0, [Failure instance: Traceback: <class 'AttributeError'>: 'NoneType' object has no attribute 'field'
My config.yml
default:
collect_only:
datastores: True
hosts: True
snapshots: True
vmguests: True
vms: True
ignore_ssl: True
specs_size: 5000
fetch_custom_attributes: False
fetch_tags: False
vsphere_host: 192.168.2.250
vsphere_password: 'password'
vsphere_user: 'root'
I tryed to run as root and as normal user.
The text was updated successfully, but these errors were encountered: