├── README.md ├── README_en.md ├── back ├── agent-install.sh ├── centos.sh ├── debian.sh ├── graphtree3.0.4.patch ├── rocky-linux.sh ├── server-install.sh └── ubuntu.sh ├── docker ├── docker-compose.yaml └── zabbix7_docker.sh ├── images ├── 1.jpg ├── 2.jpg └── 3.png ├── mariadb_repo_setup ├── openeuler.sh ├── simkai.ttf ├── zabbix4 └── zabbix4_install.sh ├── zabbix6.sh ├── zabbix6 └── centos-7.sh ├── zabbix7.4.sh └── zabbix7.sh /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/README.md -------------------------------------------------------------------------------- /README_en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/README_en.md -------------------------------------------------------------------------------- /back/agent-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/back/agent-install.sh -------------------------------------------------------------------------------- /back/centos.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/back/centos.sh -------------------------------------------------------------------------------- /back/debian.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/back/debian.sh -------------------------------------------------------------------------------- /back/graphtree3.0.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/back/graphtree3.0.4.patch -------------------------------------------------------------------------------- /back/rocky-linux.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/back/rocky-linux.sh -------------------------------------------------------------------------------- /back/server-install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/back/server-install.sh -------------------------------------------------------------------------------- /back/ubuntu.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/back/ubuntu.sh -------------------------------------------------------------------------------- /docker/docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/docker/docker-compose.yaml -------------------------------------------------------------------------------- /docker/zabbix7_docker.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/docker/zabbix7_docker.sh -------------------------------------------------------------------------------- /images/1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/images/1.jpg -------------------------------------------------------------------------------- /images/2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/images/2.jpg -------------------------------------------------------------------------------- /images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/images/3.png -------------------------------------------------------------------------------- /mariadb_repo_setup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/mariadb_repo_setup -------------------------------------------------------------------------------- /openeuler.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/openeuler.sh -------------------------------------------------------------------------------- /simkai.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/simkai.ttf -------------------------------------------------------------------------------- /zabbix4/zabbix4_install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/zabbix4/zabbix4_install.sh -------------------------------------------------------------------------------- /zabbix6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/zabbix6.sh -------------------------------------------------------------------------------- /zabbix6/centos-7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/zabbix6/centos-7.sh -------------------------------------------------------------------------------- /zabbix7.4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/zabbix7.4.sh -------------------------------------------------------------------------------- /zabbix7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/X-Mars/Quick-Installation-ZABBIX/HEAD/zabbix7.sh --------------------------------------------------------------------------------