![Helena McGough](/assets/img/avatar_default.png)
- Provided code that creates the collectd-aodh-plugin. Aodh alarms are created based on collectd notifications. Event alarms are created. - Included a .conf file for this change. - Added changes to the base.py file for the meters to facilitate this change. - Included a reno for this change. - Included tests for this change. Change-Id: I7db01df69104aded199a8c43e8c7b433ff549763
33 lines
672 B
Plaintext
33 lines
672 B
Plaintext
<LoadPlugin python>
|
|
Globals true
|
|
</LoadPlugin>
|
|
|
|
<Plugin python>
|
|
ModulePath "/opt/stack/collectd-ceilometer"
|
|
LogTraces true
|
|
Interactive false
|
|
Import "collectd_ceilometer.aodh.plugin"
|
|
|
|
<Module "collectd_ceilometer.aodh.plugin">
|
|
|
|
# Verbosity True|False
|
|
VERBOSE False
|
|
|
|
# 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 "aodh"
|
|
OS_PASSWORD "password"
|
|
OS_TENANT_NAME "service"
|
|
|
|
</Module>
|
|
</Plugin>
|
|
|