Is syslog data over a certain age deleted? If not is it possible?

Hi,

As the title suggests, does LibreNMS purge old syslog data?
If not can it? Can I delete stuff manually?

Thanks in advance

tslytsly

This is covered in the docs: http://docs.librenms.org/Support/Configuration/#cleanup-options

Thanks @laf
Is there a way to manually do it?

BTW, I’m not offended if you just say RTFM :wink:

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

1 Like

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.

1 Like