- Change the config variable name.
- The config variable no longer references ceilometer.
- It is now clearer that the config variable is for all plugins
- The variable is a noun instead of a verb, so it's clearer that
this is something to define, instead of a boolean.
- Update docs
- Added a clarification on the format of the custom unit definition.
- Corrected incorrect reference to COLLECTD_CEILOMETER_UNITS in
devstackGSG.rst and usage.rst
Closes-Bug: #1656877
Change-Id: Ie688397242d57cf0fee6629fafb89afd8899a599
- Added deployment code for custom units enablement
- Updated the DevStack documentation to provide instructions on
how to enable this feature
- Editted the collectd-ceilometer-plugin.conf file to enable the
feature
- Added a reno for this change
Change-Id: Ia93da4abdf066ba677dcb3ee0e44388c06d97ff5
When installing collectd is usually automatically started. If it is
already running, the start operation has no effects. Therfore, to make
any configuration setting effective it has to be instead restarted
(stop + start).
Collectd log file is stored by logfile plugin to stack log folder.
The actual location of this file can be configured.
Verbosity of plugin can be increased to make debug messages visible
when running inside a collectd release compiled without deubgging
support. This option is mainly useful for plugin developers.
Related-Bug: #1606338
Change-Id: I658c1c3837970f3732ea64acd791838ee54c61ac
* Adding fuction to check if collectd config folder exists, and create
the folder if it doesn't.
Change-Id: I87d2e233d6db7db083aa6795037f9e73fe708b80
Closes-Bug: #1596971
Add COLLECTD_CONF_DIR config option so that a non-default config
dir can be specified for collectd.
Closes-Bug #1583282
Change-Id: Ic697b9e35f6d3b063e53dca2cb44fa24f8be3598
Adds the COLLECTD_INSTALL option which toggles whether collectd is installed.
Defaults to True.
Should be set to False to use custom versions of collectd.
Closes-Bug #1567521
Change-Id: I8235e19ae90f6a3af21117cb07534831801d52d3
Add functionality to the plugin:
- Convert from collectd data sources to Ceilometer format
- Add unit mappings for Ceilometer
- Define resource IDs
- Add unit tests
Change-Id: Ica1f49ea3c9bbc4bc857044dea7da39869b33bba