]> source.dussan.org Git - rspamd.git/commitdiff
[Feature] Enable rrd by default
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 1 Jul 2016 16:39:20 +0000 (17:39 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 1 Jul 2016 16:39:20 +0000 (17:39 +0100)
conf/options.inc

index 318de7554f6b15b1b79a6f07767b56d562126054..41a1c6ecb8553036f517406dce4dd804230f4930 100644 (file)
@@ -33,6 +33,9 @@ allow_raw_input = true;
 # amount of words processed will not be *LIKELY more than the twice of that limit
 words_decay = 200;
 
+# Write statistics about rspamd usage to the round-robin database
+rrd = "${DBDIR}/rspamd.rrd";
+
 # Local networks
 local_addrs = "192.168.0.0/16, 10.0.0.0/8, 172.16.0.0/12, fd00::/8, 169.254.0.0/16, fe80::/10";
 hs_cache_dir = "${DBDIR}/";