forked from openrightsgroup/OrgProbe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.example
59 lines (45 loc) · 1.22 KB
/
config.ini.example
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
[global]
# sleep between tests
interval = 1
[api]
# API address details
host=api.blocked.org.uk
port=443
https=True
version=1.2
#Uncomment to enable amqp support
#
#[amqp]
#host=localhost
#port=5672
#ssl=False
#userid=guest
#passwd=guest
#prefetch=200
# a set of probe credentials
[sampleprobe]
uuid = 01234567890123456788
secret = foobarbazquux00foobarbazquux
queue = org
selftest = True #whether to run the self-test or not
## completely optional per-probe settings - uncomment to enable
# page body size to read (0 == read all)
# read_size = 8192
# use a different version of the API config
# config_version = 2014010101
# use an alternate api config file, instead of reading JSON from api/config/latest
# api_config_file = local_config.json
# number of requests to process before exiting
# lifetime = 15000
# number of seconds between heartbeat messages (AMQP only)
# heartbeat = 120
# Add "network" to override the detected ISP (useful for mobile operators)
# network = Virgin Mobile
# Allow probe to start running against an ISP with no rules in config
# skip_rules = true
# customize user agent
# useragent = OMG/1.0 (+http://example.com)
# request timeout configurable (default 5)
# timeout = 5
# verify SSL
# verify_ssl = true