Tasos Katsoulas 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 лет назад
README.md 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 лет назад
rethinkdbs.chart.py f1d133190b collectors/python.d: format modules code (#7832) 5 лет назад
rethinkdbs.conf 5286dae8eb python.d.plugin update (#4936) 6 лет назад

README.md

RethinkDB monitoring with Netdata

Collects database server and cluster statistics.

Following charts are drawn:

  1. Connected Servers

    • connected
    • missing
  2. Active Clients

    • active
  3. Queries per second

    • queries
  4. Documents per second

    • documents

Configuration

Edit the python.d/rethinkdbs.conf configuration file using edit-config from the Netdata config directory, which is typically at /etc/netdata.

cd /etc/netdata   # Replace this path with your Netdata config directory, if different
sudo ./edit-config python.d/rethinkdbs.conf
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.