From: Vsevolod Stakhov Date: Fri, 1 Jul 2016 16:39:20 +0000 (+0100) Subject: [Feature] Enable rrd by default X-Git-Tag: 1.3.0~195 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=125be176ae2b2e5e28234295b7f1924e63df3e3c;p=rspamd.git [Feature] Enable rrd by default --- 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}/";