{% extends "apps/base.html" %} {% block header %}
Start with units: {{ auto_scale.minUnits }}
Expression: {{ auto_scale.scaleUp.metric }} {{ auto_scale.scaleUp.operator }} {{ auto_scale.scaleUp.value }}
Step (in units): {{ auto_scale.scaleUp.step }}
Wait time (in seconds): {{ auto_scale.scaleUp.wait }}
Expression: {{ auto_scale.scaleDown.metric }} {{ auto_scale.scaleDown.operator }} {{ auto_scale.scaleDown.value }}
Step (in units): {{ auto_scale.scaleDown.step }}
Wait time (in seconds): {{ auto_scale.scaleDown.wait }}
{% if events %}action | start | end | successful | error |
---|---|---|---|---|
{{ event.Action.Name}} | {{ event.StartTime }} | {{ event.EndTime }} | {{ event.Successful }} | {{ event.Error }} |