Monitorix : Enable Multi-Host2021/06/07 |
Enable Multi-Host to see graphs of other monitoring nodes on a node.
|
|
[1] | |
[2] | Enable Multi-Host setting on a controller Node. |
[root@dlp ~]#
vi /etc/monitorix/monitorix.conf # line 884 : settings for multi-host <multihost> # enable with [y] enabled = y footer_url = y graphs_per_row = 2 default_option_when_all = "System load" # remote host list (display name) # if set multiple hosts, specify with comma separated remotehost_list = node01 #remotehost_list = server 1, server 2, server 3 <remotehost_desc> # access path of remote hosts 0 = http://node01.srv.world:8080,/monitorix #0 = http://www.example.com,/monitorix,/monitorix-cgi #1 = http://10.0.0.1,/monitorix,/monitorix-cgi #2 = http://192.168.0.100:8080,/,/ </remotehost_desc> groups = n remotegroup_list = My Group <remotegroup_desc> 0 = server 2, server 3 </remotegroup_desc> </multihost>[root@dlp ~]# systemctl restart monitorix
|
[3] | Access to controller Node and click [Hostname] field, then you can select other Nodes you set. Select a Node and click [OK], then it's possible to see graphs of another Node. |