]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
make the autoscaling template easier to debug
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 23 Jul 2012 04:58:11 +0000 (14:58 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 23 Jul 2012 04:58:11 +0000 (14:58 +1000)
shorten the period and lower the thresholds

Change-Id: I3d621fadacc6e77002d100cf725d970671475106
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
templates/AutoScalingMultiAZSample.template

index 2ce589b99fdcfa3e1e71b608864f50dc2643c715..47e352ef80a881e49db456cac2db0d62e2194d75 100644 (file)
         "MetricName": "MemoryUtilization",
         "Namespace": "system/linux",
         "Statistic": "Average",
-        "Period": "300",
-        "EvaluationPeriods": "2",
-        "Threshold": "90",
+        "Period": "60",
+        "EvaluationPeriods": "1",
+        "Threshold": "50",
         "AlarmActions": [ { "Ref": "WebServerScaleUpPolicy" } ],
         "Dimensions": [
           {
         "MetricName": "MemoryUtilization",
         "Namespace": "system/linux",
         "Statistic": "Average",
-        "Period": "300",
-        "EvaluationPeriods": "2",
-        "Threshold": "70",
+        "Period": "60",
+        "EvaluationPeriods": "1",
+        "Threshold": "15",
         "AlarmActions": [ { "Ref": "WebServerScaleDownPolicy" } ],
         "Dimensions": [
           {