Pollers Not Working

Hi All,

I ran an update and now my NMS stopped polling, it used to poll every 5mins. I am pretty new to librenms so i’m not sure where to look. Kindly assist.

[FAIL] The poller (xx) has not completed within the last 5 minutes, check the cron job.
[WARN] Some devices have not been polled in the last 5 minutes. You may have performance issues.

[xx]# ./daily.sh
Re-running /opt/librenms/daily.sh as librenms user
Updating to latest codebase OK
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK

Email Error

Cronic detected failure or error output for the command:
/opt/librenms/poller-wrapper.py 23

RESULT CODE: 2

ERROR OUTPUT:

STANDARD OUTPUT:
ERROR: Could not load or parse configuration, are PATHs correct?

Please post the full output of ./validate.php

I have the same problem but no devices are being polled even after 2 hours. I have checked the log and no errors are visible, New to librenms please help

Also, check your librenms cron in /etc/cron.d/librenms

It should look somthing like this


33 */6    * * *   librenms    /opt/librenms/discovery-wrapper.py 2 >> /dev/null 2>&1
*/5  *    * * *   librenms    /opt/librenms/discovery.php -h new >> /dev/null 2>&1
*/5  *    * * *   librenms    /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
15   0    * * *   librenms    /opt/librenms/daily.sh >> /dev/null 2>&1
*    *    * * *   librenms    /opt/librenms/alerts.php >> /dev/null 2>&1
*/5  *    * * *   librenms    /opt/librenms/poll-billing.php >> /dev/null 2>&1
01   *    * * *   librenms    /opt/librenms/billing-calculate.php >> /dev/null 2>&1

Definitely post the output of validate.php

1 Like