[Monitorix-general] Multihost don't reach nodes on local network
Monitorix is a system monitoring tool
Brought to you by:
mikaku
From: Jon T. <te...@re...> - 2020-08-02 12:24:31
|
Hi, just starting using Monitorix, and having problem using multihost reaching machines on local, 192-network. Setup is the following: * master hast two interfaces, one to the internet and one to a local network, 192.168.56.0. * master (here called gandalf) is using apache (and I have disabled builtin httpd on this). * The machines on 192.168.56.0 use builtin httpd. * Some relevant lines in monitorix.conf on the master are: remotehost_list =gandalf,f001,f002 <remotehost_desc> 0 = http://gandalf,/monitorix,/monitorix-cgi 1 = http://f011:8080,/monitorix,/monitorix-cgi 2 = http://f002:8080,/monitorix,/monitorix-cgi </remotehost_desc> This enables me to see all the data from the master/gandalf, but nothing from neither f001 nor f002. Again, gandalf have two nics, and curl indicates that both f001:8080 and f002:8080 are "working", i.e. they seem to generate relevant html. I have probably missed something obvious, and any hints are greatly appreciated! Machines are running CentOS-8.2, and monitorix-3.12.0-1.el8.noarch is used. Thanks, /jon |