首页 > 代码库 > zabbbix server is not running排错

zabbbix server is not running排错

1.安装完zabbix,登录后发现一个报错:zabbbix server is not  running:the information displayed may not be current,于是重启zabbix_server服务,发现zabbix_server服务已死

2.查看日志tail -f /var/log/zabbix/zabbix_server.log,发现无法连接到数据库,提示数据库太多连接

wKiom1PD-GCx3cfiAAINkomwy4I522.jpg3.修改MYSQL的最大连接数

vim /etc/my.cnf

增加一条配置:max_connections=1000

重启mysql服务:service mysqld restart

4.重启zabbix_server服务,发现问题解决

wKioL1PD-eDgmkL4AAYDXySBML4270.jpgwKiom1PD-mWyLmZfAAFTkOLQYkU904.jpg



本文出自 “浅浅彼岸” 博客,谢绝转载!