collection.dockerfile/debian/librenms/crontab
2023-08-17 07:13:58 +08:00

10 lines
522 B
Plaintext

* * * * * /usr/bin/env php artisan schedule:run --no-ansi --no-interaction
33 */6 * * * /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1
*/5 * * * * /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
* * * * * /opt/librenms/alerts.php >> /dev/null 2>&1
*/5 * * * * /opt/librenms/poll-billing.php >> /dev/null 2>&1
01 * * * * /opt/librenms/billing-calculate.php >> /dev/null 2>&1
*/5 * * * * /opt/librenms/check-services.php >> /dev/null 2>&1