Files
grafana-zabbix/devenv
renovate-sh-app[bot] b926aa85bc chore(deps): update zabbix/zabbix-web-nginx-pgsql:alpine-6.0-latest docker digest to b38d7ae (#2209)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| zabbix/zabbix-web-nginx-pgsql | digest | `e034dd9` → `b38d7ae` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

## Need help?
You can ask for more help in the following Slack channel:
#proj-renovate-self-hosted. In that channel you can also find ADR and
FAQ docs in the Resources section.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42NC4xIiwidXBkYXRlZEluVmVyIjoiNDIuNjQuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
2026-01-19 23:20:15 +00:00
..
2022-07-08 14:41:24 +03:00

Development environment for the plugin

This docker environment contains preconfigured Zabbix instance with several monitored hosts and preconfigured Grafana with added data source and dashboards for testing. Environment uses plugin built from sources, so in order to start environment, run commands from plugin root directory:

# Build plugin
make dist

# Test plugin with Zabbix 6.0
cd devenv/zabbix60
docker-compose up -d

Run bootstrap again in case of error:

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:

docker-compose restart grafana