-
Notifications
You must be signed in to change notification settings - Fork 10
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
GlusterFS Support #2
Comments
I also thought about this, but afaik the Gluster information aren't available via API. What I also noticed is, that information in WebUI is a couple of minutes behind information of gluster command (you can see this if you try to self heal a host). Let me talk with the oVirt developers about Gluster information in API and age of this information. If these information are available via API I can add them to the plugin. |
@jaymefSO Gluster volumes Check for Gluster volume with status up Check for Gluster volume engine with status up Gluster bricks Check for online Gluster bricks in cluster Default Check for online Gluster bricks in cluster Default, but only for Gluster volume engine |
The latest additions are looking great, I had a chance to test this some more today. Pulling down a host and stopping glusterFS is showing brick status changing almost instantly in the check script. The warning and critical checks seem to be functioning as well. My only suggestion at this point would be the two following items (if even possible)
These are both stats present in the engine GUI but not sure if reported via ovirt API. Thank you so much for implementing these changes, it will help us a lot! |
I would also love to see un-synced entries, but I think this isn't available in API (at least not in RHV 4.1) and during tests I realised that it's a few minutes off (compared to gluster volume command on host directly). Disk space is available in API, but haven't figured out yet which value is the correct one :) |
Thanks for your work on this plugin and the update for new API. I was wondering if there are any plans to add check support for GlusterFS/Brick monitoring. Thanks!
The text was updated successfully, but these errors were encountered: