Hi There,
My Zabbix box sometimes stops storing the data in the MySQL database, when i check the zabbix_server.log it shows me the follow:
After that i repair the table and the next day it occurs again, is this a bug in zabbix?
Any help is apreciated since this is quite a serious problem, thanks!
My Zabbix box sometimes stops storing the data in the MySQL database, when i check the zabbix_server.log it shows me the follow:
PHP Code:
6752:20080214:095201 Query::select min(value) from history_uint where clock>1202978881 and itemid=19680
6752:20080214:095201 Query failed:Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6752:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,21450,24264587)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6752:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,20190,1)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6752:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,19860,2)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6752:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,19410,1)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6753:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,20341,1)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6753:20080214:095201 Query::select max(value) from history_uint where clock>1202978821 and itemid=20341
6753:20080214:095201 Query failed:Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6753:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,19561,481473)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6753:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,20521,2)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
6753:20080214:095201 Query failed: [insert into history_uint (clock,itemid,value) values (1202979121,20711,3)] Table './zabbix/history_uint' is marked as crashed and should be repaired [145]
Any help is apreciated since this is quite a serious problem, thanks!

Comment