collectd-openstack-plugins/releasenotes/notes/severity-conf-8f336e1bfa3ad06b.yaml
Helena McGough 1437e06bf1 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
2017-06-30 10:04:57 +00:00

9 lines
433 B
YAML

---
- features:
Included a new feature that allows you to specify the severity of any alarm
created on a meter/metric. This can be specified in the local.conf using the
configuration option "COLLECTD_AODH_SEVERITIES" and will be configured on
deployment with devStack. If left unset the alarms severity will default
to "moderate". Included more detailed usage instructions in devStackGSG.rst
for this new feature.