Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 401 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 401 Bytes

zabbix-deployment-scripts

Automated scripts to deploy Zabbix Server and Proxy on Debian

Clone Your Repository Locally:

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