I've noticed these message in zabbix_log.
If I run
on Postgresql i get no results back. There is no syntax with the query.
________
Sex sex
Code:
5433:20101003:071113.650 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: current transaction is aborted, commands ignored until end of transaction block
[select distinct t.triggerid,t.type,t.value,t.error,t.expression,f.itemid from triggers t,functions f,items i where i.status not in (3) and i.itemid=f.itemid and t.status=0 and f.triggerid=t.triggerid and f.itemid in (22170,22171) order by t.triggerid]
5432:20101003:071118.651 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: syntax error at or near ","
LINE 1: ...value) values (22170,1286104275,2529124181.000000),(22171,12...
^
[insert into history (itemid,clock,value) values (22170,1286104275,2529124181.000000),(22171,1286104276,686486234.000000);
]
5432:20101003:071118.652 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: current transaction is aborted, commands ignored until end of transaction block
[select distinct t.triggerid,t.type,t.value,t.error,t.expression,f.itemid from triggers t,functions f,items i where i.status not in (3) and i.itemid=f.itemid and t.status=0 and f.triggerid=t.triggerid and f.itemid in (22170,22171) order by t.triggerid]
5431:20101003:071123.653 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: syntax error at or near ","
LINE 1: ...value) values (22170,1286104280,2529124181.000000),(22171,12...
^
[insert into history (itemid,clock,value) values (22170,1286104280,2529124181.000000),(22171,1286104281,686486234.000000),(22162,1286104282,0.930000),(22163,1286104283,1.030000);
]
5431:20101003:071123.654 [Z3005] Query failed: [0] PGRES_FATAL_ERROR:ERROR: current transaction is aborted, commands ignored until end of transaction block
[select distinct t.triggerid,t.type,t.value,t.error,t.expression,f.itemid from triggers t,functions f,items i where i.status not in (3) and i.itemid=f.itemid and t.status=0 and f.triggerid=t.triggerid and f.itemid in (22170,22171,22162,22163) order by t.triggerid]
"select distinct t.triggerid,t.type,t.value,t.error,t.expression,f. itemid from triggers t,functions f,items i where i.status not in (3) and i.itemid=f.itemid and t.status=0 and f.triggerid=t.triggerid and f.itemid in (22170,22171) order by t.triggerid"

________
Sex sex
Comment