mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 00:18:03 +02:00
Merge pull request #204 from laf/issue-laf-28
Updated daily schedule to remove old syslog and eventlog entries
This commit is contained in:
@@ -566,4 +566,8 @@ $config['modules_compat']['rfc1628']['poweralert'] = 1;
|
||||
# Enable daily updates
|
||||
$config['update'] = 1;
|
||||
|
||||
# Purge syslog and eventlog
|
||||
$config['syslog_purge'] = 30; # Number in days of how long to keep syslog entries for.
|
||||
$config['eventlog_purge'] = 30; # Number in days of how long to keep eventlog entries for.
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user