码迷,mamicode.com
首页 > 其他好文 > 详细

无解了吗Zabbix server is not running:the information displayed may not be current

时间:2015-07-15 23:15:57      阅读:1378      评论:0      收藏:0      [点我收藏+]

标签:zabbix server is not running:the information displayed may not be current

Zabbix server is not running:the information displayed may not be current


安装版本2.4.5

php5.5

mysql5.5

debian7.7


注:网上说要开启php支持openssl扩展,已经开启了呀

方法如下:

1、php.ini文件中查找 allow_url_fopen = On;

让你的php支持 opensll扩展。

2、默认,是没有openssl扩展的,只能重新编译安装。

cd /data/php-5.5.26/ext/openssl

/usr/local/php/bin/phpize

./configure –with-openssl –with-php-config=/usr/local/bin/php-config

make && make install

看提示,把编译成的openssl.so 拷贝到你在php.ini 中指定的 extension_dir 下

3. vi php.ini

  加入extension=openssl.so

4. 重启web server


做完以上操作仍是没有解决,求解决


一直页面弹出上面的错

server日志

item "VM0782:net.if.out[if,<eth1>]" became not supported: Cannot find information for this network interface in /proc/net/dev




agent日志:

cannot parse list of active checks: cannot parse as a valid JSON object: invalid object format, expected opening character ‘{‘ at: ‘ZBX_NOTSUPPORTED‘


无解了吗Zabbix server is not running:the information displayed may not be current

标签:zabbix server is not running:the information displayed may not be current

原文地址:http://shuaiding.blog.51cto.com/2335463/1674920

(2)
(1)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!