Add dev env for zabbix 6.2

This commit is contained in:
Alexander Zobnin
2022-07-08 14:41:24 +03:00
parent 07bc5ba6d9
commit a406c9c834
5 changed files with 654 additions and 0 deletions

View File

@@ -12,6 +12,12 @@ cd devenv/zabbix60
docker-compose up -d
```
Run bootstrap again in case of error:
```shell
docker-compose up -d --build bootstrap
```
Grafana will be available at http://localhost:3001 (with default `admin:admin` credentials).
If you want to edit sources, do it, rebuild plugin and then restart grafana container: