Advertisement
Guest User

Untitled

a guest
Dec 14th, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.20 KB | None | 0 0
  1. sudo ./python.d.plugin mysql debug trace
  2. 2019-12-14 08:44:47: python.d INFO: plugin[main] : using python v2
  3. 2019-12-14 08:44:47: python.d DEBUG: plugin[main] : looking for 'python.d.conf' in ['/etc/netdata', '/usr/lib/netdata/conf.d']
  4. 2019-12-14 08:44:47: python.d DEBUG: plugin[main] : loading '/usr/lib/netdata/conf.d/python.d.conf'
  5. 2019-12-14 08:44:47: python.d DEBUG: plugin[main] : '/usr/lib/netdata/conf.d/python.d.conf' is loaded
  6. 2019-12-14 08:44:47: python.d DEBUG: plugin[main] : looking for 'pythond-jobs-statuses.json' in /var/lib/netdata
  7. 2019-12-14 08:44:47: python.d DEBUG: plugin[main] : loading '/var/lib/netdata/pythond-jobs-statuses.json'
  8. 2019-12-14 08:44:47: python.d DEBUG: plugin[main] : '/var/lib/netdata/pythond-jobs-statuses.json' is loaded
  9. 2019-12-14 08:44:48: python.d DEBUG: plugin[main] : [mysql] looking for 'mysql.conf' in ['/etc/netdata/python.d', '/usr/lib/netdata/conf.d/python.d']
  10. 2019-12-14 08:44:48: python.d DEBUG: plugin[main] : [mysql] loading '/usr/lib/netdata/conf.d/python.d/mysql.conf'
  11. 2019-12-14 08:44:48: python.d DEBUG: plugin[main] : [mysql] '/usr/lib/netdata/conf.d/python.d/mysql.conf' is loaded
  12. 2019-12-14 08:44:48: python.d INFO: plugin[main] : [mysql] built 28 job(s) configs
  13. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1] : "my.cnf" parsing is not working for pymysql
  14. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1] : Traceback (most recent call last):
  15. File "./python.d.plugin", line 39, in <module>
  16. from queue import Queue
  17. ImportError: No module named queue
  18.  
  19. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1] : Connection properties are missing
  20. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1] : Traceback (most recent call last):
  21. File "./python.d.plugin", line 39, in <module>
  22. from queue import Queue
  23. ImportError: No module named queue
  24.  
  25. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[mycnf1] : check failed
  26. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2] : "my.cnf" parsing is not working for pymysql
  27. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2] : Traceback (most recent call last):
  28. File "./python.d.plugin", line 39, in <module>
  29. from queue import Queue
  30. ImportError: No module named queue
  31.  
  32. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2] : Connection properties are missing
  33. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2] : Traceback (most recent call last):
  34. File "./python.d.plugin", line 39, in <module>
  35. from queue import Queue
  36. ImportError: No module named queue
  37.  
  38. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[mycnf2] : check failed
  39. 2019-12-14 08:44:48: python.d ERROR: mysql[debiancnf] : "my.cnf" parsing is not working for pymysql
  40. 2019-12-14 08:44:48: python.d ERROR: mysql[debiancnf] : Traceback (most recent call last):
  41. File "./python.d.plugin", line 39, in <module>
  42. from queue import Queue
  43. ImportError: No module named queue
  44.  
  45. 2019-12-14 08:44:48: python.d ERROR: mysql[debiancnf] : Connection properties are missing
  46. 2019-12-14 08:44:48: python.d ERROR: mysql[debiancnf] : Traceback (most recent call last):
  47. File "./python.d.plugin", line 39, in <module>
  48. from queue import Queue
  49. ImportError: No module named queue
  50.  
  51. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[debiancnf] : check failed
  52. 2019-12-14 08:44:48: python.d ERROR: mysql[socket1] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  53. 2019-12-14 08:44:48: python.d ERROR: mysql[socket1] : Traceback (most recent call last):
  54. File "./python.d.plugin", line 39, in <module>
  55. from queue import Queue
  56. ImportError: No module named queue
  57.  
  58. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket1] : check failed
  59. 2019-12-14 08:44:48: python.d ERROR: mysql[socket2] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  60. 2019-12-14 08:44:48: python.d ERROR: mysql[socket2] : Traceback (most recent call last):
  61. File "./python.d.plugin", line 39, in <module>
  62. from queue import Queue
  63. ImportError: No module named queue
  64.  
  65. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket2] : check failed
  66. 2019-12-14 08:44:48: python.d ERROR: mysql[socket3] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  67. 2019-12-14 08:44:48: python.d ERROR: mysql[socket3] : Traceback (most recent call last):
  68. File "./python.d.plugin", line 39, in <module>
  69. from queue import Queue
  70. ImportError: No module named queue
  71.  
  72. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket3] : check failed
  73. 2019-12-14 08:44:48: python.d ERROR: mysql[socket4] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  74. 2019-12-14 08:44:48: python.d ERROR: mysql[socket4] : Traceback (most recent call last):
  75. File "./python.d.plugin", line 39, in <module>
  76. from queue import Queue
  77. ImportError: No module named queue
  78.  
  79. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket4] : check failed
  80. 2019-12-14 08:44:48: python.d ERROR: mysql[tcp] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  81. 2019-12-14 08:44:48: python.d ERROR: mysql[tcp] : Traceback (most recent call last):
  82. File "./python.d.plugin", line 39, in <module>
  83. from queue import Queue
  84. ImportError: No module named queue
  85.  
  86. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcp] : check failed
  87. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv4] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  88. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv4] : Traceback (most recent call last):
  89. File "./python.d.plugin", line 39, in <module>
  90. from queue import Queue
  91. ImportError: No module named queue
  92.  
  93. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcpipv4] : check failed
  94. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv6] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on '::1' ([Errno 111] Connection refused)")
  95. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv6] : Traceback (most recent call last):
  96. File "./python.d.plugin", line 39, in <module>
  97. from queue import Queue
  98. ImportError: No module named queue
  99.  
  100. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcpipv6] : check failed
  101. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_root] : "my.cnf" parsing is not working for pymysql
  102. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_root] : Traceback (most recent call last):
  103. File "./python.d.plugin", line 39, in <module>
  104. from queue import Queue
  105. ImportError: No module named queue
  106.  
  107. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_root] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  108. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_root] : Traceback (most recent call last):
  109. File "./python.d.plugin", line 39, in <module>
  110. from queue import Queue
  111. ImportError: No module named queue
  112.  
  113. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[mycnf1_root] : check failed
  114. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_root] : "my.cnf" parsing is not working for pymysql
  115. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_root] : Traceback (most recent call last):
  116. File "./python.d.plugin", line 39, in <module>
  117. from queue import Queue
  118. ImportError: No module named queue
  119.  
  120. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_root] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  121. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_root] : Traceback (most recent call last):
  122. File "./python.d.plugin", line 39, in <module>
  123. from queue import Queue
  124. ImportError: No module named queue
  125.  
  126. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[mycnf2_root] : check failed
  127. 2019-12-14 08:44:48: python.d ERROR: mysql[socket1_root] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  128. 2019-12-14 08:44:48: python.d ERROR: mysql[socket1_root] : Traceback (most recent call last):
  129. File "./python.d.plugin", line 39, in <module>
  130. from queue import Queue
  131. ImportError: No module named queue
  132.  
  133. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket1_root] : check failed
  134. 2019-12-14 08:44:48: python.d ERROR: mysql[socket2_root] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  135. 2019-12-14 08:44:48: python.d ERROR: mysql[socket2_root] : Traceback (most recent call last):
  136. File "./python.d.plugin", line 39, in <module>
  137. from queue import Queue
  138. ImportError: No module named queue
  139.  
  140. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket2_root] : check failed
  141. 2019-12-14 08:44:48: python.d ERROR: mysql[socket3_root] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  142. 2019-12-14 08:44:48: python.d ERROR: mysql[socket3_root] : Traceback (most recent call last):
  143. File "./python.d.plugin", line 39, in <module>
  144. from queue import Queue
  145. ImportError: No module named queue
  146.  
  147. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket3_root] : check failed
  148. 2019-12-14 08:44:48: python.d ERROR: mysql[socket4_root] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  149. 2019-12-14 08:44:48: python.d ERROR: mysql[socket4_root] : Traceback (most recent call last):
  150. File "./python.d.plugin", line 39, in <module>
  151. from queue import Queue
  152. ImportError: No module named queue
  153.  
  154. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket4_root] : check failed
  155. 2019-12-14 08:44:48: python.d ERROR: mysql[tcp_root] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  156. 2019-12-14 08:44:48: python.d ERROR: mysql[tcp_root] : Traceback (most recent call last):
  157. File "./python.d.plugin", line 39, in <module>
  158. from queue import Queue
  159. ImportError: No module named queue
  160.  
  161. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcp_root] : check failed
  162. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv4_root] : Can't establish connection to MySQL: (1045, u"Access denied for user 'root'@'localhost' (using password: NO)")
  163. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv4_root] : Traceback (most recent call last):
  164. File "./python.d.plugin", line 39, in <module>
  165. from queue import Queue
  166. ImportError: No module named queue
  167.  
  168. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcpipv4_root] : check failed
  169. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv6_root] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on '::1' ([Errno 111] Connection refused)")
  170. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv6_root] : Traceback (most recent call last):
  171. File "./python.d.plugin", line 39, in <module>
  172. from queue import Queue
  173. ImportError: No module named queue
  174.  
  175. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcpipv6_root] : check failed
  176. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_netdata] : "my.cnf" parsing is not working for pymysql
  177. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_netdata] : Traceback (most recent call last):
  178. File "./python.d.plugin", line 39, in <module>
  179. from queue import Queue
  180. ImportError: No module named queue
  181.  
  182. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_netdata] : Can't establish connection to MySQL: (1045, u"Access denied for user 'netdata'@'localhost' (using password: NO)")
  183. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf1_netdata] : Traceback (most recent call last):
  184. File "./python.d.plugin", line 39, in <module>
  185. from queue import Queue
  186. ImportError: No module named queue
  187.  
  188. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[mycnf1_netdata] : check failed
  189. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_netdata] : "my.cnf" parsing is not working for pymysql
  190. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_netdata] : Traceback (most recent call last):
  191. File "./python.d.plugin", line 39, in <module>
  192. from queue import Queue
  193. ImportError: No module named queue
  194.  
  195. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_netdata] : Can't establish connection to MySQL: (1045, u"Access denied for user 'netdata'@'localhost' (using password: NO)")
  196. 2019-12-14 08:44:48: python.d ERROR: mysql[mycnf2_netdata] : Traceback (most recent call last):
  197. File "./python.d.plugin", line 39, in <module>
  198. from queue import Queue
  199. ImportError: No module named queue
  200.  
  201. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[mycnf2_netdata] : check failed
  202. 2019-12-14 08:44:48: python.d ERROR: mysql[socket1_netdata] : Can't establish connection to MySQL: (1045, u"Access denied for user 'netdata'@'localhost' (using password: NO)")
  203. 2019-12-14 08:44:48: python.d ERROR: mysql[socket1_netdata] : Traceback (most recent call last):
  204. File "./python.d.plugin", line 39, in <module>
  205. from queue import Queue
  206. ImportError: No module named queue
  207.  
  208. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket1_netdata] : check failed
  209. 2019-12-14 08:44:48: python.d ERROR: mysql[socket2_netdata] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  210. 2019-12-14 08:44:48: python.d ERROR: mysql[socket2_netdata] : Traceback (most recent call last):
  211. File "./python.d.plugin", line 39, in <module>
  212. from queue import Queue
  213. ImportError: No module named queue
  214.  
  215. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket2_netdata] : check failed
  216. 2019-12-14 08:44:48: python.d ERROR: mysql[socket3_netdata] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  217. 2019-12-14 08:44:48: python.d ERROR: mysql[socket3_netdata] : Traceback (most recent call last):
  218. File "./python.d.plugin", line 39, in <module>
  219. from queue import Queue
  220. ImportError: No module named queue
  221.  
  222. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket3_netdata] : check failed
  223. 2019-12-14 08:44:48: python.d ERROR: mysql[socket4_netdata] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on 'localhost' ([Errno 2] No such file or directory)")
  224. 2019-12-14 08:44:48: python.d ERROR: mysql[socket4_netdata] : Traceback (most recent call last):
  225. File "./python.d.plugin", line 39, in <module>
  226. from queue import Queue
  227. ImportError: No module named queue
  228.  
  229. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[socket4_netdata] : check failed
  230. 2019-12-14 08:44:48: python.d ERROR: mysql[tcp_netdata] : Can't establish connection to MySQL: (1045, u"Access denied for user 'netdata'@'localhost' (using password: NO)")
  231. 2019-12-14 08:44:48: python.d ERROR: mysql[tcp_netdata] : Traceback (most recent call last):
  232. File "./python.d.plugin", line 39, in <module>
  233. from queue import Queue
  234. ImportError: No module named queue
  235.  
  236. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcp_netdata] : check failed
  237. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv4_netdata] : Can't establish connection to MySQL: (1045, u"Access denied for user 'netdata'@'localhost' (using password: NO)")
  238. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv4_netdata] : Traceback (most recent call last):
  239. File "./python.d.plugin", line 39, in <module>
  240. from queue import Queue
  241. ImportError: No module named queue
  242.  
  243. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcpipv4_netdata] : check failed
  244. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv6_netdata] : Can't establish connection to MySQL: (2003, "Can't connect to MySQL server on '::1' ([Errno 111] Connection refused)")
  245. 2019-12-14 08:44:48: python.d ERROR: mysql[tcpipv6_netdata] : Traceback (most recent call last):
  246. File "./python.d.plugin", line 39, in <module>
  247. from queue import Queue
  248. ImportError: No module named queue
  249.  
  250. 2019-12-14 08:44:48: python.d INFO: plugin[main] : mysql[tcpipv6_netdata] : check failed
  251. 2019-12-14 08:44:48: python.d INFO: plugin[main] : no jobs to serve
  252. 2019-12-14 08:44:48: python.d INFO: plugin[main] : exiting from main..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement