Polling failed

[root@cn-lji-f-nms librenms]# /opt/librenms/cronic /opt/librenms/poller-wrapper.py 16
Cronic detected failure or error output for the command:
/opt/librenms/poller-wrapper.py 16

RESULT CODE: 1

ERROR OUTPUT:
Traceback (most recent call last):
File “/opt/librenms/poller-wrapper.py”, line 11, in
import LibreNMS
File “/opt/librenms/LibreNMS/init.py”, line 16, in
from .queuemanager import (
File “/opt/librenms/LibreNMS/queuemanager.py”, line 7, in
import pymysql
ModuleNotFoundError: No module named ‘pymysql’

STANDARD OUTPUT:

I’m guessing you upgraded without using daily.sh.

Python requires the pymsysql module to be installed, so make sure you install it for Python 3 (assuming you are on a version that is less than 2 years old)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.