-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.example.yaml
46 lines (45 loc) · 1.03 KB
/
config.example.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
listen: ':9876'
targets:
http:
- name: 'google'
url: 'https://www.google.com/'
rps: 0.5 # 2 RPS
timeout: '1s'
- name: 'kubernetes-internal'
url: 'http://kubernetes.default.svc'
rps: 2.0
timeout: '1s'
tls_skip_verify: true
- name: 'host-header'
url: http://apps.private.okd4.teh-1.snappcloud.io
rps: 1.0
timeout: '3s'
host: health-be.apps.private.okd4.teh-1.snappcloud.io
dns:
- name: 'google'
domain: 'google.com'
record_type: 'A'
rps: 1.0
timeout: '2s'
- name: 'health-be-svc'
domain: 'health-be.monitoring.svc.cluster.local'
record_type: 'A'
rps: 1.0
timeout: '2s'
server_ip: 8.8.8.8
server_port: 53
k8s:
enabled: false
simple-probe:
- namespace: monitoring
rps: 1.0
icmp:
- name: 'google'
host: 'www.google.com'
rps: 0.5 # 2 RPS
timeout: '1s'
ttl: 100
- name: 'digikala'
host: 'www.digikala.com'
rps: 0.5 # 2 RPS
timeout: '1s'