Skip to content

Commit

Permalink
fixed 'less than' metric
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnowski committed Apr 1, 2015
1 parent dcd3a72 commit 01baf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion senza/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def component_auto_scaling_group_metric_cpu(asg_name, definition, configuration,
"EvaluationPeriods": "2",
"Statistic": "Average",
"Threshold": configuration["ScaleDownThreshold"],
"ComparisonOperator": "LowerThanThreshold",
"ComparisonOperator": "LessThanThreshold",
"Dimensions": [
{
"Name": "AutoScalingGroupName",
Expand Down

0 comments on commit 01baf98

Please sign in to comment.