I've been using Zabbix Proxies to monitor devices at remote locations. The proxies talk back to my cloud Zabbix server and it all has been working great for years. I just stood up a new Proxy at a new client's site and cannot get the devices to come online. Checking the Proxy Log I see the following message;
failed to update local proxy configuration copy: invalid field name "items.jmx_endpoint"
Apparently this is the result of a version mismatch between the server, proxy, and devices. The devices are all running the latest version of the agent I think, 3.4.6. The server runs 3.4.11. However, a check of the Proxy Version shows; 3.0.7. I just built this two days ago using what I thought was the current package; zabbix-release_3.4-1+stretch_all.deb.
Why would this package contain this old version of the proxy and how do I get the appropriate Proxy version?
failed to update local proxy configuration copy: invalid field name "items.jmx_endpoint"
Apparently this is the result of a version mismatch between the server, proxy, and devices. The devices are all running the latest version of the agent I think, 3.4.6. The server runs 3.4.11. However, a check of the Proxy Version shows; 3.0.7. I just built this two days ago using what I thought was the current package; zabbix-release_3.4-1+stretch_all.deb.
Why would this package contain this old version of the proxy and how do I get the appropriate Proxy version?
efault-Release "stable"
for stable release only, your version will be 3.0.7 even if zabbix-release-3.4 installed. So, check apt settings.
Comment