collectd-openstack
collectd-openstack copied to clipboard
collectd plugins for openstack
I am currently running collectd plugins on the basis of your base.py I am writing to the log what the interval is in the subclass and also when the config...
I copied the py files into the /usr/lib64/collectd/ directory (where the other collectd plugins are located) and then used the following conf file (just showing the keystone one): LoadPlugin python...
``` ./collectd -T openstack-keystone: failed to get stats :: Authorization Failed: The resource could not be found. (HTTP 404) (Request-ID: req-56dd66a4-b85b-446c-8f29-05e6a622f2eb) :: Traceback (most recent call last): File "/home/fedora/collectd-openstack/plugins/base.py", line...
Hi, Kilo Version Openstack glance OpenStack Compute (Nova) Openstack Cinder OpenstacK Neutron OS :UBUNTU 14.4 Collectd: Iam trying to see openstack logs in Graphite dashboard . Iam able to see...
It seems that this plugin fails to cover the use case where you only have access to a project, throwing this error: ``` failed to get stats :: You are...
Before building packages it would be very helpful to have a one line installer for these plugins. Or another idea: how about a `Makefile` with an install `target`?
My setup: OpenStack Compute (Nova): 2015.1 OS: CentOS 7.1 collectd: 5.5.0 Log message: Aug 27 11:01:06 controller collectd[6660]: openstack-nova: failed to get stats :: 'NovaPlugin' object has no attribute 'AllocationRatioCores'...
Right now it's doing a separate query per tenant, even if reusing the client.
This is problematic as we end up with many keystone calls. Issue is with the limits.get() call in cinderclient not taking the tenant.id. A workaround that worked for the novaclient...
Seems the project_id is not always returned as a os-extended-attr in the snapshots query: ``` { "status": "available", "display_name": "snapshot for base-jenkins-agent", "created_at": "2014-03-27T05:55:15.000000", "display_description": "", "volume_id": "e3b40183-8752-4b9d-948f-e9e7a0187a38", "metadata": {...