Skip to content

opstrip/grafana-zabbix

 
 

Repository files navigation

Zabbix plugin for Grafana

Zabbix datasource, Triggers panel and more.

Gitter

Dashboard

Features

  • 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.

Installation

Install by using grafana-cli

grafana-cli plugins install alexanderzobnin-zabbix-app

Or see more installation options in docs.

Documentation

Dockerized Grafana with Zabbix datasource

# 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-2017 Alexander Zobnin alexanderzobnin@gmail.com

Licensed under the Apache 2.0 License

About

Zabbix plugin for Grafana dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 80.2%
  • HTML 18.3%
  • CSS 1.5%