Hi,
I Have a problem with connection to my agents. As a first, I Made a clean install of Zabbix 3.4 and everything was working right.
Now the problem. I Have my installation on local computer, which have local address a 192.*.*.3, public is 78.*.*.*. When I tried to connect to my agent, i create a proxy:
Then I create host monitored by this proxy:
After that, I connect cross SSH to this agent/computer and I change this settings:
But my connection still not working. Zabbix message: Zabbix agent on **Agent** is unreachable for 5 minutes, but it is been there since I added it to Zabbix.
Can somebody help me ? I Think that I will be crazy soon cause of this.
Thanks
I Have a problem with connection to my agents. As a first, I Made a clean install of Zabbix 3.4 and everything was working right.
Now the problem. I Have my installation on local computer, which have local address a 192.*.*.3, public is 78.*.*.*. When I tried to connect to my agent, i create a proxy:
Code:
ServerProxy 213.*.*.* ( Adress of agent site ) localhost IP 10051
Code:
ServerName 192.*.*.40 ( Local adress of agent computer ) --No DNS-- IP-Select 10050
Code:
Server=127.0.0.1,231.*.*.*( Proxy address ) ServerActive=127.0.0.1,231.*.*.*( Proxy address ) Hostname=ServerName
Can somebody help me ? I Think that I will be crazy soon cause of this.
Thanks
Comment