HowtoCeph: installer python-awsauth pour le check_ceph_rgw_api

This commit is contained in:
Alexis Ben Miloud--Josselin 2022-12-22 11:05:08 +01:00
parent 09f2af28b5
commit c58e247dbc

View file

@ -917,6 +917,7 @@ Aussi, ce _check_, contrairement aux autres, ne permet pas de spécifier le chem
### `check_ceph_rgw_api`
~~~
# apt install python-awsauth
# radosgw-admin user create --uid=nagios --display-name='Monitoring user'
# radosgw-admin caps add --uid=nagios --caps="buckets=read"
# sudo -u nagios /usr/local/lib/nagios/plugins/check_ceph_rgw_api -H <url> -a <access_key> -s <secret_key>