mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated docs for rrd_purge option
This commit is contained in:
@@ -496,8 +496,9 @@ $config['eventlog_purge'] = 30;
|
||||
$config['authlog_purge'] = 30;
|
||||
$config['perf_times_purge'] = 30;
|
||||
$config['device_perf_purge'] = 30;
|
||||
$config['rrd_purge'] = 90;// Not set by default
|
||||
```
|
||||
This option will ensure data within LibreNMS over 1 month old is automatically purged. You can alter these individually,
|
||||
This option will ensure data within LibreNMS over X days old is automatically purged. You can alter these individually,
|
||||
values are in days.
|
||||
|
||||
#### Syslog options
|
||||
|
Reference in New Issue
Block a user