Tasos Katsoulas 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 years ago
..
Makefile.inc d802f83e4a Fix make dist (#4401) 6 years ago
README.md 9f1403de7d Covert our documentation links to GH absolute links (#14344) 2 years ago
ceph.chart.py d11ec6f978 Ceph: Added OSD size collection (#8649) 4 years ago
ceph.conf 4ca5569f9e Added ability to change ID used to connect to ceph. (#8276) 5 years ago

README.md

CEPH monitoring with Netdata

Monitors the ceph cluster usage and consumption data of a server, and 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

Edit the python.d/ceph.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/ceph.conf

Sample:

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