Skip to content

tazd007/grafana-zabbix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Grafana-Zabbix

Zabbix datasource for Grafana dashboard

Gitter

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

Display your Zabbix data directly in Grafana dashboards!

Dashboard

  1. Overview
  2. Installation
  3. User’s Guide
  4. Troubleshooting

Features

Flexible metric editor

  • hosts and items filtering:

regex_filter

  • Custom scale for each target:

Scale

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.

templated_dashboard

Annotations support

  • Display zabbix events on graphs: Annotations
  • Show acknowledges for problems:
    Acknowledges

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 datasource for Grafana dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.8%
  • HTML 23.2%