-
Notifications
You must be signed in to change notification settings - Fork 19
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
Unable to get Datastore info for vsan #25
Comments
I don't use VSANs so I haven't been able to test. I think that this kind of datastore is seen as a local datastore by the API. The following patch should fix it. Starting at line 1654, you need to replace this : by this: Let me know if it works. I'll add it to the next release. |
Hi @dav3860, I already had a look at the code and tried your suggestion yesterday. Unfortunately it did not workout as expected. I did not check the provided templates to see of the LLD rules work using the UUID of the datastore's, of the name. If the latter is the case, then, provided you are intrested. I can cleanup my code and prepare a pull request. The issue is that there is no uuid for a datastore available (as far as I can tell) at the level of Datastoreinfo. |
This issue with VSAN datastores is still on-going in the most recent vmbix release. When running a discovery, vmbix errors out with: [VmBix.java:554] Parsing this request : ZBXDdatastore.discovery[*] Furthermore, when running the vmbix-object-sync - it also errors out at the datastore section: INFO - [vsphere_object_datastore] Importing objects of type [vsphere_object_datastore] into Zabbix Is there anything that I can do to help solve this? Thank you. |
Getting the release 2.0 up and running was quite trivial on a centos 7 machine.
The issue I am now facing is that the datastore(s) cannot be monitored. It might be an vsan specific thing, but I have the following symptoms.
And in the logging I see the following passing by:
Any ideas what is going on, the account that I use for monitoring has read-only access
The text was updated successfully, but these errors were encountered: