I setup Zabbix on AWS and then on my local network setup the host. I can see the server and get some reports like availability, however, I think it is wrong.
I opened the 10050 and 10051 ports on TCP.
I get this message in the log:
When I had only 10050 open:
860:20181126:152625.540 active check configuration update from [my.server.ip.address:10051] started to fail (cannot connect to [[my.server.ip.address]:10051]: (null))
5636:20181126:154212.455 failed to accept an incoming connection: from 192.168.1.71: reading first byte from connection failed: [0x0000274C] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
4568:20181126:154529.410 failed to accept an incoming connection: connection from "192.168.1.71" rejected, allowed hosts: "my.server.ip.address"
After opening 10051:
2692:20181201:090419.390 agent #0 started [main process]
2768:20181201:090419.390 agent #1 started [collector]
2772:20181201:090419.390 agent #2 started[listener #1]
2776:20181201:090419.421 agent #3 started[listener #2]
2780:20181201:090419.437 agent #4 started[listener #3]
2784:20181201:090419.437 agent #5 started [active checks #1]
2784:20181201:090422.448 active check configuration update from [my.server.ip.address:10051] started to fail (cannot connect to [[my.server.ip.address]:10051]: (null))
I opened the 10050 and 10051 ports on TCP.
I get this message in the log:
When I had only 10050 open:
860:20181126:152625.540 active check configuration update from [my.server.ip.address:10051] started to fail (cannot connect to [[my.server.ip.address]:10051]: (null))
5636:20181126:154212.455 failed to accept an incoming connection: from 192.168.1.71: reading first byte from connection failed: [0x0000274C] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
4568:20181126:154529.410 failed to accept an incoming connection: connection from "192.168.1.71" rejected, allowed hosts: "my.server.ip.address"
After opening 10051:
2692:20181201:090419.390 agent #0 started [main process]
2768:20181201:090419.390 agent #1 started [collector]
2772:20181201:090419.390 agent #2 started[listener #1]
2776:20181201:090419.421 agent #3 started[listener #2]
2780:20181201:090419.437 agent #4 started[listener #3]
2784:20181201:090419.437 agent #5 started [active checks #1]
2784:20181201:090422.448 active check configuration update from [my.server.ip.address:10051] started to fail (cannot connect to [[my.server.ip.address]:10051]: (null))
Comment