mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
8 lines
489 B
Plaintext
8 lines
489 B
Plaintext
|
# Using this cron file requires an additional user on your system, please see install docs.
|
||
|
|
||
|
33 */6 * * * librenms /opt/librenms/discovery.php -h all >> /dev/null 2>&1
|
||
|
*/5 * * * * librenms /opt/librenms/discovery.php -h new >> /dev/null 2>&1
|
||
|
*/5 * * * * librenms /opt/librenms/poller-wrapper.py 16 >> /dev/null 2>&1
|
||
|
15 0 * * * librenms sh /opt/librenms/daily.sh >> /dev/null 2>&1
|
||
|
* * * * * librenms /opt/librenms/alerts.php >> /dev/null 2>&1
|