Make alarm severity configurable

- Enabled the user to configure the severity of alarms triggered
   by metrics/meters
 - Provided/Updated documentation for this changea
 - Included all of the necessary tests for this change
 - Included a reno for this change

Change-Id: Icefe2edf7695c4a8b3d5838844e2514b9876967f
This commit is contained in:
Helena McGough
2017-06-30 09:03:40 +00:00
parent 4180fb5a76
commit 1437e06bf1
12 changed files with 332 additions and 33 deletions

View File

@@ -44,6 +44,9 @@ fi
COLLECTD_CEILOMETER_UNITS=${COLLECTD_CEILOMETER_CUSTOM_UNITS:-none}
COLLECTD_GNOCCHI_UNITS=${COLLECTD_GNOCCHI_CUSTOM_UNITS:-none}
# Custom alarm severities feature
COLLECTD_ALARM_SEVERITIES=${COLLECTD_AODH_SEVERITIES:-none}
# User defined requirements
COLLECTD_ADDITIONAL_PACKAGES=${COLLECTD_ADDITIONAL_PACKAGES:-''}
COLLECTD_REQUIREMENTS=''