2016-11-09 20:40:16 +03:00
2016-09-15 12:48:05 +03:00
2016-09-28 16:17:59 +03:00
2016-11-09 20:40:16 +03:00
2016-01-16 15:17:05 +03:00
2016-11-09 14:44:43 +03:00
2016-09-24 14:32:11 +03:00
2016-11-09 14:44:43 +03:00
2016-07-03 23:11:08 +03:00

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

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%