Fix logging of debug, info and warning levels.
Also configuration parameter VERBOSE is working again.
fixes problems:
* VERBOSE parameter can be changed at runtime
* Initial log level was unset, then there was nothing logged lower than
exception level. (for example configuration dump was not logged)
* Initial VERBOSE was set to True, then it was too much verbose. And
this flag was mean to be used for debugging problems.
NOTE: real log level is driven by collectd configuration, not by plugin
config.
Change-Id: Ia7048ccb74f27a5d5885b9c0bda17d6fba603e9b
Closes-Bug: #1664973
- Utilises the metrics/meters created by the ceilometer/gnochhi plugins.
- Added in some sample templates.
Change-Id: Id6de4a6769441060178ce7344e1d63c50098f4ac
Remove stable/newton as the specified branch for
collectd-ceilometer-plugin so that master is the default
branch for the example.
Change-Id: Iadda90b748d4204c7cc69035bb48696617913388
Closes-Bug: #1676783
- Add option to build collectd from source
- Clones, builds and installs collectd under the source repo
- Add install_requirements function
- Add config options:
- COLLECTD_INSTALL_TYPE
- COLLECTD_REPO
- COLLECTD_DIR
- COLLECTD_BRANCH
- COLLECTD_PREFIX
- Update documentation in doc/source/usage.rst
- Add service file for systemd
- Make sure the config dir is included
Partial-Bug: #1596966
Change-Id: I92156cf69438634c6340c21089538ff7ea716e6f
- Updated devstackGSG.rst to set CEILOMETER_BACKEND
- Added CEILOMETER_BACKEND to local.conf.minimal
- Added a reno for this bug fix
Change-Id: Ibbf606021a1f0dcc0db6c586e092b03df423a7a5
Closes-Bug: #1655611