-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
44 lines (42 loc) · 846 Bytes
/
config.yml
File metadata and controls
44 lines (42 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
aws:
access_key_id: XXXXXXXXXXXXXXX
secret_access_key: XXXXXXXXXXXXXXX
services:
# - "elb"
- "rds"
# - "ec2"
#- "billing"
regions:
#- "us-east-1"
#- "us-west-1"
#- "us-west-2"
- "eu-west-1"
#- "sa-east-1"
#- "ap-northeast-1"
#- "ap-southeast-1"
#- "ap-southeast-2"
elb:
group_name: "aws_elb"
group_label: "ELB Metrics"
dashboard: "AWS ELB"
rds:
group_name: "aws_rds"
group_label: "RDS Metrics"
dashboard: "AWS RDS"
ec2:
group_name: "aws_ec2_counts"
group_label: "EC2 Counts"
dashboard: "AWS EC2"
billing:
group_name: "aws_billing"
group_label: "AWS Billing"
dashboard: "AWS Billing"
sqs:
group_name: "aws_sqs"
group_label: "SQS Metrics"
dashboard: "AWS SQS"
filter: "substring"
graphite:
host: "graphite.wuaki.tv"
port: "2003"
path: "MYSQL.aws"