1) Ceph Cluster status plugin for Munin
2) ====================================
3)
4) Usage
5) -----
6)
7) $0 config
8) show graphs that should be generated
9)
10) $0
11) show the data for the graphs
12)
13) This plugin have 3 modes :
14)
15) - ceph_usage : graph data/allocated and total space cluster usage
16) - ceph_osd : graph ceph OSDs number (total/UP/IN)
17) - ceph_mon : graph ceph MONs number (total/UP)
18)
19) To install this plugin :
20)
21) ln -s /path/to/ceph_status /etc/munin/plugins/ceph_usage
22) ln -s /path/to/ceph_status /etc/munin/plugins/ceph_osd
23) ln -s /path/to/ceph_status /etc/munin/plugins/ceph_mon
24)
25) If you are using cephx, you have to manually configure it :
26)
27) - You have to create ceph user first :
28)