FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

netdata/collectors/python.d.plugin/rethinkdbs at master · 40a/netdata · GitHub

/ netdata Public
forked from netdata/netdata

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.



Back | FazBrowse Home | New Git URL