Skip to content

Commit

Permalink
Increase points to alarm for memory usage poll (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanielRN authored Oct 11, 2021
1 parent 3d0cccd commit f7374ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# AWS Client API Constants

COMMON_ALARM_API_PARAMETERS = {
"EvaluationPeriods": 4,
"DatapointsToAlarm": 3,
"EvaluationPeriods": 5,
"DatapointsToAlarm": 5,
"ComparisonOperator": "GreaterThanOrEqualToThreshold",
"TreatMissingData": "ignore",
}
Expand Down

0 comments on commit f7374ac

Please sign in to comment.