Hello there,
as of recently one of our Zabbix proxies has stopped working properly. According to the graphs, the problem occurred after the last automated reboot of the virtual machine.
Since then only simple checks on the agents the proxy is monitoring have been delivering data as expected. The other items that use Zabbix agent or SNMP have only delivered their data at most once after each reboot of the proxy, then stopped completely without an error in the logs or web interface.
My Zabbix server is running on version 5.0.4, proxies are on 5.0.4 - 5.0.6, agents are anywhere between 4.0 and 5.0.6. Zabbix servers and proxies are installed on Debian 10 virtual machines on Hyper-Vs.
I was not able to learn anything from the proxy or agent logs. The proxy log (on debug level 3) is just writing that the configuration is transmitted from the server and that the housekeeper is working. Agent logs are almost empty.
The webinterface shows no signs of SNMP or Zabbix agent interfaces being inactive on the hosts - I have also tested an SNMP get on the proxy - which works.
The ports that my proxy is working on to communicate with the server (10051) are open on both sides which I tested with
and the Zabbix agent ports are also open on the host side.
I tried checking the proxy db (mariadb) but I simply don't know enough about the inner workings of Zabbix to find out anything of help to my issue.
My guess is that the problem lies in the proxy somehow not working properly with agent or SNMP checks.
Can anyone help me or knows where I could start looking for the problem?
as of recently one of our Zabbix proxies has stopped working properly. According to the graphs, the problem occurred after the last automated reboot of the virtual machine.
Since then only simple checks on the agents the proxy is monitoring have been delivering data as expected. The other items that use Zabbix agent or SNMP have only delivered their data at most once after each reboot of the proxy, then stopped completely without an error in the logs or web interface.
My Zabbix server is running on version 5.0.4, proxies are on 5.0.4 - 5.0.6, agents are anywhere between 4.0 and 5.0.6. Zabbix servers and proxies are installed on Debian 10 virtual machines on Hyper-Vs.
I was not able to learn anything from the proxy or agent logs. The proxy log (on debug level 3) is just writing that the configuration is transmitted from the server and that the housekeeper is working. Agent logs are almost empty.
The webinterface shows no signs of SNMP or Zabbix agent interfaces being inactive on the hosts - I have also tested an SNMP get on the proxy - which works.
The ports that my proxy is working on to communicate with the server (10051) are open on both sides which I tested with
Code:
nc -vz ip.ip.ip.ip 10051
I tried checking the proxy db (mariadb) but I simply don't know enough about the inner workings of Zabbix to find out anything of help to my issue.
My guess is that the problem lies in the proxy somehow not working properly with agent or SNMP checks.
Can anyone help me or knows where I could start looking for the problem?
Comment