Zabbix plugin for Grafana

Zabbix datasource, Triggers panel and more.

Gitter

Features

  • Flexible metric editor with Regex support
  • Template variables support

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

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

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

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

Description
grafana zabbix fork
Readme Apache-2.0 18 MiB
Languages
TypeScript 68.4%
Go 22.8%
SCSS 5.3%
JavaScript 1.3%
Python 1%
Other 1.1%