Hi,
I have Zabbix running on two machines. One with server & front-end, another with MySQL database (i've made partitioning).
Zabbix ver: v2.0.4 (revision 31984)
MySQL ver: 5.5.29
OS: Debian 6 (both)

It works fine, but every hour we have perfomance degradation and it seems that Zabbix died.
Here are some graphs:

My zabbix_server.conf:
MySQL my.conf:
Some Mysql graphs:

Please help me to resolve this problem.
I have Zabbix running on two machines. One with server & front-end, another with MySQL database (i've made partitioning).
Zabbix ver: v2.0.4 (revision 31984)
MySQL ver: 5.5.29
OS: Debian 6 (both)

It works fine, but every hour we have perfomance degradation and it seems that Zabbix died.
Here are some graphs:

My zabbix_server.conf:
Code:
... StartPollers=80 StartPollersUnreachable=80 StartTrappers=20 StartPingers=20 StartDiscoverers=10 DisableHousekeeping=1 CacheSize=64M StartDBSyncers=30 HistoryCacheSize=20M TrendCacheSize=16M HistoryTextCacheSize=8M ...
Code:
[client] #password = your_password port = 3306 socket = /tmp/mysql.sock # The MySQL server [mysqld] port = 3306 socket = /tmp/mysql.sock skip-external-locking key_buffer_size = 384M max_allowed_packet = 8M table_open_cache = 512 sort_buffer_size = 2M read_buffer_size = 2M join_buffer_size = 4M read_rnd_buffer_size = 3M myisam_sort_buffer_size = 64M thread_cache = 16 thread_cache_size = 10 query_cache_size = 64M query_cache_limit = 32M query_cache_type=1 thread_concurrency = 8 table_cache = 2048 # paths datadir = /opt/mysql/server-5.5/data tmpdir = /tmp/mysqltmp # network connect_timeout = 60 wait_timeout = 28800 max_connections = 300 max_allowed_packet = 64M max_connect_errors = 1000 # logs log_error = /var/log/mysql/mysql-error.log slow_query_log_file = /var/log/mysql/mysql-slow.log slow_query_log = 1 long_query_time = 10 # innodb innodb_data_home_dir = /opt/mysql/server-5.5/data #innodb_data_file_path = ibdata1:128M;ibdata2:128M:autoextend:max:4096M innodb_file_per_table = 1 innodb_status_file = 1 innodb_additional_mem_pool_size = 32M innodb_buffer_pool_size = 1G innodb_flush_method = O_DIRECT innodb_io_capacity = 1000 innodb_flush_log_at_trx_commit = 2 innodb_support_xa = 0 innodb_log_file_size = 1G innodb_log_buffer_size = 128M # other stuff event_scheduler = 1 query_cache_type = 0 [mysqldump] quick max_allowed_packet = 16M [mysql] no-auto-rehash [myisamchk] key_buffer_size = 256M sort_buffer_size = 256M read_buffer = 2M write_buffer = 2M [mysqlhotcopy] interactive-timeout # binary logging is required for replication log-bin=mysql-bin expire_logs_days=7

Please help me to resolve this problem.

It's HP EVA.


Comment