Zabbix Server is running:the information displayed
Install version 2.4.5
php5.5
mysql5.5
debian7.7
Note: Online said to open the PHP support OpenSSL extension, has been opened AH
Here's how:
1, php.ini file Find allow_url_fopen = on;
Let your PHP support the opensll extension.
2, default, is no OpenSSL extension, can only recompile the installation.
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
Look at the hint, copy the compiled openssl.so to the extension_dir you specified in the php.ini
3. VI php.ini
Join extension=openssl.so
4. Restart the Web server
Finish the above operation is still no solution, seek to solve
Always page pop up above the wrong
Server log
Item "VM0782:NET.IF.OUT[IF,<ETH1>]" became not supported:cannot find information for this network interface In/pro C/net/dev
Agent log:
Cannot parse list of active Checks:cannot parse as a valid JSON Object:invalid object format, expected opening character ' {' at: ' zbx_notsupported '
No solution? Zabbix Server is not running:the information displayed