From 125be176ae2b2e5e28234295b7f1924e63df3e3c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 1 Jul 2016 17:39:20 +0100 Subject: [PATCH] [Feature] Enable rrd by default --- conf/options.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/options.inc b/conf/options.inc index 318de7554..41a1c6ecb 100644 --- a/conf/options.inc +++ b/conf/options.inc @@ -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}/"; -- 2.39.5