sensor: separate monitoring functions
[oweals/gnunet.git] / src / sensor / sensor.conf.in
1 [sensor]
2 AUTOSTART = @AUTOSTART@
3 BINARY = gnunet-service-sensor
4 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-sensor.sock
5 UNIX_MATCH_UID = NO
6 UNIX_MATCH_GID = YES
7
8 # Path to directory containing sensor definitions.
9 # If not set, will load from default location.
10 #SENSOR_DIR = 
11
12 # Space separated list of trusted peers running update points
13 UPDATE_POINTS = 
14
15 [sensor-analysis]
16 MODEL = gaussian
17 # How many subsequent values required to flip anomaly label. (Default: 1)
18 # E.g. After 3 subsequent anomaly reports, status change to anomalous.
19 CONFIRMATION_COUNT = 3
20
21 [sensor-model-gaussian]
22 TRAINING_WINDOW = 1000
23 CONFIDENCE_INTERVAL = 3