I have using Zabbix 3.4.3 with mysql -5.5.58. few months ago I upgrade from zabbix 2.4. to zabbix 3.4.3 and mysql 5.1 to 5.5.58. But last few days I am facing a problem in Zabbix server, it can not collect data while zabbix history syncers is too high. If I restart the service sometimes it collect data but after a while it stopped collecting data. What is the issue of this?
My Mysql db size is: 85 GB. Is there issue of zabbix or mysql?
My Mysql db size is: 85 GB. Is there issue of zabbix or mysql?
Code:
$ vim /etc/zabbix/zabbix_server.conf StartPollers=100 StartPollersUnreachable=30 StartTrappers=5 StartPingers=30 StartHTTPPollers=4 StartJavaPollers=15 HousekeepingFrequency=24 MaxHousekeeperDelete= 5000 StartDBSyncers=10 HistoryCacheSize=16M TrendCacheSize=16M ValueCacheSize=256M Timeout=20 UnreachablePeriod=60 UnreachableDelay=30
Code:
$/etc/my.cnf [mysqld] datadir=/dbdata/mysql socket=/dbdata/mysql/mysql.sock user=mysql max_connections=200 # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 skip-networking=0 bind-address=0.0.0.0 innodb_buffer_pool_size = 2000M innodb_additional_mem_pool_size = 1024M innodb_log_file_size = 1024M innodb_log_buffer_size = 512M innodb_flush_log_at_trx_commit = 0 innodb_write_io_threads = 4 [mysqld_safe] log-error=/var/log/mysqld.log pid-file=/var/run/mysqld/mysqld.pid
Comment