From Tiny Lion, 5 Years ago, written in Plain Text.
Embed
  1. # Using this cron file requires an additional user on your system, please see install docs.
  2.  
  3. 33   */6  * * *   librenms    /opt/librenms/cronic /opt/librenms/discovery-wrapper.py 1
  4. */5  *    * * *   librenms    /opt/librenms/discovery.php -h new >> /dev/null 2>&1
  5. */5  *    * * *   librenms    /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
  6. *    *    * * *   librenms    /opt/librenms/alerts.php >> /dev/null 2>&1
  7. */5  *    * * *   librenms    /opt/librenms/poll-billing.php >> /dev/null 2>&1
  8. 01   *    * * *   librenms    /opt/librenms/billing-calculate.php >> /dev/null 2>&1
  9. */5  *    * * *   librenms    /opt/librenms/check-services.php >> /dev/null 2>&1
  10.  
  11. # Daily maintenance script. DO NOT DISABLE!
  12. # If you want to modify updates:
  13. #  Switch to monthly stable release: https://docs.librenms.org/General/Releases/
  14. #  Disable updates: https://docs.librenms.org/General/Updating/
  15. 15   0    * * *   librenms    /opt/librenms/daily.sh >> /dev/null 2>&1
  16.