Zabbix系統報錯提示 Zabbix 系統告警“More than 75% used in the configuration cache”,看了一下意思是可用的配置緩存超過75%。
修改緩存大小
vim /etc/zabbix/zabbix_server.conf
esc : /CacheSize 找到配置 將64M改大一點,保存退出。
重啟zabbix服務
systemctl restart zabbix-server
此時Zabbix 系統告警“More than 75% used in the configuration cache” 故障報錯問題解決