mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
docs: Added syslog cleanup option to syslog docs (#7581)
* docs: added syslog cleanup option syslog purge * Update Syslog.md
This commit is contained in:
committed by
Neil Lathwood
parent
d809bddb4e
commit
e3b4fa12b1
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user