A collection of collectd plugins to publish metrics and events to OpenStack services.
Go to file
Mark O'Neill 99bf568763 Add unit mappings for new plugins collectd 5.7.2
Unit mappings for dpdkstat, hugepages, intel_rdt

Change-Id: Ia06d61493a2a0600684520960f5cf5b9297e0b70
2017-08-01 16:03:47 +00:00
collectd_ceilometer Add unit mappings for new plugins collectd 5.7.2 2017-08-01 16:03:47 +00:00
devstack Make alarm severity configurable 2017-06-30 10:04:57 +00:00
doc/source Merge "Update docs to include Aodh and Gnocchi" 2017-07-26 16:26:00 +00:00
etc/collectd.conf.d Make alarm severity configurable 2017-06-30 10:04:57 +00:00
kolla Fixed documentation formatting 2017-05-04 10:15:39 +00:00
releasenotes Included the aodh sender class in the common one 2017-06-30 12:41:49 +00:00
tools Merge "Added a delete tool for alarms" 2017-05-19 11:12:42 +00:00
.coveragerc Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
.gitignore Add reno to the repo 2016-12-06 15:28:00 +00:00
.gitreview Added .gitreview 2015-11-08 20:04:59 +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
babel.cfg Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
CONTRIBUTING.rst Add rst heading definitions 2017-04-10 15:38:53 +00:00
HACKING.rst Add rst heading definitions 2017-04-10 15:38:53 +00:00
LICENSE Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
local.conf Provide Vagrant configuration file. 2016-10-13 18:42:27 +00:00
MANIFEST.in Implement plugin 2016-01-18 15:45:47 +00:00
openstack-common.conf Apply cookie cutter template. 2015-12-18 14:12:42 +00:00
README.rst Update docs to include Aodh and Gnocchi 2017-07-13 17:36:26 +00:00
requirements.txt Added six to requirements 2017-02-22 12:08:39 +00:00
setup.cfg Drop py34 target in tox.ini and setup.cfg 2017-04-11 20:29:32 +08: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 Drop py34 target in tox.ini and setup.cfg 2017-04-11 20:29:32 +08:00
Vagrantfile Provide Vagrant configuration file. 2016-10-13 18:42:27 +00:00

collectd-ceilometer-plugin

Collectd plugins for publishing to OpenStack (Ceilometer, Gnocchi and Aodh).

This repositiory contains collectd plugins for publishing telemetry data (metrics and events) gathered by collectd to Ceilometer, 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

  • Ceilometer plugin (for collectd) ** Converts from collectd data sources to Ceilometer format ** Adds units for Ceilometer
  • 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