make the autoscaling template easier to debug

shorten the period and lower the thresholds

Change-Id: I3d621fadacc6e77002d100cf725d970671475106
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
Angus Salkeld
2012-07-23 14:58:11 +10:00
parent c91b8d53f2
commit deebc5c42a

View File

@@ -101,9 +101,9 @@
"MetricName": "MemoryUtilization", "MetricName": "MemoryUtilization",
"Namespace": "system/linux", "Namespace": "system/linux",
"Statistic": "Average", "Statistic": "Average",
"Period": "300", "Period": "60",
"EvaluationPeriods": "2", "EvaluationPeriods": "1",
"Threshold": "90", "Threshold": "50",
"AlarmActions": [ { "Ref": "WebServerScaleUpPolicy" } ], "AlarmActions": [ { "Ref": "WebServerScaleUpPolicy" } ],
"Dimensions": [ "Dimensions": [
{ {
@@ -121,9 +121,9 @@
"MetricName": "MemoryUtilization", "MetricName": "MemoryUtilization",
"Namespace": "system/linux", "Namespace": "system/linux",
"Statistic": "Average", "Statistic": "Average",
"Period": "300", "Period": "60",
"EvaluationPeriods": "2", "EvaluationPeriods": "1",
"Threshold": "70", "Threshold": "15",
"AlarmActions": [ { "Ref": "WebServerScaleDownPolicy" } ], "AlarmActions": [ { "Ref": "WebServerScaleDownPolicy" } ],
"Dimensions": [ "Dimensions": [
{ {