-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
config
76 lines (74 loc) · 1.33 KB
/
config
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
options => {
listen = any
zones_strict_data = true,
tcp_threads = 2,
state_dir = /etc/gdnsd/,
acme_challenge_dns_ttl = 300,
tcp_timeout = 157,
tcp_clients_per_thread = 1024,
}
service_types => {
cpweb => {
plugin => http_status,
port => 80,
ok_codes => [ 200 ],
url_path => /check
vhost => health.wikitide.net
up_thresh => 3,
ok_thresh => 3,
down_thresh => 3,
interval => 7,
timeout => 5,
}
}
plugins => {
weighted => {
multi = false
service_types = up # need to monitor
up_thresh = 0.5
swift => {
multi => true
addrs_v6 => {
swiftproxy161 = [ 2602:294:0:b13::109, 1 ]
swiftproxy171 = [ 2602:294:0:b23::109, 1 ]
}
},
jobrunner => {
addrs_v4 => {
mwtask151 = [ 10.0.15.150, 1 ]
mwtask161 = [ 10.0.16.157, 1 ]
mwtask171 = [ 10.0.17.144, 1 ]
mwtask181 = [ 10.0.18.106, 1 ]
}
}
}
geoip => {
maps => {
generic-map => {
geoip2_db => /usr/share/GeoIP/GeoLite2-Country.mmdb
datacenters => [us]
map => {
default => [us],
},
},
},
resources => {
cp => {
map => generic-map
service_types => cpweb
dcmap => {
us => {
addrs_v4 => {
cp36 => 38.46.223.205,
cp37 => 38.46.223.206
},
addrs_v6 => {
cp36 => 2602:294:0:b13::110,
cp37 => 2602:294:0:b23::112
}
}
}
}
}
}
}