]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update mgr/zabbix plugin documentation with link to Zabbix template 24584/head
authorWido den Hollander <wido@42on.com>
Mon, 15 Oct 2018 15:18:12 +0000 (17:18 +0200)
committerWido den Hollander <wido@42on.com>
Fri, 26 Oct 2018 11:45:02 +0000 (13:45 +0200)
Signed-off-by: Wido den Hollander <wido@42on.com>
doc/mgr/zabbix.rst

index 582fdd85e7fb52b5ad742f320d31f121228eda8f..c4fc32a144a6955a12243203810fa4d52f4dbd51 100644 (file)
@@ -92,6 +92,14 @@ The current configuration of the module can also be shown:
 
    ceph zabbix config-show
 
+
+Template
+^^^^^^^^
+A `template <https://raw.githubusercontent.com/ceph/ceph/9c54334b615362e0a60442c2f41849ed630598ab/src/pybind/mgr/zabbix/zabbix_template.xml>`_. 
+(XML) to be used on the Zabbix server can be found in the source directory of the plugin.
+
+This template contains all items and a few triggers. You can customize the triggers afterwards to fit your needs.
+
 Manually sending data
 ---------------------
 If needed the module can be asked to send data immediately instead of waiting for
@@ -100,6 +108,7 @@ the interval.
 This can be done with this command:
 
 ::
+
     ceph zabbix send
 
 The module will now send its latest data to the Zabbix server.