I'm just starting to get Zabbix up and configured for our network, but having an issue anytime I add a second monitored host into the mix.
I added one server, and have been logging data for 24 hours successfully and as expected. Whenever I start to monitor a second server, data immediately stops being logged for the first server, and the second will log very spotty (if at all).
Now, at first I hadn't configured zabbix_agentd.conf properly on each monitored host, as I left 'localhost' in as the hostname. This was working ok with one host, but when I add the second I figured that was causing the issues. I have since corrected this, but unfortunately am having the same results.
Logging on the zabbix server shows timeouts. There are quite a few timeouts actually when only running the one server, but as soon as I add the second they both timeout.
zabbix_agent.conf is configured on each host with the Zabbix server IP, the local short hostname, and I have increased timeout to 25 on each of the hosts.
All of these servers are on the same network, and it is not a firewall issue as I have added ports 10050 and 10051 to allow connections, and even disabled the firewall on each machine at one point to rule that out.
Anyone have an idea of what I can check config wise?
I added one server, and have been logging data for 24 hours successfully and as expected. Whenever I start to monitor a second server, data immediately stops being logged for the first server, and the second will log very spotty (if at all).
Now, at first I hadn't configured zabbix_agentd.conf properly on each monitored host, as I left 'localhost' in as the hostname. This was working ok with one host, but when I add the second I figured that was causing the issues. I have since corrected this, but unfortunately am having the same results.
Logging on the zabbix server shows timeouts. There are quite a few timeouts actually when only running the one server, but as soon as I add the second they both timeout.
zabbix_agent.conf is configured on each host with the Zabbix server IP, the local short hostname, and I have increased timeout to 25 on each of the hosts.
All of these servers are on the same network, and it is not a firewall issue as I have added ports 10050 and 10051 to allow connections, and even disabled the firewall on each machine at one point to rule that out.
Anyone have an idea of what I can check config wise?
Comment