このページでは、Zabbixのメジャーバージョンのマイナーリリースのアップグレード時の注意点をまとめて提供しています。
メジャーバージョンのアップグレード時の注意点も参照してください。
Zabbix component log files are now created with read-write permissions for the file owner only. Additionally the files are readable by the owner group. All other permissions are denied.
On Linux, this change is from 0666 to 0640 permissions. The change affects Zabbix server, proxy and agent log files. Permissions for Zabbix agent 2 log files were updated from 0644 to 0640 (by removing read permission for others).
In addition, several other files are now created with 0640 permissions:
icmpping* checks注意! グラフとZabbixエージェント2のMySQLプラグインに関連するエラーのため、このバージョンへのアップグレードはお勧めできません。
PHP拡張機能cURLの最小サポートバージョンは7.19.4 になりました。
Zabbixエージェント2のランタイム制御コマンド(zabbix_agent2 -R <option>)は、出力をstderr(標準エラー)ではなくstdout(標準出力)に書き込むようになりました。以前の動作に依存しているスクリプトは更新してください。