Database upgrade
----------------
Zabbix server performs automatic database upgrade starting from version 2.2.0.
No SQL scripts are provided anymore.
----------------
Starting with 2.2.0, manual database patching is not required anymore. Zabbix
Patching status and progress is visible in the logfile.
Note that upgrade will be always started unconditionally, care should be taken
Warning: make sure to have database backup before starting the new binaries.
安装配置
注意:php.ini选项相对于zabbix-2.2.x要增加一项
always_populate_raw_post_data = -1
php前端变化最为明显,也紧随潮流,扁平风格,整体非常清爽,提供blue,dark两种主题,视觉上是一大亮点
zatree插件安装
https://github.com/BillWang139967/zatree/tree/master/zabbix-3.0.x
git clone
cd zatree/zabbix-3.0.x/
WEB_DIR="/opt/nginx/html/zabbix"
sed -i "/^WEB_DIR=/c WEB_DIR="$WEB_DIR"" start.sh
sh start.sh