From c2bf78e06397eca14df02a521a237f7096d44518 Mon Sep 17 00:00:00 2001 From: Tyler Christiansen Date: Sun, 3 Nov 2013 18:54:59 -0800 Subject: [PATCH] Change crontab to use poller-wrapper by default --- librenms.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librenms.cron b/librenms.cron index b42b782ac..52a49105e 100644 --- a/librenms.cron +++ b/librenms.cron @@ -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