Zabbix datasource, Triggers panel and more.
- Flexible metric editor with Regex support
- Template variables support
- Annotations support (show events on graph)
- Triggers panel
- Client-side metrics processing (Avg, Median, Min, Max, Multiply, Summarize)
See features overview and dashboards examples at Grafana-Zabbix Live demo site. Visit Zabbix plugin page at grafana.net and check out list of available Grafana data sources, panels and dashboards.
Install by using grafana-cli
grafana-cli plugins install alexanderzobnin-zabbix-app
Or see more installation options in docs.
# create /var/lib/grafana as persistent volume storage
docker run -d -v /var/lib/grafana --name grafana-xxl-storage busybox:latest
# start grafana-xxl
docker run \
-d \
-p 3000:3000 \
--name grafana-xxl \
--volumes-from grafana-xxl-storage \
monitoringartist/grafana-xxl
Visit Grafana XXL project for more details.
©️ 2015-2016 Alexander Zobnin [email protected]
Licensed under the Apache 2.0 License