Skip to content

borays/grafana-zabbix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zabbix plugin for Grafana

Zabbix datasource, Triggers panel and more.

Gitter

See features overview and dashboards examples at Grafana-Zabbix Live demo site.

Meet grafana-zabbix 3.0

Download grafana-zabbix 3.0 beta

Documentation
Read installation instruction for version 3.0.

Display your Zabbix data with powerful Grafana dashboards!

Dashboard

Features

Flexible metric editor

  • hosts and items filtering:
  • Custom scale for each target

Templated dashboards support

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.

Annotations support

  • Display zabbix events on graphs
  • Show acknowledges for problems

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.

Read more about Grafana features at grafana.org

About

Zabbix plugin for Grafana dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 74.3%
  • HTML 24.2%
  • CSS 1.5%