-
Type:
Incident report
-
Resolution: Cannot Reproduce
-
Priority:
Major
-
None
-
Affects Version/s: 2.4.3
-
Component/s: None
-
None
I tried to create a new trigger but evertime, it displayed
Error in query [INSERT INTO triggers (description,priority,status,type,comments,url,value,triggerid) VALUES ('TriggerName','5','0','0','','','0','16369')] [Duplicate entry '16369' for key 'PRIMARY'] (FIRST IMAGE)
So, I deleted the triggerid 16369 from the db and I tried to add it again, it was no possible, so I deleted the record from the table= functions with where the triggerid was 16369, then I tried to add the new trigger and I COULD it... (SECOND IMAGE), but when I tried to add a second trigger it displayed the same ERROR, it tries to add the new trigger in the last triggerid 16369, I tried to add a new trigger on other HOST and it was no possible because it displayed the same Error in query [INSERT INTO triggers (description,priority,status,type,comments,url,value,triggerid) VALUES ('TriggerName','5','0','0','','','0','16369')] [Duplicate entry '16369' for key 'PRIMARY']
Also, I followed this link https://support.zabbix.com/browse/ZBX-5218 and I erased the events and the triggers without function, but this problem is still appearing.
Does anyone know what can I do? or why this problem is appering in my zabbix server?
Thanks in advance.