Hi,
As the title suggests, does LibreNMS purge old syslog data?
If not can it? Can I delete stuff manually?
Thanks in advance
tslytsly
Hi,
As the title suggests, does LibreNMS purge old syslog data?
If not can it? Can I delete stuff manually?
Thanks in advance
tslytsly
To manually do it just delete them from the database table.
That bit isn’t covered in docs but re-running ./daily.sh
will work
Thanks for the suggestions guys.
Just in case this helps anyone in the future (and in case I forget what I did!):
I entered $config['syslog_purge'] = 1;
in config.php
, ran ./daily.sh
and then set the purge time back to 30.