Zabbix datasource, Triggers panel and more.
See features overview and dashboards examples at Grafana-Zabbix Live demo site.
Download latest release
Download grafana-zabbix 3.0 beta
Documentation
Read installation instruction for version 3.0.
Display your Zabbix data with powerful Grafana dashboards!
- hosts and items filtering:
- Custom scale for each target
Group, host, application or item names can be replaced with a template variable. This allows you to create generic dashboards that can quickly be changed to show stats for a specific cluster, server or application.
- Display zabbix events on graphs
- Show acknowledges for problems
# 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.
Read more about Grafana features at grafana.org