heat templates : align autoscaling alarm descriptions with values
The description doesn't match the actual values for the alarms Change-Id: I46201b75be075f4e4ac32d40031bc17b0786bb1f Signed-off-by: Steven Hardy <shardy@redhat.com>
This commit is contained in:
parent
ba00a025d4
commit
4f30eecf3d
@ -136,7 +136,7 @@
|
||||
"MEMAlarmHigh": {
|
||||
"Type": "AWS::CloudWatch::Alarm",
|
||||
"Properties": {
|
||||
"AlarmDescription": "Scale-up if MEM > 90% for 10 minutes",
|
||||
"AlarmDescription": "Scale-up if MEM > 50% for 1 minute",
|
||||
"MetricName": "MemoryUtilization",
|
||||
"Namespace": "system/linux",
|
||||
"Statistic": "Average",
|
||||
@ -156,7 +156,7 @@
|
||||
"MEMAlarmLow": {
|
||||
"Type": "AWS::CloudWatch::Alarm",
|
||||
"Properties": {
|
||||
"AlarmDescription": "Scale-down if MEM < 70% for 10 minutes",
|
||||
"AlarmDescription": "Scale-down if MEM < 15% for 1 minute",
|
||||
"MetricName": "MemoryUtilization",
|
||||
"Namespace": "system/linux",
|
||||
"Statistic": "Average",
|
||||
|
Loading…
x
Reference in New Issue
Block a user