I have four nodes, 3 of them are running Hamvoip and 1 has ASL3 with Supermon 7.4 installed.
I am trying to display the ASL3 node in the Supermon of one of the Hamvoip nodes.
I have no problem connecting from any of the nodes. including the ASL3 node, to the Hamvoip units, but I cannot connect to the Asterisk Manager on the ASL3 unit from any of the Hamvoip units.
I have the same allmon.ini and manager.conf configuration on all of them.
The one thing I do notice in the ASL3 node, is there is an additional directory "manager.d" with no files in it.
Any help would be appreciated.
Likely just a fire wall issue supermon has no part in a remote connection you have to make sure you can reach the port of ASL3.
check manager.conf
[general]
enabled = yes
port = 5038
;bindaddr = 127.0.0.1 ; Comment when not localhost access
bindaddr=0.0.0.0
it wont work unless bind address is set right and port 5038 is open.