Limit disk usage

I’m implementing LIbrenms and I see the disk increasing non-stop. Looking at the consumption it is all MYSQL.
Can a time limit or something be configured to make consumption more efficient?
Thank you

I have done this procedure.
I have also configured the following within config.php

$config[‘syslog_purge’] = 30;
$config[‘eventlog_purge’] = 30;
$config[‘authlog_purge’] = 30;
$config[‘perf_times_purge’] = 30;
$config[‘device_perf_purge’] = 7;
$config[‘rrd_purge’] = 45;// Not set by default
$config[‘ports_purge’] = true;// Set to false by default

I run .daily.sh manually but the disk keeps getting bigger and bigger. Looking at the size it is all database.

Having to expand and expand the disk, but if I can’t solve it I will have to stop using librenms.

What can be?

run some SQL queries to see what the table sizes are, and which ones are growing

perhaps you have a some every chatty devices and are filling syslog and/or event logs?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.