HowtoCeph: Corriger création ceph.client.nagios.keyring

This commit is contained in:
Alexis Ben Miloud--Josselin 2022-12-23 15:52:51 +01:00
parent 7b6b91ce27
commit 51cb33689c

View file

@ -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 quon 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
~~~