]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update mgr doc on how to enable Zabbix module 16861/head
authorWido den Hollander <wido@42on.com>
Mon, 7 Aug 2017 08:03:10 +0000 (10:03 +0200)
committerWido den Hollander <wido@42on.com>
Mon, 7 Aug 2017 08:03:10 +0000 (10:03 +0200)
Signed-off-by: Wido den Hollander <wido@42on.com>
doc/mgr/zabbix.rst

index d98540e869692b4ecaef25e5000467c7c1a1a562..01b38e43f736c01dad409bb3fe293424365fb381 100644 (file)
@@ -36,18 +36,11 @@ On Fedora:
 
 Enabling
 --------
-
-Add this to your ceph.conf on nodes where you run ceph-mgr:
+You can enable the *zabbix* module with:
 
 ::
 
-    [mgr]
-        mgr modules = zabbix
-
-If you use any other ceph-mgr modules, make sure they're in the list too.
-
-Restart the ceph-mgr daemon after modifying the setting to load the module.
-
+    ceph mgr module enable zabbix
 
 Configuration
 -------------