Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.18 KB

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