aboutsummaryrefslogtreecommitdiff
path: root/src/sensor/sensor.conf.in
blob: a2bfe8a8ed88f88a5455cb68944a739479e9844f (plain) (blame)
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
[sensor]
AUTOSTART = @AUTOSTART@
BINARY = gnunet-service-sensor
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-sensor.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES

# Which modules to run (default: YES)
START_MONITORING = YES
START_REPORTING = YES
START_ANALYSIS = YES
START_UPDATE = YES

# Path to directory containing sensor definitions.
# If not set, will load from default location.
#SENSOR_DIR = 

# Space separated list of trusted peers running update points
UPDATE_POINTS = 

[sensor-analysis]
MODEL = gaussian
# How many subsequent values required to flip anomaly label. (Default: 1)
# E.g. After 3 subsequent anomaly reports, status change to anomalous.
CONFIRMATION_COUNT = 3

[sensor-model-gaussian]
TRAINING_WINDOW = 1000
CONFIDENCE_INTERVAL = 3