diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-01 17:39:20 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-07-01 17:39:20 +0100 |
commit | 125be176ae2b2e5e28234295b7f1924e63df3e3c (patch) | |
tree | cd911b35a4c699c72f06f36f7ac4c6c743f88101 /conf/options.inc | |
parent | 68b4e302b071f3cc2a24af83fe6d92ea27a2815f (diff) | |
download | rspamd-125be176ae2b2e5e28234295b7f1924e63df3e3c.tar.gz rspamd-125be176ae2b2e5e28234295b7f1924e63df3e3c.zip |
[Feature] Enable rrd by default
Diffstat (limited to 'conf/options.inc')
-rw-r--r-- | conf/options.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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}/"; |