You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux shkoder 4.9.0-4-amd64 #1 SMP Debian 4.9.51-1 (2017-09-28) x86_64 GNU/Linux
Telegraf v1.5.0 (git: release-1.5 a1668bbf)
mysql Ver 15.1 Distrib 10.1.26-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Steps to reproduce:
Configure Telegraf
telegraf --config /etc/telegraf/telegraf.conf --test | grep mysql | sort
Expected behavior:
Per-table information
Actual behavior:
No information about tables/databases.
Additional info:
tail /var/log/telegraf/telegraf.log
2017-12-17T20:19:08Z E! MySQL Error gathering user stats: Error 1054: Unknown column 'rows_fetched' in 'field list'
2017-12-17T20:19:08Z E! Error in plugin [inputs.mysql]: Error 1381: You are not using binary logging
2017-12-17T20:20:19Z E! MySQL Error gathering user stats: Error 1054: Unknown column 'rows_fetched' in 'field list'
2017-12-17T20:20:19Z E! Error in plugin [inputs.mysql]: Error 1381: You are not using binary logging
2017-12-17T20:21:25Z E! MySQL Error gathering user stats: Error 1054: Unknown column 'rows_fetched' in 'field list'
2017-12-17T20:21:25Z E! Error in plugin [inputs.mysql]: Error 1381: You are not using binary logging
2017-12-17T20:27:00Z E! MySQL Error gathering user stats: Error 1054: Unknown column 'rows_fetched' in 'field list'
2017-12-17T20:27:00Z E! Error in plugin [inputs.mysql]: Error 1381: You are not using binary logging
2017-12-17T20:28:54Z E! MySQL Error gathering user stats: Error 1054: Unknown column 'rows_fetched' in 'field list'
2017-12-17T20:28:54Z E! Error in plugin [inputs.mysql]: Error 1381: You are not using binary logging
Relevant telegraf.conf:
System info:
Steps to reproduce:
telegraf --config /etc/telegraf/telegraf.conf --test | grep mysql | sort
Expected behavior:
Per-table information
Actual behavior:
No information about tables/databases.
Additional info:
The text was updated successfully, but these errors were encountered: