diff --git a/HowtoCeph.md b/HowtoCeph.md index 61b02617..bc09512c 100644 --- a/HowtoCeph.md +++ b/HowtoCeph.md @@ -890,7 +890,7 @@ Un ensemble de [_plugins_ Nagios pour Ceph](https://github.com/ceph/ceph-nagios- Tous les _checks_ sont utilisables _out of the box_ dès qu’on a créé un utilisateur dédié au _monitoring_. ~~~ -# ceph auth get-or-create client.nagios mon 'allow r' | sudo -u nagios tee /etc/ceph/ceph.client.nagios.keyring +# ceph auth get-or-create client.nagios mon 'allow r' | tee /etc/ceph/ceph.client.nagios.keyring # chgrp nagios /etc/ceph/ceph.client.nagios.keyring # chmod g+r /etc/ceph/ceph.client.nagios.keyring ~~~