-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.yaml
54 lines (43 loc) · 1.72 KB
/
config.yaml
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
45
46
47
48
49
50
51
52
53
54
##Uncomment the block and modify the defalt values
# resources:
# EBS:
# unused: 0 #submission of DiskWriteOps and DiskReadOps
# cloudwatch_metrics_days: 14
# cloudwatch_metrics_period: 1209600
# EC2:
# avgCpu: 1
# maxCpu: 1
# netInOut: 5000
# cloudwatch_metrics_days: 14
# cloudwatch_metrics_period: 1209600
# ELASTICSEARCH:
# sumCacheHitMiss: 0 #Submission of Cache Hit and Miss
# cloudwatch_metrics_days: 14
# cloudwatch_metrics_period: 1209600
# ELASTICACHE:
# sumCacheHitMiss: 0 #Submission of Cache Hit and Miss
# cloudwatch_metrics_days: 14
# cloudwatch_metrics_period: 1209600
# LB:
# connectionCount: 1
# cloudwatch_metrics_days: 14
# cloudwatch_metrics_period: 1209600
# RDS:
# connectionCount: 0
# cloudwatch_metrics_days: 14
# cloudwatch_metrics_period: 1209600
# REDSHIFT:
# dbConnectionCount: 0
# cloudwatch_metrics_days: 14
# cloudwatch_metrics_period: 1209600
# config:
# env:
# report_bucket: !ENV ${REPORT_BUCKET} #Value can be picked up via cloudformation
# channel_name: '-' #Slack Channel Name
# webhook_url: '-' #Slack Channel webhook url
# config: 'Null' #Configuration for Cloudwatch e.g. ebs=20, lb=15
# from_address: '-' #SES verified email address from which email is to be sent
# to_address: '-' #Email addresses of recipents (Comma Separated)
# ses_region: '-' #Region where SES is configured
# reporting_platform: '-' #Email/Slack/Email and Slack
# account_name: 'AWS Account'