Thanks for the data again.
This line in the agent configuration is incorrect (that's why your proxy didn't see the fe2 agent connecting):
ServerActive=127.0.0.1;192.168.24.169;192.168.24.1 70;192.168.24.178
(It lists all the IPs as HA node addresses and that's wrong)
When testing the active agent functionality only list the specific test there:
- if testing with the HA servers, set it to ServerActive=192.168.24.169;192.168.24.170
- if testing with the proxy, set it to ServerActive=192.168.24.178 (127.0.0.1 only works if testing the agent on the server or on the proxy)
On which OS are you running these btw?
Did you already test an active agent on the proxy, reporting directly to the server?
Markku
This line in the agent configuration is incorrect (that's why your proxy didn't see the fe2 agent connecting):
ServerActive=127.0.0.1;192.168.24.169;192.168.24.1 70;192.168.24.178
(It lists all the IPs as HA node addresses and that's wrong)
When testing the active agent functionality only list the specific test there:
- if testing with the HA servers, set it to ServerActive=192.168.24.169;192.168.24.170
- if testing with the proxy, set it to ServerActive=192.168.24.178 (127.0.0.1 only works if testing the agent on the server or on the proxy)
On which OS are you running these btw?
Did you already test an active agent on the proxy, reporting directly to the server?
Markku

Comment