Regards!
My zabbix installation has started failing after an upgrade to beta6. Problem is this:
Query::update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where triggerid=31134 and repeats>0 and status=0
020673:20060222:101159 Query failed:Lock wait timeout exceeded; try restarting transaction [1205]
Problem seems to be similar to:
Please help me fix this!
When i look at 'mytop', i've got these queries:
36053 surv localhost surv 0 Sleep
36054 surv localhost surv 0 Sleep
36478 surv localhost surv 0 Query show full processlist
36041 surv localhost surv 1 Query update alerts set repeats=repeats+1, nextcheck=1140596654 where alertid=639514
36050 surv localhost surv 1 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36052 surv localhost surv 1 Query select count(*),min(nextcheck) from items i,hosts h where h.status=0 and h.disable_until<1140
36394 surv localhost surv 3 Sleep
36048 surv localhost surv 5 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36051 surv localhost surv 5 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36049 surv localhost surv 14 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36042 surv localhost surv 22 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36045 surv localhost surv 30 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36047 surv localhost surv 38 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36459 surv localhost surv 38 Sleep
36046 surv localhost surv 46 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36365 surv localhost surv 54 Sleep
My zabbix installation has started failing after an upgrade to beta6. Problem is this:
Query::update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where triggerid=31134 and repeats>0 and status=0
020673:20060222:101159 Query failed:Lock wait timeout exceeded; try restarting transaction [1205]
Problem seems to be similar to:
Please help me fix this!
When i look at 'mytop', i've got these queries:
36053 surv localhost surv 0 Sleep
36054 surv localhost surv 0 Sleep
36478 surv localhost surv 0 Query show full processlist
36041 surv localhost surv 1 Query update alerts set repeats=repeats+1, nextcheck=1140596654 where alertid=639514
36050 surv localhost surv 1 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36052 surv localhost surv 1 Query select count(*),min(nextcheck) from items i,hosts h where h.status=0 and h.disable_until<1140
36394 surv localhost surv 3 Sleep
36048 surv localhost surv 5 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36051 surv localhost surv 5 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36049 surv localhost surv 14 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36042 surv localhost surv 22 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36045 surv localhost surv 30 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36047 surv localhost surv 38 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36459 surv localhost surv 38 Sleep
36046 surv localhost surv 46 Query update alerts set retries=3,error='Trigger changed its status. WIll not send repeats.' where
36365 surv localhost surv 54 Sleep
Comment