collectd-openstack-plugins/doc/source/examples/local.conf.minimal
Jaroslav Safka f903de3f10 Fix plugin logging
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
2017-07-19 09:32:41 +00:00

32 lines
734 B
Plaintext

[[local|localrc]]
HOST_IP=<SINGLE NODE IP>
VERBOSE=True
FORCE=yes
MYSQL_PASSWORD=password
DATABASE_PASSWORD=password
RABBIT_PASSWORD=password
ADMIN_PASSWORD=password
SERVICE_PASSWORD=password
HORIZON_PASSWORD=password
SERVICE_TOKEN=tokentoken
disable_all_services
enable_service key
enable_service mysql
enable_service rabbit
enable_service dstat
enable_plugin ceilometer https://github.com/openstack/ceilometer master
# Ceilometer requires a backend, selected default is mysql.
# For more options refer to devstackGSG.rst
CEILOMETER_BACKEND=mysql
enable_plugin collectd-ceilometer https://github.com/openstack/collectd-ceilometer-plugin
COLLECTD_INSTALL=True
COLLECTD_CEILOMETER_VERBOSE=False
COLLECTD_CEILOMETER_ENABLED=True