From 1741231ebcdff2a8535e4f41d0900411e0a2e682 Mon Sep 17 00:00:00 2001 From: laf Date: Sat, 30 Jul 2016 16:58:18 +0100 Subject: [PATCH] Updated docs for rrd_purge option --- doc/Support/Configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index a2699620b4..283242a287 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -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