6bdb01a936
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. |
||
---|---|---|
collectd_openstack | ||
devstack | ||
doc/source | ||
etc/collectd.conf.d | ||
kolla | ||
playbooks/legacy | ||
releasenotes | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.stestr.conf | ||
.testr.conf | ||
.zuul.yaml | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.
- Free software: Apache license
- Source: https://git.openstack.org/cgit/openstack/collectd-openstack-plugins
- Getting Started Guide:
-
https://git.openstack.org/cgit/openstack/collectd-openstack-plugins/tree/doc/source/GSG.rst
- Installing collectd-openstack-plugins with DevStack:
-
https://git.openstack.org/cgit/openstack/collectd-openstack-plugins/tree/doc/source/devstackGSG.rst
- Bugs: https://bugs.launchpad.net/collectd-ceilometer-plugin
- Contact: E-mail the dev mailing list with the [collectd-openstack-plugins] tag
-
mailto:openstack-dev@lists.openstack.org?subject=[collectd-openstack-plugins]
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:
- Official collectd website:
- Information on how collectd is enabled for Openstack:
-
https://01.org/openstack/blogs/emmalfoley/2016/collectd-enabling-openstack
- Presentation on how collectd, ceilometer and DPDK work together:
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