-
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
[solved] AttributeError: 'NoneType' object has no attribute 'RetrieveContent' when running vmware_exporter #369
Comments
To be more accurate, this is what I get as error (I try to connect to vSphere 7.x vcenter)
|
I have the same problems in Esxi 6.0 and Esxi 5.5.But it works in Esxi 6.8 and 7.0 |
I resolved this issue. I used single quotes insted of double quotes on the variables
But I found it still counldn't work in docker-compose.So I run the exporter with |
glad that it works for you, |
ITs def an issue with the password and login 2023-05-02 06:49:52,206 ERROR:Caught vmodl fault: Cannot complete login due to an incorrect user name or password. |
Right ! error with login / password |
error with login / password |
Hi,
I'm trying to use the pryorda/vmware_exporter for VMware, but I'm encountering an issue when executing it with the following command:
The error message I receive is:
I have checked my config.env file, and all the environment variables seem to be correctly defined, including the authentication information and the vCenter server URL. I have also made sure that the container can access the vCenter server, and that the user has sufficient permissions to access the server's information.
I am using the latest version of the pryorda/vmware_exporter. If you have any suggestions on how to resolve this issue, I would greatly appreciate it. Thanks in advance for your assistance.
Best regards,
The text was updated successfully, but these errors were encountered: