X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fdoc%2Fmgr%2Fzabbix.rst;h=e0671462524179db8b6bb7c3a417934583c5a655;hb=9f95a23ce0ce15b5cd2b85dc8aaf3906fbf7f463;hp=1aa3ebfcf7e57488e551e04bf9036cf5608f5399;hpb=048b4641096fe966f6d4b1d982fa5ebd37d72d84;p=ceph.git diff --git a/ceph/doc/mgr/zabbix.rst b/ceph/doc/mgr/zabbix.rst index 1aa3ebfcf..e06714625 100644 --- a/ceph/doc/mgr/zabbix.rst +++ b/ceph/doc/mgr/zabbix.rst @@ -68,6 +68,7 @@ Additional configuration keys which can be configured and their default values: - zabbix_port: 10051 - zabbix_sender: /usr/bin/zabbix_sender - interval: 60 +- discovery_interval: 100 Configuration keys ^^^^^^^^^^^^^^^^^^^ @@ -95,7 +96,7 @@ The current configuration of the module can also be shown: Template ^^^^^^^^ -A `template `_. +A `template `_. (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. @@ -129,6 +130,14 @@ This can be done with this command: The module will now send its latest data to the Zabbix server. +Items discovery is accomplished also via zabbix_sender, and runs every `discovery_interval * interval` seconds. If you wish to launch discovery +manually, this can be done with this command: + +:: + + ceph zabbix discovery + + Debugging --------- @@ -141,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.