zabbix提示“Zabbix server is not running”


zabbix系统页面提示“zabbix server is not running: the information displayed may not be current”,问题告警显示“More than 75% used in the configuration cache”, 可用的配置缓存超过75%。

解决办法:

编辑zabbix配置文件

1 vi /etc/zabbix/zabbix_server.conf
2 CacheSize=64M                       #修改缓存为64兆
3 systemctl restart zabbix-server     #重启zabbix服务