collectd-openstack-plugins/etc/collectd.conf.d/collectd-ceilometer-plugin.conf
Helena McGough 606902c455 DevStack enablement of the collectd-ceilometer custom units feature
- 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
2017-01-11 10:18:08 +00:00

37 lines
768 B
Plaintext

<LoadPlugin python>
Globals true
</LoadPlugin>
<Plugin python>
ModulePath "/opt/stack/collectd-ceilometer-plugin"
LogTraces true
Interactive false
Import "collectd_ceilometer.ceilometer.plugin"
<Module "collectd_ceilometer.ceilometer.plugin">
# Verbosity True|False
VERBOSE False
# Batch size
BATCH_SIZE "1"
# Service endpoint addresses
OS_AUTH_URL "<OS_AUTH_URL>"
# Ceilometer address
CEILOMETER_URL_TYPE "internalURL"
# Ceilometer timeout in ms
CEILOMETER_TIMEOUT "1000"
# # Ceilometer user creds
OS_USERNAME "ceilometer"
OS_PASSWORD "password"
OS_TENANT_NAME "service"
<UNITS>
</UNITS>
</Module>
</Plugin>