https://github.com/simonswine/docker-zabbix-web
https://github.com/simonswine/docker-zabbix-web
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonswine/docker-zabbix-web
- Owner: simonswine
- Created: 2016-04-17T16:10:01.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-17T16:16:59.000Z (about 9 years ago)
- Last Synced: 2025-03-15T16:48:51.673Z (3 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zabbix 3.0 web interface 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
`ZABBIX_HOST` | zabbix | No | Hostname to reach zabbix server
`ZABBIX_PORT` | 10051 | No | Port to reach zabbix server## Usage
See [docker-zabbix-server](https://github.com/simonswine/docker-zabbix-server)