https://github.com/chusiang/zabbix.dockerize
Setup Zabbix server of dockerize.
https://github.com/chusiang/zabbix.dockerize
docker docker-compose zabbix
Last synced: about 1 year ago
JSON representation
Setup Zabbix server of dockerize.
- Host: GitHub
- URL: https://github.com/chusiang/zabbix.dockerize
- Owner: chusiang
- License: mit
- Created: 2018-05-09T17:18:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-23T07:41:15.000Z (over 6 years ago)
- Last Synced: 2025-04-12T02:23:35.373Z (about 1 year ago)
- Topics: docker, docker-compose, zabbix
- Language: Makefile
- Homepage:
- Size: 12.7 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerize: Zabbix Server
[](https://hub.docker.com/_/centos/) [](https://github.com/chusiang/zabbix.dockerize)
Setup the [Zabbix][zabbix_official] Server with Docker.
> Thanks the [Monitoring Artist](https://monitoringartist.com) for maintain so many dockerize images of Zabbix.
[zabbix_official]: https://www.zabbix.com
## Supported version and respective `docker-compose.yml` links
- `3.0.4` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.0.4/docker-compose.yml)
- `3.2.6` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.2.6/docker-compose.yml)
- `3.4.7` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.4.7/docker-compose.yml)
- `3.4.9` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v3.4.9/docker-compose.yml)
- `4.0.5` [*(docker-compose.yml)*](https://github.com/chusiang/zabbix.dockerize/blob/master/v4.0.5/docker-compose.yml)
## Usage
### Get this project
1. Git.
```
$ git clone https://github.com/chusiang/zabbix.dockerize.git
$ cd zabbix.dockerize
```
1. Download ZIP.
```
$ wget https://github.com/chusiang/zabbix.dockerize/archive/master.zip
$ unzip master.zip && cd zabbix.dockerize-master/
```
### Run container

1. Choose one version like `3.4.9`.
```
$ cd v3.4.9
```
1. Run the containers.
```
$ docker-compose up -d
```
1. Check containers process.
```
$ docker-compose ps
```
1. Remove the containers.
```
$ docker-compose stop
$ docker-compose rm -f
```
### Go to website
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 !
## History
### 2020
* 03/23: Add `v4.0.5` version, and integrate the Grafana.
### 2018
* 08/15: Add `v3.2.6` version.
* 05/25: Add `v3.4.9` version.
## Reference
* [monitoringartist | Docker Hub](https://hub.docker.com/u/monitoringartist/)
## License
MIT license from 2018.
## Author Information
1. [Chu-Siang Lai](https://github.com/chusiang/)