https://github.com/hatamiarash7/docker-zabbix
Deploy Zabbix using Docker
https://github.com/hatamiarash7/docker-zabbix
docker docker-compose monitoring monitoring-application monitoring-server monitoring-tool zabbix zabbix-docker zabbix-frontend zabbix-server
Last synced: about 2 months ago
JSON representation
Deploy Zabbix using Docker
- Host: GitHub
- URL: https://github.com/hatamiarash7/docker-zabbix
- Owner: hatamiarash7
- License: gpl-3.0
- Created: 2020-06-15T08:14:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:17:13.000Z (over 1 year ago)
- Last Synced: 2025-02-03T20:18:50.012Z (4 months ago)
- Topics: docker, docker-compose, monitoring, monitoring-application, monitoring-server, monitoring-tool, zabbix, zabbix-docker, zabbix-frontend, zabbix-server
- Size: 14.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Zabbix
Deploy Zabbix using Docker

- Alpine images
- PostgreSQL DB### Install
```bash
docker-compose up -d
```### Access
Open http://localhost:8080 for Zabbix UI
- Username : `Admin`
- Password : `zabbix`