From: Angus Salkeld Date: Mon, 23 Jul 2012 04:58:11 +0000 (+1000) Subject: make the autoscaling template easier to debug X-Git-Tag: 2014.1~1572 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=deebc5c42aa900ee1543c6d6d791fea3e274cd4e;p=openstack-build%2Fheat-build.git make the autoscaling template easier to debug shorten the period and lower the thresholds Change-Id: I3d621fadacc6e77002d100cf725d970671475106 Signed-off-by: Angus Salkeld --- diff --git a/templates/AutoScalingMultiAZSample.template b/templates/AutoScalingMultiAZSample.template index 2ce589b9..47e352ef 100644 --- a/templates/AutoScalingMultiAZSample.template +++ b/templates/AutoScalingMultiAZSample.template @@ -101,9 +101,9 @@ "MetricName": "MemoryUtilization", "Namespace": "system/linux", "Statistic": "Average", - "Period": "300", - "EvaluationPeriods": "2", - "Threshold": "90", + "Period": "60", + "EvaluationPeriods": "1", + "Threshold": "50", "AlarmActions": [ { "Ref": "WebServerScaleUpPolicy" } ], "Dimensions": [ { @@ -121,9 +121,9 @@ "MetricName": "MemoryUtilization", "Namespace": "system/linux", "Statistic": "Average", - "Period": "300", - "EvaluationPeriods": "2", - "Threshold": "70", + "Period": "60", + "EvaluationPeriods": "1", + "Threshold": "15", "AlarmActions": [ { "Ref": "WebServerScaleDownPolicy" } ], "Dimensions": [ {