Zabbix 1.5.5 Trunk: 5973 - Disable Items
The following SQL error happens when an item key is disabled:
Error in query [select status from items where itemid=] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
Error in query [select distinct t.triggerid from triggers t,functions f where f.triggerid=t.triggerid and f.itemid=] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
Error in query [update items set status=1 where itemid=] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
The following SQL error happens when an item key is disabled:
Error in query [select status from items where itemid=] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
Error in query [select distinct t.triggerid from triggers t,functions f where f.triggerid=t.triggerid and f.itemid=] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
Error in query [update items set status=1 where itemid=] [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
Comment