无解了吗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 �Cwith-openssl �Cwith-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'


你可能感兴趣的:(server,current,zabbix,is,be,may,not,not,information,running:the,displayed)