Setup the Zabbix Server with Docker.
Thanks the Monitoring Artist for maintain so many dockerize images of Zabbix.
3.0.4
(docker-compose.yml)3.2.6
(docker-compose.yml)3.4.7
(docker-compose.yml)3.4.9
(docker-compose.yml)4.0.5
(docker-compose.yml)
-
Git.
$ git clone https://github.com/chusiang/zabbix.dockerize.git $ cd zabbix.dockerize
-
Download ZIP.
$ wget https://github.com/chusiang/zabbix.dockerize/archive/master.zip $ unzip master.zip && cd zabbix.dockerize-master/
-
Choose one version like
3.4.9
.$ cd v3.4.9
-
Run the containers.
$ docker-compose up -d
-
Check containers process.
$ docker-compose ps
-
Remove the containers.
$ docker-compose stop $ docker-compose rm -f
This default username/password is Admin
and zabbix
.
# GNU/Linux.
$ firefox http://localhost:8080
# macOS.
$ open http://localhost:8080
If you like the Foxmosa, you can get this add-on at https://addons.mozilla.org/zh-TW/firefox/addon/foxmosa-with-you/ .
Enjoy it !
- 03/23: Add
v4.0.5
version, and integrate the Grafana.
- 08/15: Add
v3.2.6
version. - 05/25: Add
v3.4.9
version.
MIT license from 2018.