docs: Added syslog cleanup option to syslog docs (#7581)

* docs: added syslog cleanup option

syslog purge

* Update Syslog.md
This commit is contained in:
Kevin Krumm
2017-10-31 15:33:17 -05:00
committed by Neil Lathwood
parent d809bddb4e
commit e3b4fa12b1

View File

@@ -129,6 +129,13 @@ Add the following to your LibreNMS `config.php` file to enable the Syslog extens
```ssh
$config['enable_syslog'] = 1;
```
#### Syslog Clean Up
Can be set inside of `config.php`
```php
$config['syslog_purge'] = 30;
```
The cleanup is run by daily.sh and any entries over X days old are automatically purged. Values are in days.
See here for more Clean Up Options [Link](https://docs.librenms.org/#Support/Configuration/#cleanup-options)
### Client configuration