https://github.com/null-none/docker-zabbix-monitoring
Zabbix docker container with Nginx, PostgreSQL and Grafana
https://github.com/null-none/docker-zabbix-monitoring
Last synced: 3 months ago
JSON representation
Zabbix docker container with Nginx, PostgreSQL and Grafana
- Host: GitHub
- URL: https://github.com/null-none/docker-zabbix-monitoring
- Owner: null-none
- Created: 2024-02-21T20:38:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T22:19:54.000Z (over 1 year ago)
- Last Synced: 2025-01-26T09:28:29.256Z (5 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docker-zabbix-monitoring
Zabbix docker container with Nginx, PostgreSQL and Grafana### Install environment
```bash
docker-compose up -d
``````
open http://localhost:8090 (Admin / zabbix)
```