mirror of
https://github.com/ceph/ceph
synced 2024-12-24 20:33:27 +00:00
mgr/zabbix: Documentation added.
Signed-off-by: slivik <jakub.sliva@gmail.com>
This commit is contained in:
parent
c02fc4c148
commit
96c6cb4e4e
@ -100,6 +100,22 @@ A `template <https://raw.githubusercontent.com/ceph/ceph/9c54334b615362e0a60442c
|
||||
|
||||
This template contains all items and a few triggers. You can customize the triggers afterwards to fit your needs.
|
||||
|
||||
|
||||
Multiple Zabbix servers
|
||||
^^^^^^^^^^^^^^^^^^^^^^^
|
||||
It is possible to instruct zabbix module to send data to multiple Zabbix servers.
|
||||
|
||||
Parameter *zabbix_host* can be set with multiple hostnames separated by commas.
|
||||
Hosnames (or IP adderesses) can be followed by colon and port number. If a port
|
||||
number is not present module will use the port number defined in *zabbix_port*.
|
||||
|
||||
For example:
|
||||
|
||||
::
|
||||
|
||||
ceph zabbix config-set zabbix_host "zabbix1,zabbix2:2222,zabbix3:3333"
|
||||
|
||||
|
||||
Manually sending data
|
||||
---------------------
|
||||
If needed the module can be asked to send data immediately instead of waiting for
|
||||
|
Loading…
Reference in New Issue
Block a user