Skip to content

Latest commit

 

History

History
 
 

rethinkdbs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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