Automated scripts to deploy Zabbix Server and Proxy on Debian
git clone https://github.com/hfsyung/zabbix-deployment-scripts.git
# Make Your Scripts Executable:
cd zabbix-deployment-scripts
chmod +x deploy_zabbix.sh
chmod +x deploy_proxy.sh
# Run either *.sh
sudo ./zabbix_server_deploy.sh
sudo ./zabbix_proxy_deploy.sh