Goodmorning, I go on latest data and all same ok but at the end of the page i have
* Error in query [SELECT DISTINCT i.*, ia.applicationid FROM items i,items_applications ia WHERE (ia.applicationid IN (-1)) AND i.itemid=ia.itemid AND i.status=0 ORDER BY i.description ASC] [Got error 28 from storage engine]
* mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource[/var/www/html/zabbix/include/db.inc.php:519]
if i go on graph or screen i have no data
i have try to delete from table history* with mysql and for almost all table it is ok but with history_uint i have
ERROR 1114 (HY000) at line 1: The table 'history_uint' is full
any suggestion for repair the problem??
thaks
* Error in query [SELECT DISTINCT i.*, ia.applicationid FROM items i,items_applications ia WHERE (ia.applicationid IN (-1)) AND i.itemid=ia.itemid AND i.status=0 ORDER BY i.description ASC] [Got error 28 from storage engine]
* mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource[/var/www/html/zabbix/include/db.inc.php:519]
if i go on graph or screen i have no data
i have try to delete from table history* with mysql and for almost all table it is ok but with history_uint i have
ERROR 1114 (HY000) at line 1: The table 'history_uint' is full
any suggestion for repair the problem??
thaks
Comment