mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Clarify rrd cleanup (#7980)
* Clarify rrd cleanup Try to clarify rrd cleanup. Not sure if it is clear though. * Update Cleanup-options.md
This commit is contained in:
committed by
Neil Lathwood
parent
45be722b58
commit
b841909a42
@@ -17,7 +17,7 @@ $config['rrd_purge'] = 90;// Not set by def
|
||||
```
|
||||
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.
|
||||
**NOTE**: Please be aware that ```$config['rrd_purge']``` is NOT set by default. This option will remove any rrd files that have not been updated for the set amount of days automatically - only enable this if you are comfortable with that happening. (all active rrd files are updated every polling period)
|
||||
|
||||
|
||||
### Ports Purge
|
||||
|
||||
Reference in New Issue
Block a user