zabbix监控搭建完后打开web界面http://xxx/zabbix报错: zabbix server is not running: the information displayed may not be current! 1 . 遇到这个问题,首先不要去直接搜,我们查看下zabbix server的log日志: connection to database 'zabbix' failed: [1045] Access denied for user 'root'(using passw…
正常安装完zabbix后,登录后zabbix监控报错zabbix server is not running: the information displayed may not be current, 下面的几种情况都有可能引起这个错误, 1. selinux是否关闭.一定要关闭这个,开启selinux会引起一连串问题,甚至zabbix的discovery功能也不能正常使用 关闭SELinux的方法: 修改/etc/selinux/config文件中的SELINUX="" 为 dis…
环境 CentOS 6.3 server nginx-1.6.3 MySQL-5.6.25 安装nginx遇到的问题 启动nginx时候提示错误“/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory ” 从错误看出是缺少lib文件导致,进一步查看下 ldd $(which /…
早上登录Zabbix的时候,发现其提示"Zabbix server is not running: the information displayed may not be current",检查Zabbix Server的状态为activating (auto-restart)而不是activating (running)态:,如下所示 # systemctl status zabbix-server ● zabbix-server.service - Zabbix Server L…