Hi,
I added one active item (log watcher) and the server crashed a few
minutes later.
Here is the error message in the zabbix_server.log file:
I fixed it by enlarging the lastvalue field in DB table items to varchar (512) and restarting the server prozess.
I am not sure, whether this is the right fix, but it works for me
Waiting for 1.6 to arrive !
Regards
Norbert.
I added one active item (log watcher) and the server crashed a few
minutes later.
Here is the error message in the zabbix_server.log file:
Code:
88845:20071214:154232 Query::update items set nextcheck=1197643472,prevvalue=la stvalue,lastvalue='16.10.2007 22:47:20 Deleted NT AUTHORITY\\NE TWORK SERVICE D:\\Program Files (x86)\\Microsoft Forefront Security\\Exchange Server\\FSECCRService.exe D:\\Program Files (x86)\\Microsoft Forefront Sec urity\\Exchange Server\\Data\\Engines\\x86\\Kaspersky5\\Bin\\dailyc.txt Univ.scr ipt/99a (Virus)',lastclock=1197643352 where itemid=500000000020292 88845:20071214:154232 Query failed:PGRES_FATAL_ERROR:ERROR: value too long for type character varying(255) 88845:20071214:154232 Query::select distinct function,parameter,itemid,lastvalu e from functions where itemid=500000000020292 88845:20071214:154232 Query failed:PGRES_FATAL_ERROR:ERROR: current transactio n is aborted, commands ignored until end of transaction block
I am not sure, whether this is the right fix, but it works for me

Waiting for 1.6 to arrive !
Regards
Norbert.
Comment