b5cb3b4158
Rename the module to fit with the repo rename Change-Id: I8f3c5a3d1f481a82d742b0b00a52a6d78d76630d
38 lines
789 B
Plaintext
38 lines
789 B
Plaintext
<LoadPlugin python>
|
|
Globals true
|
|
</LoadPlugin>
|
|
|
|
<Plugin python>
|
|
ModulePath "/opt/stack/collectd-ceilometer-plugin"
|
|
LogTraces true
|
|
Interactive false
|
|
Import "collectd_openstack.aodh.plugin"
|
|
|
|
<Module "collectd_openstack.aodh.plugin">
|
|
|
|
# Verbosity True|False
|
|
VERBOSE False
|
|
|
|
# Service endpoint addresses
|
|
OS_AUTH_URL "<OS_AUTH_URL>"
|
|
|
|
# Plugin address
|
|
#CEILOMETER_URL_TYPE "internalURL"
|
|
|
|
# Plugin timeout in ms
|
|
#CEILOMETER_TIMEOUT "1000"
|
|
|
|
# # Plugin user creds
|
|
OS_USERNAME "aodh"
|
|
OS_PASSWORD "password"
|
|
OS_TENANT_NAME "service"
|
|
|
|
# Libvirt meter enabled
|
|
LIBVIRT_METER_ENABLED False
|
|
|
|
<ALARM_SEVERITIES>
|
|
</ALARM_SEVERITIES>
|
|
</Module>
|
|
</Plugin>
|
|
|