diff --git a/librenms.cron b/librenms.cron index d9254a30d4..ab4f308163 100644 --- a/librenms.cron +++ b/librenms.cron @@ -6,3 +6,4 @@ */5 * * * * root /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16 15 0 * * * root /opt/librenms/daily.sh >> /dev/null 2>&1 * * * * * root /opt/librenms/alerts.php >> /dev/null 2>&1 +* * * * * root cd /opt/librenms/ && php artisan schedule:run >> /dev/null 2>&1 diff --git a/librenms.nonroot.cron b/librenms.nonroot.cron index 28ebb3e67e..b984f9ad73 100644 --- a/librenms.nonroot.cron +++ b/librenms.nonroot.cron @@ -7,6 +7,7 @@ */5 * * * * librenms /opt/librenms/poll-billing.php >> /dev/null 2>&1 01 * * * * librenms /opt/librenms/billing-calculate.php >> /dev/null 2>&1 */5 * * * * librenms /opt/librenms/check-services.php >> /dev/null 2>&1 +* * * * * librenms cd /opt/librenms/ && php artisan schedule:run >> /dev/null 2>&1 # Daily maintenance script. DO NOT DISABLE! # If you want to modify updates: