forked from klein0r/probemon
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.ini_EXAMPLE
78 lines (75 loc) · 1.35 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
; sections are case sensitive, keys are not
[APP]
; bools:
DEBUG =
VERBOSE =
LOWER =
RAW =
VENDOR =
VENDOR_OFFLINE =
; 1..N worker threads
WORKER_THREADS =
; 0..N probe request count
COUNT =
; str
MACLOOKUP_API_KEY =
; one out of: [bare, cisco, eui48, pgsql, unix, unix_expanded]
ROOM =
MAC_FORMAT =
; Argument string for the module 'wifi_channel'.
; This will set the wifi adapters channel for collection.
; It can also be run directly by calling the module 'wifi_channel'.
; Allowed arguments:
; 'set', 'scan', 'hop', 'auto', 'search', 'hop_async_no_sniff', '--all',
; '--2ghz', '--5ghz', '--all-channels', '--popular',
; '--populated', '--time', '--random'
; To specify the ssid for 'search', prefix the ssid with <SSID:>
; (without brackets).
; To get help on the arguments pass '--help' (ie: 'set --help').
; The Interface gets passed through!
CHANNEL =
[MQTT]
; str
HOST = localhost
; int
PORT = 1883
; str
USER = test
; str
PASSWORD = testpassword
; filepath
CA_CERTS =
; filepath
CERTFILE =
; filepath
KEYFILE =
; str
TOPIC = probe_request
; bool
DEBUG =
[SQL]
; str
DIALECT = sqlite
; filepath
SQLITE_PATH = /tmp/probes.db
; str
HOST =
; int
PORT =
; str
USER =
; str
PASSWORD =
; str
DATABASE =
; str
DRIVER =
; keywords: KEY=VALUE,KEY=VALUE
KWARGS =
; bool
DROP_ALL =
[URLPUBLISH]
URL =
TOKEN =
TOKEN_PREFIX =
ONLY_MAC_AND_TIME =