Updated docs to be clearer

This commit is contained in:
laf
2016-08-01 18:56:50 +01:00
parent b0d05ad149
commit 1d2c8f5d48

View File

@@ -498,9 +498,12 @@ $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 X days old is automatically purged. You can alter these individually,
These options will ensure data within LibreNMS over X days old is automatically purged. You can alter these individually,
values are in days.
> NOTE: Please be aware that `$config['rrd_purge']` is _NOT_ set by default. This option will remove any old data within
the rrd directory automatically - only enable this if you are comfortable with that happening.
#### Syslog options
```php