From 51cb33689cd6d9de8181ced3ae807886b92a25bd Mon Sep 17 00:00:00 2001 From: Alexis Ben Miloud--Josselin Date: Fri, 23 Dec 2022 15:52:51 +0100 Subject: [PATCH] =?UTF-8?q?HowtoCeph:=20Corriger=20cr=C3=A9ation=20ceph.cl?= =?UTF-8?q?ient.nagios.keyring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoCeph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~~~