diff --git a/etc/collectd.conf.d/collectd-gnocchi-plugin.conf b/etc/collectd.conf.d/collectd-gnocchi-plugin.conf new file mode 100644 index 0000000..8162e93 --- /dev/null +++ b/etc/collectd.conf.d/collectd-gnocchi-plugin.conf @@ -0,0 +1,34 @@ + + Globals true + + + + ModulePath "/opt/stack/collectd-ceilometer-plugin" + LogTraces true + Interactive false + Import "collectd_ceilometer.gnocchi.plugin" + + + + # Verbosity True|False + VERBOSE True + + # Batch size + BATCH_SIZE "1" + + # Service endpoint addresses + 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" + + +