Move cronjob time for daily.sh (#14245)

Less likely to run at the same time as the poller
This commit is contained in:
Jellyfrog 2022-08-25 18:37:24 +02:00 committed by GitHub
parent dd688dc73b
commit 87a14badab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@
33 */6 * * * root /opt/librenms/discovery.php -h all >> /dev/null 2>&1
*/5 * * * * root /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * root /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
15 0 * * * root /opt/librenms/daily.sh >> /dev/null 2>&1
19 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

View File

@ -13,4 +13,4 @@
# If you want to modify updates:
# Switch to monthly stable release: https://docs.librenms.org/General/Releases/
# Disable updates: https://docs.librenms.org/General/Updating/
15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1
19 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1