Skip to content

Commit

Permalink
update aws dashboards and rules period/threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultlaurens committed Dec 21, 2016
1 parent 4a713b4 commit 8603089
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dynamodb/dashboards/dynamodb.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: dynamodb
annotations: []
period: 600
period: 3600
locked: false
positions:
- title: aws.dynamo_db.provisioned_read_capacity_units.max
Expand Down
2 changes: 1 addition & 1 deletion ec2/rules/ec2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ criteria:
scope:
tag: ec2
condition:
timeout: 600
timeout: 1800
threshold: 0
operator: gt
actions:
Expand Down
2 changes: 1 addition & 1 deletion elasticache/dashboards/elasticache.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: elasticache
annotations: []
period: 600
period: 3600
locked: false
positions:
- title: 'aws.elasticache.cache_hits.*'
Expand Down
2 changes: 1 addition & 1 deletion elb/dashboards/elb.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: elb
annotations: []
period: 600
period: 3600
locked: false
positions:
- title: aws.elb.latency.max
Expand Down
2 changes: 1 addition & 1 deletion rds/dashboards/rds.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: rds
annotations: []
period: 600
period: 3600
locked: false
positions:
- title: aws.rds.database_connections.count
Expand Down
2 changes: 1 addition & 1 deletion redshift/dashboards/redshift.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
title: redshift
annotations: []
period: 600
period: 3600
locked: false
positions:
- title: aws.redshift.cpu_utilization.max
Expand Down

0 comments on commit 8603089

Please sign in to comment.