Hi
We followed the instrcunres here to install "https://www.zabbix.com/download", this worked for about 4 weeks (until today 1600), we have a number of proxies outside all Active reporting in no issues, then 1600 today, no data....
After ALOT of testing, we notice the Ubuntu install (20.04) is not listening on port 10051 (run command "sudo lsof -i -P -n" shows its listening on port 10050, so why would this change all of a sudden? we have active proxies, which are trying to get in on port 10051 and were working fine.
So we edited /etc/zabbiz/zabbix_server.cont and put line "ListenPort=10051", saved rebooted, still not listening on port 10051, so how do we get this to work?
Was there an update that made this port redundant? do we have to change all local clients to port 10050 now? and why would this just change by itself 4 hours ago?
I am also seeing this in the Administration > Queue page:
I have no idea whats going on here, but really looks like the server config is screwed somehow....
As a minimal level what needs to be in the server_config.conf to make this work?
Many Thanks
UPDATE
We fixed it, so for anyone else who sees this....
We then noticed a small message on the footer of the Web GUI "Zabbix server not running... ", so we looked at the log file /var/log/zabbox/zabbix_server.log, and has the below entries
Found this line:
2586:20210114:213204.781 [file:dbconfig.c,line:98] __zbx_mem_realloc(): out of memory (requested 16 bytes)
and then
2585:20210114:213204.785 Zabbix Server stopped. Zabbix 5.2.3 (revision ae46273eae).
Turns out need to increase the CacheSize setting in the zabbix_server.conf file, ours was # out so we put CacheSize=1G (1Gig)... restarted the server, now working ok.
We followed the instrcunres here to install "https://www.zabbix.com/download", this worked for about 4 weeks (until today 1600), we have a number of proxies outside all Active reporting in no issues, then 1600 today, no data....
After ALOT of testing, we notice the Ubuntu install (20.04) is not listening on port 10051 (run command "sudo lsof -i -P -n" shows its listening on port 10050, so why would this change all of a sudden? we have active proxies, which are trying to get in on port 10051 and were working fine.
So we edited /etc/zabbiz/zabbix_server.cont and put line "ListenPort=10051", saved rebooted, still not listening on port 10051, so how do we get this to work?
Was there an update that made this port redundant? do we have to change all local clients to port 10050 now? and why would this just change by itself 4 hours ago?
I am also seeing this in the Administration > Queue page:
- Connection to Zabbix server "localhost" refused. Possible reasons:
- 1. Incorrect server IP/DNS in the "zabbix.conf.php";
- 2. Security environment (for example, SELinux) is blocking the connection;
- 3. Zabbix server daemon not running;
- 4. Firewall is blocking TCP connection.
- Connection refused
I have no idea whats going on here, but really looks like the server config is screwed somehow....
As a minimal level what needs to be in the server_config.conf to make this work?
Many Thanks
UPDATE
We fixed it, so for anyone else who sees this....
We then noticed a small message on the footer of the Web GUI "Zabbix server not running... ", so we looked at the log file /var/log/zabbox/zabbix_server.log, and has the below entries
Found this line:
2586:20210114:213204.781 [file:dbconfig.c,line:98] __zbx_mem_realloc(): out of memory (requested 16 bytes)
and then
2585:20210114:213204.785 Zabbix Server stopped. Zabbix 5.2.3 (revision ae46273eae).
Turns out need to increase the CacheSize setting in the zabbix_server.conf file, ours was # out so we put CacheSize=1G (1Gig)... restarted the server, now working ok.
Comment