mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Move cronjob time for daily.sh (#14245)
Less likely to run at the same time as the poller
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user