Added support for logging packet loss and min/max/avg response times on fping

This commit is contained in:
laf
2015-06-22 21:55:31 +01:00
parent db4a5de847
commit eee2ae5be1
10 changed files with 268 additions and 15 deletions
+1
View File
@@ -404,6 +404,7 @@ $config['syslog_purge'] = 30;
$config['eventlog_purge'] = 30;
$config['authlog_purge'] = 30;
$config['perf_times_purge'] = 30;
$config['device_perf_purge'] = 30;
```
This option will ensure data within LibreNMS over 1 month old is automatically purged. You can alter these individually,
values are in days.