Skip to content

pavelnemirovsky/grafana-zabbix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

690 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Licensed under the Apache 2.0 License

About

Zabbix plugin for Grafana dashboard

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 77.3%
  • HTML 21.1%
  • CSS 1.6%