We are using Zabbix 3.4.8 on Debian Stretch with about 29 Proxys I guess. We are slowly migration from passive Proxys with IPsec VPNs to Active Proxys with TLS-PSK. This Zabbix Installation is online since Zabbix 2.0.
While migrating the Proxys from Passive to Active I hit one of the oldest Proxys. This one has been in use since ever. I first stumbled on this error, when I tried to switch from passive to active:
So I searched for a while but eventually gave up and created the Proxy a second time with Active TLS-PSK. I switched the hosts and everything works just fine. But as I tried to delete the old instance, I now faced a new problem which must be related to the first problem I guess:
Can anybody help me with this, or is this interesting enough to be considered for a bug report?
While migrating the Proxys from Passive to Active I hit one of the oldest Proxys. This one has been in use since ever. I first stumbled on this error, when I tried to switch from passive to active:
Code:
Interface is linked to item "Maximum number of opened files" on "".
Code:
Error in query [DELETE FROM interface WHERE hostid='10085'] [Cannot delete or update a parent row: a foreign key constraint fails (`zabbix`.`items`, CONSTRAINT `c_items_4` FOREIGN KEY (`interfaceid`) REFERENCES `interface` (`interfaceid`))] SQL statement execution has failed "DELETE FROM interface WHERE hostid='10085'"
Comment