An open API service indexing awesome lists of open source software.

https://github.com/simonswine/docker-zabbix-web


https://github.com/simonswine/docker-zabbix-web

Last synced: 3 months ago
JSON representation

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)