2015-05-19 14:25:17 +00:00
|
|
|
# Using this cron file requires an additional user on your system, please see install docs.
|
|
|
|
|
2017-11-09 17:19:47 +00:00
|
|
|
33 */6 * * * librenms /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1
|
2015-05-19 14:25:17 +00:00
|
|
|
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
|
2015-07-07 21:04:39 +01:00
|
|
|
*/5 * * * * librenms /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
|
2015-09-01 09:22:09 +01:00
|
|
|
15 0 * * * librenms /opt/librenms/daily.sh >> /dev/null 2>&1
|
2015-05-19 14:25:17 +00:00
|
|
|
* * * * * librenms /opt/librenms/alerts.php >> /dev/null 2>&1
|
2016-08-26 00:40:11 +01:00
|
|
|
*/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
|