when update template, zabbix show error infomation: trigger already existed in "", error detail show in photo1.

I have checked the database of zabbix, to find which have the same name trigger with template and make the confict, but find nothing. The sql is below, and the sql result show in photo2.
select * from `hosts` where hostid in (select hostid from items where itemid in (select itemid from functions where triggerid in (select triggerid from `triggers` where description like '%agent 在3分钟内无法访问%' and templateid is NULL)));

I don't have any idea to fix this problem now, is anyone can help? Thanks a lot...
I have checked the database of zabbix, to find which have the same name trigger with template and make the confict, but find nothing. The sql is below, and the sql result show in photo2.
select * from `hosts` where hostid in (select hostid from items where itemid in (select itemid from functions where triggerid in (select triggerid from `triggers` where description like '%agent 在3分钟内无法访问%' and templateid is NULL)));
I don't have any idea to fix this problem now, is anyone can help? Thanks a lot...
Comment