From 4f30eecf3d445a044a13206f81ec451431447907 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Tue, 13 Nov 2012 09:54:40 +0000 Subject: [PATCH] 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 --- templates/AutoScalingMultiAZSample.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/AutoScalingMultiAZSample.template b/templates/AutoScalingMultiAZSample.template index da98cd5c13..b7ec6c417b 100644 --- a/templates/AutoScalingMultiAZSample.template +++ b/templates/AutoScalingMultiAZSample.template @@ -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",