mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Change crontab to use poller-wrapper by default
This commit is contained in:
committed by
Paul Gear
parent
ef690cac7b
commit
42f6d3732d
@ -1,4 +1,4 @@
|
||||
33 */6 * * * root /opt/librenms/discovery.php -h all >> /dev/null 2>&1
|
||||
*/5 * * * * root /opt/librenms/discovery.php -h new >> /dev/null 2>&1
|
||||
*/5 * * * * root /opt/librenms/poller.php -h all >> /dev/null 2>&1
|
||||
*/5 * * * * root /opt/librenms/poller-wrapper.py 16 >> /dev/null 2>&1
|
||||
15 0 * * * root sh /opt/librenms/daily.sh > /dev/null 2>&1
|
||||
|
Reference in New Issue
Block a user