Change crontab to use poller-wrapper by default

This commit is contained in:
Tyler Christiansen
2013-11-03 18:54:59 -08:00
parent 3b947c3b6c
commit c2bf78e063
+1 -1
View File
@@ -1,3 +1,3 @@
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