在zabbix server默认配置下,出现告警:Less than 25% free in the configuration cache,字面意思是:可用的配置缓存少于25%。报错如下图:
增加zabbix配置缓存
修改zabbix_server.conf配置文件文章源自运维生存时间-https://www.ttlsa.com/zabbix/zabbix-less-than-25-free-in-the-configuration-cache/
找到 # CacheSize=8M 修改为 CacheSize=16M
将缓存从8M提升到16M,如果不足你可以调到最高8G,当然了,能用8G那是几乎不可能的。文章源自运维生存时间-https://www.ttlsa.com/zabbix/zabbix-less-than-25-free-in-the-configuration-cache/
重启zabbix server
# killall zabbix_server # /usr/local/zabbix-2.4.4/sbin/zabbix_server 或者 # service zabbix_server restart
等待几分钟,即可恢复~文章源自运维生存时间-https://www.ttlsa.com/zabbix/zabbix-less-than-25-free-in-the-configuration-cache/
文章源自运维生存时间-https://www.ttlsa.com/zabbix/zabbix-less-than-25-free-in-the-configuration-cache/
文章源自运维生存时间-https://www.ttlsa.com/zabbix/zabbix-less-than-25-free-in-the-configuration-cache/ 文章源自运维生存时间-https://www.ttlsa.com/zabbix/zabbix-less-than-25-free-in-the-configuration-cache/

1F
你好,我想请问一下有关于housekeeper进程繁忙的问题,我想指的这个触发器触发的原理是什么