-
Incident report
-
Resolution: Duplicate
-
Blocker
-
None
-
4.2.5
Having this key:
zabbix[host,,maintenance]
for a host, monitored by zabbix proxy and this item has a pre-processing step (don't ask me why).
When proxy received configuration, it gets this errors:
20473:20190806:235257.280 received configuration data from server at "127.0.0.1", datalen 3957 20473:20190806:235257.282 [Z3005] query failed: [1452] Cannot add or update a child row: a foreign key constraint fails (`proxy4.2`.`item_preproc`, CONSTRAINT `c_item_preproc_1` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE) [insert into item_preproc (item_preprocid,itemid,step,type,params,error_handler,error_handler_params) values (7461,29271,1,6,'',0,''); ] 20473:20190806:235257.282 failed to update local proxy configuration copy: database error
Reproducible in 4.2.5, so recent fix does not cover this case.ZBX-16308
- duplicates
-
ZBX-16473 preprocessing steps are ignored for calculated items if host is monitored by proxy
- Closed