0c6236d776
Currently, when one of Monasca's alarm transitions to the ALARM state, the webhook associated with the Alarm is only invoked once. This is inconvenient when the user wants to create a stack which will automatically scale up or scale down more than once if the alarm state continues to be in the same state. The new added property 'PERIOD' will now allow the user to tell Monasca to periodically invoke the webhook until the ALARM state transitions back to an OK state. To conform to the existing Heat autoscaling behaviour, we manually create the monasca notification resource in Heat with a default value of 60 only for the webhook notification type. Change-Id: I2466911efa8d05dfe497f521885464ab90b0ae8e
11 lines
625 B
YAML
11 lines
625 B
YAML
---
|
|
features:
|
|
- Add optional 'period' property for Monasca Notification resource. The new
|
|
added property will now allow the user to tell Monasca the interval in
|
|
seconds to periodically invoke a webhook until the ALARM state transitions
|
|
back to an OK state or vice versa. This is useful when the user wants to
|
|
create a stack which will automatically scale up or scale down more than
|
|
once if the alarm state continues to be in the same state. To conform to
|
|
the existing Heat autoscaling behaviour, we manually create the monasca
|
|
notification resource in Heat with a default interval value of 60.
|