Fixed s/nagios/munin/ error in documentation
Benjamin Renard

Benjamin Renard commited on 2013-12-03 09:30:38
Showing 2 changed files, with 6 additions and 6 deletions.

... ...
@@ -26,9 +26,9 @@ If you are using cephx, you have to manually configure it :
26 26
 
27 27
 - You have to create ceph user first :
28 28
 
29
-  ceph auth get-or-create client.nagios mon 'allow r' > /etc/ceph/ceph.client.nagios.keyring
30
-  chown munin: /etc/ceph/ceph.client.nagios.keyring
31
-  chmod 400 /etc/ceph/ceph.client.nagios.keyring
29
+  ceph auth get-or-create client.munin mon 'allow r' > /etc/ceph/ceph.client.munin.keyring
30
+  chown munin: /etc/ceph/ceph.client.munin.keyring
31
+  chmod 400 /etc/ceph/ceph.client.munin.keyring
32 32
 
33 33
 - After, you have to configure ceph_status execution :
34 34
 
... ...
@@ -33,9 +33,9 @@ If you are using cephx, you have to manually configure it :
33 33
 
34 34
 - You have to create ceph user first :
35 35
 
36
-  ceph auth get-or-create client.nagios mon 'allow r' > /etc/ceph/ceph.client.nagios.keyring
37
-  chown munin: /etc/ceph/ceph.client.nagios.keyring
38
-  chmod 400 /etc/ceph/ceph.client.nagios.keyring
36
+  ceph auth get-or-create client.munin mon 'allow r' > /etc/ceph/ceph.client.munin.keyring
37
+  chown munin: /etc/ceph/ceph.client.munin.keyring
38
+  chmod 400 /etc/ceph/ceph.client.munin.keyring
39 39
 
40 40
 - After, you have to configure ceph_status execution :
41 41
 
42 42