collectd-openstack-plugins/etc/collectd.conf.d/collectd-gnocchi-plugin.conf
Emma Foley 2e690a324c Add example gnocchi file
- Add a sample collectd-gnocchi-plugin.conf

Change-Id: Ie7997d0c4b35964002693ea0cc83d66372b56191
2017-01-17 09:55:32 +00:00

35 lines
729 B
Plaintext

<LoadPlugin python>
Globals true
</LoadPlugin>
<Plugin python>
ModulePath "/opt/stack/collectd-ceilometer-plugin"
LogTraces true
Interactive false
Import "collectd_ceilometer.gnocchi.plugin"
<Module "collectd_ceilometer.gnocchi.plugin">
# Verbosity True|False
VERBOSE True
# 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 "gnocchi"
OS_PASSWORD "password"
OS_TENANT_NAME "service"
</Module>
</Plugin>