Updated docs for rrd_purge option

This commit is contained in:
laf
2016-07-30 16:58:18 +01:00
parent 318c9cd2b0
commit 1741231ebc

View File

@@ -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