Files
grafana-zabbix/devenv/README.md
Alexander Zobnin c5ff2a85f5 Fix typo
2022-05-04 14:38:32 +03:00

573 B

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

If you want to edit sources, do it, rebuild plugin and then restart grafana container:

docker-compose restart grafana