]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update Zabbix template reference 33661/head
authorbk203 <5450789+bk203@users.noreply.github.com>
Mon, 2 Mar 2020 13:19:56 +0000 (14:19 +0100)
committerKefu Chai <kchai@redhat.com>
Tue, 3 Mar 2020 02:32:57 +0000 (10:32 +0800)
The old link references a 2017 version of the template, I experienced problems using this version of the template with the latest version of Ceph. Ceph would report "Failed to send data to Zabbix", by importing the newer 2019 version of the template within Zabbix Ceph could again send data (due to changed Zabbix Trapper item keys). Propose to replace the link for a link referencing the master branch of the template so the newest version is always referenced in the docs.

Signed-off-by: Mathijs Smit <m.smit@goldenvalue.nl>
doc/mgr/zabbix.rst

index d72083dc9c6ec2a685401b9a8ac60e958cce51bd..e0671462524179db8b6bb7c3a417934583c5a655 100644 (file)
@@ -96,7 +96,7 @@ The current configuration of the module can also be shown:
 
 Template
 ^^^^^^^^
-A `template <https://raw.githubusercontent.com/ceph/ceph/9c54334b615362e0a60442c2f41849ed630598ab/src/pybind/mgr/zabbix/zabbix_template.xml>`_. 
+A `template <https://raw.githubusercontent.com/ceph/ceph/master/src/pybind/mgr/zabbix/zabbix_template.xml>`_. 
 (XML) to be used on the Zabbix server can be found in the source directory of the module.
 
 This template contains all items and a few triggers. You can customize the triggers afterwards to fit your needs.
@@ -150,4 +150,4 @@ ceph-mgr and check the logs.
         debug mgr = 20
 
 With logging set to debug for the manager the module will print various logging
-lines prefixed with *mgr[zabbix]* for easy filtering.
\ No newline at end of file
+lines prefixed with *mgr[zabbix]* for easy filtering.