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
Install telegraf with rethinkdb extraction config like i mentioned above
systemctl start telegraf
# journalctl -u telegraf -e
Expected behavior:
Telegraf connects to rethinkdb and gets data
Actual behavior:
Telegraf unable to connect to rethinkdb.
Telegraf sends this to journalctl -u telegraf -e and rethinkdb is not monitored
Jun 23 12:08:10 rethinkdb-cluster-1.localdomain telegraf[27886]: 2017-06-23T12:08:10Z E! ERROR in input [inputs.rethinkdb]: Unable to connect to RethinkDB, no connections were made when creating the session
Jun 23 12:08:10 rethinkdb-cluster-1.localdomain telegraf[27886]: time="2017-06-23T12:08:10Z" level=warning msg="Error creating connection: gorethink: Server dropped connection with message: \"ERROR: Incorrect authorization key.\""
Bug report
Relevant telegraf.conf:
System info:
Telegraf: telegraf-1.2.1.x86_64.rpm
Rethinkdb: 2.3.5
Operating system: Fedora 25 linux
Steps to reproduce:
Tested on fedora 25 linux
systemctl start telegraf
# journalctl -u telegraf -e
Expected behavior:
Telegraf connects to rethinkdb and gets data
Actual behavior:
Telegraf unable to connect to rethinkdb.
Telegraf sends this to
journalctl -u telegraf -e
and rethinkdb is not monitoredAdditional info:
I have fixed it by this PR
#2959
Feature Request
Please, help me monitor rethinkdb, fix the issue with connections!
Proposal:
Use latest RethinkDB library with proper authorization
Current behavior:
Fails to connect
Desired behavior:
Connects and monitors
Use case:
I want to use your telegraf system to monitor our rethinkdb 2.3.5 cluster, but it simply don't works.
The text was updated successfully, but these errors were encountered: