-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.yml
More file actions
40 lines (37 loc) · 1.1 KB
/
config.yml
File metadata and controls
40 lines (37 loc) · 1.1 KB
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
falcon_url: 'http://127.0.0.1:1988/v1/push'
metric: 'cloud2falcon'
step: 60
period: 13
cloud:
- c_type: KSC
resource: elb
name: 'SLB'
to_falcon_template: 'ksc-elb'
ak: 'your access key'
sk: 'your secret key'
region: [{'name': 'cn-beijing-6', 'site': 'ksybj'}]
metric_list: ['slb.bps.in','slb.bps.out']
- c_type: KSC
resource: elb
name: 'SLB'
to_falcon_template: 'ksc-elb-max'
ak: 'your access key'
sk: 'your secret key'
region: [{'name': 'cn-beijing-6', 'site': 'ksybj'}]
metric_list: ['BandWidth']
- c_type: ALI
resource: connect
name: 'acs_express_connect'
to_falcon_template: 'ali-connect'
ak: 'your access key'
sk: 'your secret key'
region: [{"name": 'ap-southeast-5', "site": 'jktali'}]
metric_list: ['IntranetRX','ReceiveBandwidth']
- c_type: AWS
resource: NATGateway
name: 'NatGatewayId'
to_falcon_template: 'aws-nat'
ak: 'your access key'
sk: 'your secret key'
region: [{"name": 'ap-southeast-1', "site": 'sgpaws'}]
metric_list: ['ActiveConnectionCount', 'PacketsDropCount', 'ErrorPortAllocation']