Ilya Mashchenko bd333ab9bd rethinkdb collector new driver support (#6431) 5 лет назад
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 лет назад
README.md 415f57c5bf Ga (#4938) 6 лет назад
rethinkdbs.chart.py bd333ab9bd rethinkdb collector new driver support (#6431) 5 лет назад
rethinkdbs.conf 5286dae8eb python.d.plugin update (#4936) 6 лет назад

README.md

rethinkdbs

Module monitor rethinkdb health metrics.

Following charts are drawn:

  1. Connected Servers

    • connected
    • missing
  2. Active Clients

    • active
  3. Queries per second

    • queries
  4. 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]()