289
Follow the guide
Patch Zabbix server (you need to do it after every Zabbix upgrade):
- If not already done then fresh install from sources using this repository, follow this guide
- Login into the Zabbix server as
root
, download this script (pay attention that version of your Zabbix Server – 6.4.3 in this example – matches this repository version/tag – 6.4.3-bg):curl -L -o bg-features-install.sh https://raw.githubusercontent.com/BGmot/zabbix/6.4.3-bg/bg-scripts/bg-features-install.sh
- Make sure zip package is installed (the script needs to be able to run unzip)
- Modify the script to provide proper values for DB_HOST, DB_USERNAME, DB_PASSWORD and ZABBIX_INSTALL_PATH (where all your php files located) and run the script:
sudo bash bg-features-install.sh
Refer – https://github.com/BGmot/zabbix