Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
580 B
Plaintext
Raw Permalink Normal View History

# It's recommended not to run this cron anymore - please see librenms.nonroot.cron
2016-08-26 00:40:11 +01:00
# PLEASE DO NOT USE THIS FILE
2013-10-28 01:01:08 -07:00
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
2022-08-25 18:37:24 +02:00
19 0 * * * root /opt/librenms/daily.sh >> /dev/null 2>&1
2014-12-22 18:17:43 +00:00
* * * * * root /opt/librenms/alerts.php >> /dev/null 2>&1
2021-08-03 16:30:13 +02:00
* * * * * root cd /opt/librenms/ && php artisan schedule:run >> /dev/null 2>&1