hi,
I've a problem with zabbix after updating to v.1.6.6.
Seems that the patch.sql update procedure did not work correctly and now no notifications are sent. I receive following error in the zabbix_server.log:
can you help me with that or do I have to restore the db and zabbix sources??
we are running zabbix on sles10 with a mysql db.
thanks for prompt help!
I've a problem with zabbix after updating to v.1.6.6.
Seems that the patch.sql update procedure did not work correctly and now no notifications are sent. I receive following error in the zabbix_server.log:
Code:
26753:20091002:085725 [Z3005] Query failed: [1054] Unknown column 'actionid' in 'field list' [select escalationid,actionid,triggerid,eventid,r_eventid,esc_step,status from escalations where status in (0,1) and nextcheck<=1254466645 and escalationid between 000000000000000 and 099999999999999] 26753:20091002:085728 [Z3005] Query failed: [1054] Unknown column 'actionid' in 'field list' [select escalationid,actionid,triggerid,eventid,r_eventid,esc_step,status from escalations where status in (0,1) and nextcheck<=1254466648 and escalationid between 000000000000000 and 099999999999999] 26753:20091002:085731 [Z3005] Query failed: [1054] Unknown column 'actionid' in 'field list' [select escalationid,actionid,triggerid,eventid,r_eventid,esc_step,status from escalations where status in (0,1) and nextcheck<=1254466651 and escalationid between 000000000000000 and 099999999999999] 26753:20091002:085734 [Z3005] Query failed: [1054] Unknown column 'actionid' in 'field list' [select escalationid,actionid,triggerid,eventid,r_eventid,esc_step,status from escalations where status in (0,1) and nextcheck<=1254466654 and escalationid between 000000000000000 and 099999999999999]
can you help me with that or do I have to restore the db and zabbix sources??
we are running zabbix on sles10 with a mysql db.
thanks for prompt help!
Comment