mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 17:19:11 +00:00
|
||
---|---|---|
.. | ||
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
.