0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-25 05:31:37 +00:00
netdata_netdata/collectors/python.d.plugin/rethinkdbs/README.md
Chris Akritidis 415f57c5bf
Ga ()
* Added GA tags to markdowns

* Add GA tags to mds
2018-12-07 11:30:04 +01:00

789 B

rethinkdbs

Module monitor rethinkdb health metrics.

Following charts are drawn:

  1. Connected Servers
  • connected
  • missing
  1. Active Clients
  • active
  1. Queries per second
  • queries
  1. Documents per second
  • documents

configuration


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.


analytics