mirror of
https://github.com/netdata/netdata.git
synced 2025-04-16 02:24:15 +00:00
![]() * make remark access all directories * detailed fix after autofix by remark lint * cross check autofix for this set of files * crosscheck more files * crosschecking and small fixes * crosscheck autofixed md files |
||
---|---|---|
.. | ||
Makefile.inc | ||
README.md | ||
rethinkdbs.chart.py | ||
rethinkdbs.conf |
rethinkdbs
Module monitor rethinkdb health metrics.
Following charts are drawn:
-
Connected Servers
- connected
- missing
-
Active Clients
- active
-
Queries per second
- queries
-
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
.