How do I know the ideal settings for the following parameters, configurable in zabbix_server.conf?
# StartPollers = 5
# StartPreprocessors = 3
# StartPollersUnreachable = 1
# StartTrappers = 5
# StartHTTPPollers = 1
CacheSize = 16M
# CacheUpdateFrequency = 60
# HistoryCacheSize = 16
# TrendCacheSize = 4M
# ValueCacheSize = 8M
Timeout = 4
Zabbix Server is on a VM with 16 GB of RAM, and in my.cnf innodb_buffer_poll_size is 12GB. 4 Core CPU. In the system there are already 863 hosts, and 8659 active items.
My boss is very judicious, systematic. It boasted to me that Zabbix is almost gone, and in the queues there is nothing waiting. But when I say that I am going to increase the value of any parameter, I have to explain to him why I am increasing to that value.
I researched how to adjust these values based on criteria, but all I found was this link: https://blog.zabbix.com/monitoring-h...esses-are/457/
# StartPollers = 5
# StartPreprocessors = 3
# StartPollersUnreachable = 1
# StartTrappers = 5
# StartHTTPPollers = 1
CacheSize = 16M
# CacheUpdateFrequency = 60
# HistoryCacheSize = 16
# TrendCacheSize = 4M
# ValueCacheSize = 8M
Timeout = 4
Zabbix Server is on a VM with 16 GB of RAM, and in my.cnf innodb_buffer_poll_size is 12GB. 4 Core CPU. In the system there are already 863 hosts, and 8659 active items.
My boss is very judicious, systematic. It boasted to me that Zabbix is almost gone, and in the queues there is nothing waiting. But when I say that I am going to increase the value of any parameter, I have to explain to him why I am increasing to that value.
I researched how to adjust these values based on criteria, but all I found was this link: https://blog.zabbix.com/monitoring-h...esses-are/457/
Comment