collectd-openstack-plugins/releasenotes/notes/bug-1681392-983ccc16bf0f2f69.yaml
Helena McGough 4180fb5a76 Updated _get_alarm_state function
- Get the state of an alarm based on the severity of the collectd
   notification that is sent and not the message.
 - Added a bug fix reno for this.
 - Reduced the probability that the state will return "insufficient
   data".

Change-Id: Ic993337aa49aed1d189708f5d8cd3935e6d1bbe1
Closes-bug: #1681392
Closes-bug: #1672301
2017-06-26 17:46:37 +00:00

14 lines
597 B
YAML

---
fixes:
- |
Fixes 'bug 1681392 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1681392'.
Changed the way the state of the alarm is set to depend on the severity of
the notification sent. Messages are subject to change based on the collectd
plugin that sent the notification. This is a more reliable method to set the
state of an alarm.
- |
Fixes 'bug 1672301 https://bugs.launchpad.net/collectd-ceilometer-plugin/+bug/1672301'.
Changed the why the state of an alarm is set thus reducing the possibility
that it will result in an "insufficient data" state.