Hello Everybody,
After updating my Zabbix Server and Zabbix Proxy on one of my customers, i started having the following issue:
29619:20200324:153428.729 received configuration data from server at "zabbix_server", datalen 310664
29619:20200324:153428.731 failed to update local proxy configuration copy: invalid table name "interface_snmp"
Also on another Proxy i get this:
3163:20200324:154546.308 [Z3005] query failed: [1452] Cannot add or update a child row: a foreign key constraint fails (`zabbix_proxy`.`interface_snmp`, CONSTRAINT `c_interface_snmp_1` FOREIGN KEY (`interfaceid`) REFERENCES `interface` (`interfaceid`) ON DELETE CASCADE) [insert into interface_snmp (interfaceid,version,bulk,community,securityname,s ecuritylevel,authpassphrase,privpassphrase,authpro tocol,privprotocol,contextname) values (120,2,1,'{$SNMP_COMMUNITY}','',0,'','',0,0,''),(1 21,2,1,'{$SNMP_COMMUNITY}','',0,'','',0,0,'');
I am not being able to monitor anything behind the proxies due to this.
Does somebody know why is this happening ?
Thank you very much.
PS: I am using Zabbix Server and Proxy 5.0.0alpha3. I installed it from packages for version 4.5.1.
After updating my Zabbix Server and Zabbix Proxy on one of my customers, i started having the following issue:
29619:20200324:153428.729 received configuration data from server at "zabbix_server", datalen 310664
29619:20200324:153428.731 failed to update local proxy configuration copy: invalid table name "interface_snmp"
Also on another Proxy i get this:
3163:20200324:154546.308 [Z3005] query failed: [1452] Cannot add or update a child row: a foreign key constraint fails (`zabbix_proxy`.`interface_snmp`, CONSTRAINT `c_interface_snmp_1` FOREIGN KEY (`interfaceid`) REFERENCES `interface` (`interfaceid`) ON DELETE CASCADE) [insert into interface_snmp (interfaceid,version,bulk,community,securityname,s ecuritylevel,authpassphrase,privpassphrase,authpro tocol,privprotocol,contextname) values (120,2,1,'{$SNMP_COMMUNITY}','',0,'','',0,0,''),(1 21,2,1,'{$SNMP_COMMUNITY}','',0,'','',0,0,'');
I am not being able to monitor anything behind the proxies due to this.
Does somebody know why is this happening ?
Thank you very much.
PS: I am using Zabbix Server and Proxy 5.0.0alpha3. I installed it from packages for version 4.5.1.
Comment