Maintenance tasks moving to Scheduler

For a year now we have had the ability to run scheduled jobs via Laravel if you have configured the included scheduler service. We are now starting to migrate some of the daily household tasks that are run via ./daily.sh over to the scheduler.

On Monday the 27th of October we will be merging two pull requests in that will move the syslog cleanup job and the notifications fetcher. If you don’t have the scheduler working then you will need to get this setup asap.

If you haven’t yet installed the scheduler service then you can do so by following our install docs here: Installing LibreNMS - LibreNMS Docs

Unsure if you have the scheduler running or not, just run validate which will tell you straight.

1 Like