PDA

View Full Version : Zabbix-server died


lou44
19-05-2007, 17:21
hello,

zabbix-server died : Lost connection to MySQL server during query [2013]

The server is running on ubuntu feisty :
zabbix-server-mysql 1.1.4-8
zabbix-frontend-php 1.1.4-8

The server has run since a week without any problem.

I have the debug set to 4 and i can send it if its help.

Have you an idea ?

Louis

lou44
19-05-2007, 17:43
I have put the log here :

http://www.berut.net/zabbix/zabbix_server.log

Louis

lou44
19-05-2007, 20:59
I have found in another thread that it could be the zabbix history table.

I checked it :

/var/log/zabbix-server# mysql -uroot -p zabbix -e 'check table history'
Enter password:
ERROR 2013 (HY000) at line 1: Lost connection to MySQL server during query

I purged the history table and zabbix-server is working fine now.

The zabbix tables are innodb, what type of table should they are ?

Louis