1d5efebce4c69f5991cd13440312cd3d0ea7c6f6
Benjamin Renard Initial commit

Benjamin Renard authored 10 years ago

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) 
Benjamin Renard Fixed s/nagios/munin/ error...

Benjamin Renard authored 10 years ago

29)   ceph auth get-or-create client.munin mon 'allow r' > /etc/ceph/ceph.client.munin.keyring
30)   chown munin: /etc/ceph/ceph.client.munin.keyring
31)   chmod 400 /etc/ceph/ceph.client.munin.keyring