minor fix
[oweals/gnunet.git] / src / sensor / sensor.conf.in
index a034c69144114f1b0621889120053202fc388a57..60a62b650ce2e3d164d5e7c3f524bd87bb98db0e 100644 (file)
@@ -5,8 +5,18 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-sensor.sock
 UNIX_MATCH_UID = NO
 UNIX_MATCH_GID = 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
+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