I have upgraded one site to 3.4 and it will not support 50 host, and all host trigger as unreachable.
If i look in the configuration/host they showthey are responding, meaning i have a green indcator, and I see recent data in the monitoring / latest data. My dashboard shows all host are unavailable.
My servers are VMs the database server is 4VCpu, 24GB and 200GB disk space. The Zabbix Server / Web Gui server is on the same VM 4vCpu, 24GB and 180GB disk.
The configuationsync is very busy, avg 44%, the house keeper goes to 100% for 30 mins every hour. i have delete the history tables to 7 days and trends to 90days.
On the same system the 3.2 did nto have any issues.
We re wanting roll this out on a ~50 site WAN and need the 3.4 with the mult dashboards so we have can several teams drill down on there servers.
I can do simple queries and find that the host are avaiable, I am thnking that the dashboard can not update as needed.
I have been workign this issue for 2 months now and just can only make it worse, never improve the dashboard.
my.cnf
[client]
user = monitoring
password = monitoring
[mysqld]
show_compatibility_56 = ON
performance_schema
innodb_buffer_pool_size = 2G
innodb_data_home_dir=/home/mysql
innodb_file_per_table = 1
innodb_buffer_pool_instances = 19
innodb_buffer_pool_size = 18G
innodb_page_cleaners=19
tmp_table_size = 42M
max_heap_table_size = 42M
join_buffer_size = 1G
sort_buffer_size = 4M
read_rnd_buffer_size = 4M
query_cache_size = 0
query_cache_type = 0
query_cache_limit = 2M
max_connections = 376
wait_timeout = 14400
interactive_timeout = 14400
datadir=/home/mysql
socket=/var/lib/mysql/mysql.sock
symbolic-links=0
#logging stuff
log-error=/var/log/mysqld.log
slow_query_log = 1
slow_query_log_file = /var/log/slow_quiery.log
pid-file=/var/run/mysqld/mysqld.pid
zabbix-server.conf
LogFileSize=8
DebugLevel=5
StartPollers=154
StartPollersUnreachable=48
StartTrappers=56
StartTimers=8
StartEscalators=10
MaxHousekeeperDelete=100000
CacheSize=64M
StartDBSyncers=24
HistoryCacheSize=768M
HistoryIndexCacheSize=96M
TrendCacheSize=128M
ValueCacheSize=128M
Timeout=30
If i look in the configuration/host they showthey are responding, meaning i have a green indcator, and I see recent data in the monitoring / latest data. My dashboard shows all host are unavailable.
My servers are VMs the database server is 4VCpu, 24GB and 200GB disk space. The Zabbix Server / Web Gui server is on the same VM 4vCpu, 24GB and 180GB disk.
The configuationsync is very busy, avg 44%, the house keeper goes to 100% for 30 mins every hour. i have delete the history tables to 7 days and trends to 90days.
On the same system the 3.2 did nto have any issues.
We re wanting roll this out on a ~50 site WAN and need the 3.4 with the mult dashboards so we have can several teams drill down on there servers.
I can do simple queries and find that the host are avaiable, I am thnking that the dashboard can not update as needed.
I have been workign this issue for 2 months now and just can only make it worse, never improve the dashboard.
my.cnf
[client]
user = monitoring
password = monitoring
[mysqld]
show_compatibility_56 = ON
performance_schema
innodb_buffer_pool_size = 2G
innodb_data_home_dir=/home/mysql
innodb_file_per_table = 1
innodb_buffer_pool_instances = 19
innodb_buffer_pool_size = 18G
innodb_page_cleaners=19
tmp_table_size = 42M
max_heap_table_size = 42M
join_buffer_size = 1G
sort_buffer_size = 4M
read_rnd_buffer_size = 4M
query_cache_size = 0
query_cache_type = 0
query_cache_limit = 2M
max_connections = 376
wait_timeout = 14400
interactive_timeout = 14400
datadir=/home/mysql
socket=/var/lib/mysql/mysql.sock
symbolic-links=0
#logging stuff
log-error=/var/log/mysqld.log
slow_query_log = 1
slow_query_log_file = /var/log/slow_quiery.log
pid-file=/var/run/mysqld/mysqld.pid
zabbix-server.conf
LogFileSize=8
DebugLevel=5
StartPollers=154
StartPollersUnreachable=48
StartTrappers=56
StartTimers=8
StartEscalators=10
MaxHousekeeperDelete=100000
CacheSize=64M
StartDBSyncers=24
HistoryCacheSize=768M
HistoryIndexCacheSize=96M
TrendCacheSize=128M
ValueCacheSize=128M
Timeout=30
Comment