-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
57 lines (57 loc) · 1.83 KB
/
config.json
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
{
"exception_list": "http://wlcg-squid-monitor.cern.ch/exceptionlist.txt",
"base_url": "http://wlcg-squid-monitor.cern.ch/failover/cms/",
"record_file": "failover-record.csv",
"geoip_db": "~/scripts/geolist/GeoIPOrg.dat",
"groups": {
"cmscernbp": {
"awstats_base": "~squidmon/data/awstats/cerncms",
"name": "CERN Frontier Backup Proxies",
"rate_threshold": 1.3899999999999999,
"awstats": [
"cmsbpfrontier1",
"cmsbpfrontier2"
],
"file_last_stats": "last_stats_cern-bps.csv",
"order": 1
},
"cmscernct": {
"awstats_base": "~squidmon/data/awstats/cerncms",
"name": "CERN Frontier Launchpads",
"rate_threshold": 2.7799999999999998,
"awstats": [
"cmsfrontier1",
"cmsfrontier2",
"cmsfrontier3",
"cmsfrontier4"
],
"file_last_stats": "last_stats_launchpads.csv",
"order": 0
},
"cmsfnalbp": {
"awstats_base": "~squidmon/data/awstats/cerncms",
"name": "Fermilab Frontier Backup Proxies",
"rate_threshold": 1.3899999999999999,
"awstats": [
"fnal-cmsbproxy1",
"fnal-cmsbproxy2"
],
"file_last_stats": "last_stats_fnal-bps.csv",
"order": 2
}
},
"emails": {
"template_file": "failover-email.plain.tpl",
"periodicity": 24,
"support_list": "[email protected]",
"alarm_list": "[email protected]",
"record_file": "email-record.csv",
"list_file": "~/conf/config.cms/site-contacts.txt",
"operator_email": "[email protected]"
},
"geo_list": "http://wlcg-squid-monitor.cern.ch/geolist.txt",
"history": {
"span": 72,
"period": 60
}
}