From: Wido den Hollander Date: Mon, 7 Aug 2017 08:03:10 +0000 (+0200) Subject: doc: Update mgr doc on how to enable Zabbix module X-Git-Tag: v13.0.0~193^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ef5ff0e4b9681c3e5c79c0535fa30c81eb1ccd6e;p=ceph-ci.git doc: Update mgr doc on how to enable Zabbix module Signed-off-by: Wido den Hollander --- diff --git a/doc/mgr/zabbix.rst b/doc/mgr/zabbix.rst index d98540e8696..01b38e43f73 100644 --- a/doc/mgr/zabbix.rst +++ b/doc/mgr/zabbix.rst @@ -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 -------------