summaryrefslogtreecommitdiffstats
path: root/python.d/README.md
diff options
context:
space:
mode:
authorLuis Eduardo <leduardo@lsd.ufcg.edu.br>2017-12-23 11:16:42 -0300
committerLuis Eduardo <leduardo@lsd.ufcg.edu.br>2018-01-27 17:45:10 -0300
commitbaea5b5d36a6278433b1ad5cf5acaf33809ffb88 (patch)
treec0bca999f0dcbf3c177331090f3dcdfd7a610009 /python.d/README.md
parent37ec3474b943fb7e1c3bcca2a034188e7f05e722 (diff)
Add ceph docs
Diffstat (limited to 'python.d/README.md')
-rw-r--r--python.d/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/python.d/README.md b/python.d/README.md
index 8f56d9eae7..74fd4562e2 100644
--- a/python.d/README.md
+++ b/python.d/README.md
@@ -323,6 +323,41 @@ local:
---
+# ceph
+
+This module monitors the ceph cluster usage and consuption data of a server.
+
+It produces:
+
+* cluster disk statistics
+* OSD usage
+* pool usage
+* number of objects per pool
+
+**Requirements:**
+
+- `rados` python module
+- Add netdata user to ceph group
+```shell
+# useradd -g ceph netdata
+```
+
+- Granting read permissions to ceph group from keyring file
+```shell
+# chmod 640 /etc/ceph/ceph.client.admin.keyring
+```
+
+### Configuration
+
+Sample:
+```yaml
+local:
+ config_file: '/etc/ceph/ceph.conf'
+ keyring_file: '/etc/ceph/ceph.client.admin.keyring'
+```
+
+---
+
# couchdb
This module monitors vital statistics of a local Apache CouchDB 2.x server, including: