From Mustard Octupus, 5 Years ago, written in Plain Text.
Embed
  1. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY pymysql.err.InterfaceError: (0, '') 6
  2. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY raise err.InterfaceError("(0, '')") 6
  3. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY File "/usr/lib/python3/dist-packages/pymysql/connections.py", line 1075, in _execute_command 6
  4. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY self._execute_command(COMMAND.COM_QUERY, sql) 6
  5. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY File "/usr/lib/python3/dist-packages/pymysql/connections.py", line 859, in query 6
  6. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY conn.query(q) 6
  7. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY File "/usr/lib/python3/dist-packages/pymysql/cursors.py", line 321, in _query 6
  8. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY result = self._query(query) 6
  9. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY File "/usr/lib/python3/dist-packages/pymysql/cursors.py", line 165, in execute 6
  10. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY cursor.execute(query, args) 6
  11. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY File "/opt/librenms/LibreNMS/__init__.py", line 82, in query 6
  12. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY .format(self.config.node_id, self.config.name, "librenms-service", ','.join(str(g) for g in self.config.group), 1 if self.is_master else 0)) 6
  13. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY File "/opt/librenms/LibreNMS/service.py", line 708, in log_performance_stats 6
  14. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY Traceback (most recent call last): 6
  15. 2019-01-07 16:25:00 6 hostname LIBRENMS-SERVICE.PY performance(ERROR):Unable to log performance statistics - is the database still online?