giku 发表于 2016-8-22 10:28:51

zabbix 相关问题的解决方法

问题1:
libmysqlclient.so.16: cannot open shared object file: No such file or directory
yum reinstall mysql-libs -y

问题2:
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
打开httpd.conf 后 将里面的#ServerName localhost:80注释去掉即可。


问题4
configure: error: SSH2 library not found
yum-y installlibssh2.x86_64 libssh2-devel.x86_64

问题5:
configure: error: Invalid LDAP directory - unable to find ldap.h
yum install openldap openldap-devel


未解决的问题
mbstring.func_overload=2无法检测通过


zabbix的故障调试
在zabbix_server上执行
zabbix_get-sdb-master-k MySQL.thread_status

页: [1]
查看完整版本: zabbix 相关问题的解决方法