Hi, I'm using Zabbix v1.8.2 to survey a total of 9 servers. I'm using MySQL with InnoDB tables and the following InnoDB-Settings:

Code:
innodb_buffer_pool_size	= 512M
innodb_log_buffer_size	= 4M
innodb_flush_log_at_trx_commit = 2
innodb_flush_method	= O_DIRECT
innodb_log_file_size
...