RethinkDB monitoring with Netdata
Collects database server and cluster statistics.
Following charts are drawn:
Connected Servers
- connected
 - missing
 
Active Clients
- active
 
Queries per second
- queries
 
Documents per second
- documents
 
Configuration
Edit the python.d/rethinkdbs.conf configuration file using edit-config from the Netdata config
directory, which is typically at /etc/netdata.
cd /etc/netdata   # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/rethinkdbs.conf
localhost:
  name     : 'local'
  host     : '127.0.0.1'
  port     : 28015
  user     : "user"
  password : "pass"
When no configuration file is found, module tries to connect to 127.0.0.1:28015.
Was this page helpful?
Need further help?
Search for an answer in our community forum.
Contribute
- Join our community forum
 - Learn how to contribute to Netdata's open-source project
 - Submit a feature request