A collection of collectd plugins to publish metrics and events to OpenStack services.
Go to file
OpenDev Sysadmins e0215bf7d0 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:30 +00:00
collectd_openstack Add DEFAULT_ARCHIVE_POLICY config option for gnocchi 2018-03-14 19:03:38 +00: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 OpenDev Migration Patch 2019-04-19 19:50:30 +00:00
releasenotes Add release note for metername update 2017-09-06 08:50:18 +00:00
tools Update delete_metrics.sh tool 2017-09-26 16:34:32 +00:00
.coveragerc Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
.gitignore Removing vagrant support 2017-08-28 16:19:38 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:50:30 +00:00
.mailmap Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
.testr.conf Refactor directory structure for multiple plugins 2016-12-05 18:07:32 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:50:30 +00: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 Add link to DevStack Getting Started Guide 2017-11-15 12:30:33 +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 Rename module collectd_ceilometer->collectd_openstack 2017-10-19 08:31:14 +00:00
setup.py Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
test-requirements.txt Add reno to the repo 2016-12-06 15:28:00 +00:00
tox.ini Rename module collectd_ceilometer->collectd_openstack 2017-10-19 08:31:14 +00:00

README.rst

collectd-ceilometer-plugin

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