Skip to content

patrezze/zabbix-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix and Grafana with Docker

Zabbix and Grafana with Docker for tests.

Requirements

Configuring environment variables

Create .env file:

cp .env.example .env

Running

docker-compose up -d
Service Port Address User Password
Grafana 3000 http://localhost:3000 admin admin (1)
MySQL Server 3306 - root (2)
Zabbix Agent - - - -
Zabbix Server 10051 - - -
Zabbix Web Interface 8080 http://localhost:8080 Admin zabbix (1)
  1. Default password.
  2. Value setting in .env file.

References

About

Zabbix and Grafana with Docker for tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages