0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-14 01:29:11 +00:00
netdata_netdata/collectors/python.d.plugin/ceph
2019-04-01 19:34:45 +02:00
..
ceph.chart.py Fix ceph.chart.py for Python3 () 2019-02-15 15:47:21 +03:00
ceph.conf python.d.plugin update () 2018-12-07 10:15:03 +01:00
Makefile.inc Fix make dist () 2018-10-16 15:26:28 +03:00
README.md Correct typo in ceph README () 2019-04-01 19:34:45 +02:00

ceph

This module monitors the ceph cluster usage and consumption data of a server.

It produces:

  • Cluster statistics (usage, available, latency, objects, read/write rate)
  • OSD usage
  • OSD latency
  • Pool usage
  • Pool read/write operations
  • Pool read/write rate
  • number of objects per pool

Requirements:

  • rados python module
  • Granting read permissions to ceph group from keyring file
# chmod 640 /etc/ceph/ceph.client.admin.keyring

Configuration

Sample:

local:
  config_file: '/etc/ceph/ceph.conf'
  keyring_file: '/etc/ceph/ceph.client.admin.keyring'

analytics