Skip to content

Commit

Permalink
adds an ec2 pack
Browse files Browse the repository at this point in the history
  • Loading branch information
sacreman committed Oct 21, 2016
1 parent efcba33 commit 14d2ce8
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 0 deletions.
Empty file added ec2/README.md
Empty file.
146 changes: 146 additions & 0 deletions ec2/dashboards/ec2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
title: ec2
annotations: []
period: 3600
locked: false
positions:
- title: Instance Status
data_type: boolean
type: status
color: red
icon: true
filter: avg
legend: false
row: 1
col: 1
size_x: 1
size_y: 2
series:
- metric: 'source:status'
scope:
tag: ec2
- title: cpu utilisation (max)
data_type: number
type: detailed-chart
color: navy
icon: true
filter: avg
legend: false
row: 1
col: 2
size_x: 3
size_y: 2
series:
- metric: aws.ec2.cpu_utilization.max
scope:
tag: ec2
- title: Top CPU
data_type: number
type: top-ten
color: navy
icon: true
filter: avg
legend: false
row: 1
col: 5
size_x: 3
size_y: 2
series:
- metric: aws.ec2.cpu_utilization.max
scope:
tag: ec2
- title: aws.ec2.disk_read_ops.max
data_type: number
type: detailed-chart
color: orange
icon: true
filter: avg
legend: false
row: 3
col: 1
size_x: 2
size_y: 2
series:
- metric: aws.ec2.disk_read_ops.max
scope:
tag: ec2
- title: aws.ec2.disk_write_ops.max
data_type: number
type: detailed-chart
color: orange
icon: true
filter: avg
legend: false
row: 3
col: 3
size_x: 2
size_y: 2
series:
- metric: aws.ec2.disk_write_ops.max
scope:
tag: ec2
- title: Top Disk
data_type: number
type: top-ten
color: orange
icon: true
filter: avg
legend: false
row: 3
col: 5
size_x: 3
size_y: 2
series:
- metric: aws.ec2.disk_read_ops.max
scope:
tag: ec2
- metric: aws.ec2.disk_write_ops.max
scope:
tag: ec2
- title: aws.ec2.network_in.max
data_type: number
type: detailed-chart
color: olive
icon: true
filter: avg
legend: false
row: 5
col: 1
size_x: 2
size_y: 2
series:
- metric: aws.ec2.network_in.max
scope:
tag: ec2
- title: aws.ec2.network_out.max
data_type: number
type: detailed-chart
color: olive
icon: true
filter: avg
legend: false
row: 5
col: 3
size_x: 2
size_y: 2
series:
- metric: aws.ec2.network_out.max
scope:
tag: ec2
- title: Top Network
data_type: number
type: top-ten
color: olive
icon: true
filter: avg
legend: false
row: 5
col: 5
size_x: 3
size_y: 2
series:
- metric: aws.ec2.network_in.max
scope:
tag: ec2
- metric: aws.ec2.network_out.max
scope:
tag: ec2
9 changes: 9 additions & 0 deletions ec2/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
title: Docker
author: Dataloop.IO
version: 1.0.0
description: Dashboards and alert rules for EC2 instances monitored with the AWS integration
instructions_required: true
icon:
name: ec2
background: orange
foreground: white
12 changes: 12 additions & 0 deletions ec2/rules/ec2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
title: ec2
criteria:
- metric: aws.ec2.status_check_failed_system.count
scope:
tag: ec2
condition:
timeout: 120
threshold: 0
operator: gt
actions:
- emails: []
message: ''

0 comments on commit 14d2ce8

Please sign in to comment.