Zabbix搭建首次登陆出现黄色告警Zabbix server is not running

Zabbix server is not running: the information displayed may not be current.
这里写图片描述
解决:备份配置文件

ps -ef|grep zabbix #查看服务是否起来
find / -name zabbix_server.conf #zabbix_server.conf查看配置文件位置,放启动路径下,一般默认为/usr/local/etc/下,按实际情况操作
pkill -9 zabbix #杀zabbix所有有关进程,修改配置文件,下图四个参数按实际情况修改
zabbix_server #重启服务
确认下图配置中的四个参数正确
web页面刷新,显示正常,无黄色报错Zabbix搭建首次登陆出现黄色告警Zabbix server is not running_第1张图片
新手必备!!!

你可能感兴趣的:(zabbix)