====== Monitoring CEPH ====== ^ Documentation ^| ^Name:| Monitoring | ^Description:| Ceph monitoring Monitoring | ^Modification date :|01/07/2019| ^Owner:|dodger| ^Notify changes to:|Owner| ^Tags:| ceph, object storage| ^Scalate to:|The_fucking_bofh| ====== External documentation ====== * [[https://access.redhat.com/articles/3031571]] * [[https://github.com/ceph/ceph-nagios-plugins]] ====== RadosGW ====== Create ''centreon'' user: export THEUSERNAME="centreon" sudo radosgw-admin user create --uid="${THEUSERNAME}" --display-name="${THEUSERNAME} user" sudo radosgw-admin user modify --uid=${THEUSERNAME} --max-buckets=1 export QUOTASCOPE="user" sudo radosgw-admin quota set --quota-scope=${QUOTASCOPE} --uid=${THEUSERNAME} --max-objects=10 It's a very limited user, it can have only 1 bucket and 10 objects total.