infra/ansible/roles/librenms/templates/cron-librenms.j2

12 lines
867 B
Django/Jinja

33 */6 * * * {{ librenms_user }} {{ librenms_path }}/cronic {{ librenms_path }}/discovery-wrapper.py 1
*/5 * * * * {{ librenms_user }} {{ librenms_path }}/discovery.php -h new >> /dev/null 2>&1
*/5 * * * * {{ librenms_user }} {{ librenms_path }}/cronic {{ librenms_path }}/poller-wrapper.py {{ librenms_poller_threads }}
* * * * * {{ librenms_user }} {{ librenms_path }}/alerts.php >> /dev/null 2>&1
*/5 * * * * {{ librenms_user }} {{ librenms_path }}/poll-billing.php >> /dev/null 2>&1
01 * * * * {{ librenms_user }} {{ librenms_path }}/billing-calculate.php >> /dev/null 2>&1
*/5 * * * * {{ librenms_user }} {{ librenms_path }}/check-services.php >> /dev/null 2>&1
# Daily maintenance script. DO NOT DISABLE!
19 0 * * * {{ librenms_user }} {{ librenms_path }}/daily.sh >> /dev/null 2>&1