zabbix3.2 Less than 25% free in the configuration cache 解决方法

Less than 25% free in the configuration cache:可用的配置缓存少于25%。
报错如下图:
解决方法:
增加zabbix配置缓存
将缓存从8M提升到16M,如果不足你可以调到最高8G,当然了,能用8G那是几乎不可能的。

### Option: CacheSize
#	Size of configuration cache, in bytes.
#	Shared memory size for storing host, item and trigger data.
#
# Mandatory: no
# Range: 128K-8G
# Default:
CacheSize=64M
vim /etc/zabbix/zabbix_server.conf
找到
# CacheSize=8M
修改为
CacheSize=64M
重启zabbix server
Centos 6 
service zabbix_server restart

Centos 7
systemctl restart zabbix-server

你可能感兴趣的:(自动化运维)