Skip to content

styxadmin/zabbix-7-LTS-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker compose - Zabbix NGINX PostgreSQL + Grafana

scheme

For those who are used to using zabbix to collect metrics, but want to start drawing dashboards more beautifully

Example simple docker-compose service

  • Postgresql: 16-alpine
  • Zabbix Server: 7.0.*
  • Zabbix Frontend NGINX: 7.0.*
  • Zabbix Agent: 7.0.*
  • Grafana: 11.4.0

Guide

Clone repo:

git clone https://github.com/styxadmin/zabbix-7-LTS-docker.git
cd zabbix-docker

Check or change settings in the .env file

Run docker-compose:

docker-compose up -d

The first launch takes 1-2 minutes

Zabbix localhost:8080

default user password

  • login: Admin
  • password: zabbix

Zabbix server - Host / change from IP to DNS to resolve timeout issue zabbix-agent zabbix-agent

Grafana localhost:3000

default user password (change grafana/grafana.ini auth.anonymous enabled)

  • login: admin
  • password: 12345

Test data source

Grafana -> Connections -> Data sources -> zabbix -> Test zabbix-agent

Debug

docker-compose logs --tail=1 -f

About

Docker Compose for setting up Zabbix 7 LTS with PGSQL and NGINX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages