Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 789 Bytes

File metadata and controls

36 lines (24 loc) · 789 Bytes

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