A collection of collectd plugins to publish metrics and events to OpenStack services.
Go to file
Ian Wienand a6cbc5f4a3 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: Iab6a4c116e3f12929fff79ad239d02400e725605
2019-03-24 20:33:19 +00:00
collectd_openstack Fix the misspelling of "available" 2019-01-22 12:04:15 +08:00
devstack Multi-node deployment configuration 2017-08-16 12:12:13 +01:00
doc/source Gnocchi documentation update with correct URL. 2018-01-30 13:01:17 +00:00
etc/collectd.conf.d Rename module collectd_ceilometer->collectd_openstack 2017-10-19 08:31:14 +00:00
kolla Update link for kolla 2018-01-31 21:01:10 +00:00
playbooks/legacy Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:19 +00:00
releasenotes omit the twice occured words in collectd-aodh-plugin-35e6c312ef89746e.yaml 2018-11-13 11:34:25 +08:00
tools modernize testing 2018-08-20 12:35:24 +01:00
.coveragerc Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
.gitignore modernize testing 2018-08-20 12:35:24 +01:00
.gitreview Update .gitreview for new repo name 2018-03-23 12:01:03 -05:00
.mailmap Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
.stestr.conf modernize testing 2018-08-20 12:35:24 +01:00
.testr.conf Refactor directory structure for multiple plugins 2016-12-05 18:07:32 +00:00
.zuul.yaml Rename to collectd-openstack-plugins 2018-03-23 11:59:58 -05:00
CONTRIBUTING.rst Update URLs in documentation 2017-08-16 09:34:37 +08:00
HACKING.rst Update URLs in documentation 2017-08-16 09:34:37 +08:00
LICENSE Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
MANIFEST.in Implement plugin 2016-01-18 15:45:47 +00:00
README.rst update readme urls 2018-08-20 11:38:10 +00:00
babel.cfg Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
openstack-common.conf Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
requirements.txt remove libvirt from requirements.txt 2018-03-14 17:58:20 +00:00
setup.cfg fix sdist name 2018-11-15 20:43:48 +00:00
setup.py Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
test-requirements.txt modernize testing 2018-08-20 12:35:24 +01:00
tox.ini fix tox python3 overrides 2018-08-20 11:39:01 +00:00

README.rst

collectd-openstack-plugins

Collectd plugins for publishing to OpenStack (gnocchi and aodh).

This repositiory contains collectd plugins for publishing telemetry data (metrics and events) gathered by collectd to gnocchi and aodh. This allows a more comprehensive set of platform telemetry to be made available to OpenStack which enables service assurance, fault management and monitoring.

Collateral

The following are links to background information, collateral and references to provide a clearer view on the need for this plugin, what it does and how it works:

Features

  • Gnocchi plugin (for collectd) ** Store collectd metrics in gnocchi
  • Aodh plugin (for collectd) ** Forward collectd notifications to aodh
  • Devstack plugin (for deploying the contents of this repo) ** Configure and deploy plugins ** Build collectd from source