de5d0375e3ce6bc01d5ea6687b0b82ca6c120a0c
When creating the collectd-ceilometer-plugin.conf file, incorrect values were used This commit changes the following variables: - OS_USERNAME "$OS_USERNAME" -> OS_USERNAME "ceilometer" the service username is hardcoded, and OS_USERNAME overrides an existing variable used by OpenStack - OS_PASSWORD "$OS_PASSWORD" -> OS_PASSWORD "$SERVICE_PASSWORD" these are usually identical for devstack, but can be set differently - OS_TENANT_NAME "service" -> OS_TENANT_NAME "$SERVICE_TENANT_NAME" set to service by default. This change also removes the code that overwrote the OS_USERNAME and OS_PASSWORD variables in devstack/settings Change-Id: I9c8435766aa8448210bf06676f4e06d8fbf3a7a8 Closes-Bug: #1605352
collectd-ceilometer-plugin
OpenStack Ceilometer plugin for collectd.
This plugin for collectd publishes telemetry data gathered by collectd to Ceilometer. This enables a more comprehensive telemetry set to be made available to Ceilometer which will enable smarter scheduling and environmental service assurance monitoring.
- Free software: Apache license
- Documentation: http://docs.openstack.org/developer/collectd-ceilometer-plugin
- Source: http://git.openstack.org/cgit/openstack/collectd-ceilometer-plugin
- Bugs: http://bugs.launchpad.net/collectd-ceilometer-plugin
- Contact: E-mail the dev mailing list with the [collectd-ceilometer-plugin] tag
-
mailto:openstack-dev@lists.openstack.org?subject=[collectd-ceilometer-plugin]
Features
- Converts from collectd data sources to Ceilometer format
- Adds units for Ceilometer
- Devstack plugin
- Configure and deploy plugin
Description
A collection of collectd plugins to publish metrics and events to OpenStack services.
Languages
Python
91.1%
Shell
5.7%
reStructuredText
3.1%