https://github.com/simonswine/docker-zabbix-server
https://github.com/simonswine/docker-zabbix-server
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/docker-zabbix-server
- Owner: simonswine
- Created: 2016-04-17T16:02:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T16:08:49.000Z (over 9 years ago)
- Last Synced: 2025-08-26T12:53:28.586Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zabbix 3.0 Server for MySQL in docker
## Environment variables
Name | Default | Required | Description
--- | --- | --- | ---
`DB_HOST` | database | No | Hostname of database server
`DB_NAME` | zabbix | No | Name of database
`DB_USER` | zabbix | No | User for database
`DB_PASSWORD` | insecure | No | Password for database
`DEBUG_LEVEL` | 2 | No | Debug level for zabbix daemon
## Usage
Requirements:
* [docker](https://docs.docker.com/engine/installation/)
* [docker-compose](https://docs.docker.com/compose/install/)
And then run the docker compose:
```
# clone this repository
# run inside the cloned directory
docker-compose up
```