Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/higebu/docker-zabbix-server
https://github.com/higebu/docker-zabbix-server
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/higebu/docker-zabbix-server
- Owner: higebu
- Created: 2015-06-09T10:15:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-09T10:15:45.000Z (over 9 years ago)
- Last Synced: 2024-10-04T19:44:32.294Z (4 months ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-zabbix-server
*WIP*
Zabbix Server Docker image
This image support only mysql and doesn't include mysql server.
## Usage
* Run zabbix server
```
docker run -d \
--name zabbix-server \
-e ZBX_DBHost="localhost" \
-e ZBX_DBName="zabbix" \
-e ZBX_DBUser="zabbix" \
-e ZBX_DBPassword="zabbix" \
higebu/zabbix-server
```