Added cleanup for old RRD files

This commit is contained in:
laf
2016-07-30 16:57:09 +01:00
parent 9e305241fd
commit 318c9cd2b0
3 changed files with 12 additions and 1 deletions

View File

@@ -46,6 +46,8 @@ $config['auth_mechanism'] = "mysql"; # default, other options: ldap, http-auth
$config['poller-wrapper']['alerter'] = FALSE;
# Uncomment the next line to disable daily updates
#$config['update'] = 0;
$config['rrd_purge'] = 90;
// Number in days of how long to keep old rrd files.
# Uncomment to submit callback stats via proxy
#$config['callback_proxy'] = "hostname:port";