diff --git a/README.md b/README.md index 9b5b1eb..35d6d2a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # Zabbix plugin for Grafana -Zabbix datasource, Triggers panel and more. +[![GitHub version](https://badge.fury.io/gh/alexanderzobnin%2Fgrafana-zabbix.svg)](https://github.com/alexanderzobnin/grafana-zabbix/releases) +[![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](http://docs.grafana-zabbix.org) +[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/alexanderzobnin) +[![Donate](https://img.shields.io/badge/donate-paypal-2c9eda.svg?style=flat&colorA=0b3684)](https://paypal.me/alexanderzobnin/10) -[![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/alexanderzobnin/grafana-zabbix?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) +Zabbix data source, Triggers panel and more. Dashboard @@ -11,10 +14,10 @@ Zabbix datasource, Triggers panel and more. - Template variables support - Annotations support (show events on graph) - Triggers panel - - Client-side metrics processing (Avg, Median, Min, Max, Multiply, Summarize) + - Client-side metrics processing (Avg, Median, Min, Max, Multiply, Summarize, Time shift) See features overview and dashboards examples at Grafana-Zabbix [Live demo](http://play.grafana-zabbix.org) site. -Visit [Zabbix plugin page](http://grafana.net/plugins/alexanderzobnin-zabbix-app) at [grafana.net](http://grafana.net) and check out list of available Grafana data sources, panels and dashboards. +Visit [plugins page](https://grafana.com/plugins) at [grafana.com](http://grafana.com) and check out available Grafana data sources, panels and [dashboards](https://grafana.com/dashboards?dataSource=alexanderzobnin-zabbix-datasource). ## Installation Install by using `grafana-cli` @@ -28,23 +31,13 @@ Or see more installation options in [docs](http://docs.grafana-zabbix.org/instal - [Installation](http://docs.grafana-zabbix.org/installation) - [Getting Started](http://docs.grafana-zabbix.org/guides/gettingstarted) - [Templating](http://docs.grafana-zabbix.org/guides/templating) + - [Alerting](http://docs.grafana-zabbix.org/reference/alerting/) + - [Available functions](http://docs.grafana-zabbix.org/reference/functions/) -## Dockerized Grafana with Zabbix datasource - -```sh -# 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](https://github.com/monitoringartist/grafana-xxl) for more details. +## Community Resources, Feedback, and Support + - Found a bug? Want a new feature? Feel free to open an [issue](https://github.com/alexanderzobnin/grafana-zabbix/issues/new). + - Have a question? You also can open issue, but for questions, it would be better to use [Grafana Community](https://community.grafana.com/) portal. + - Need additional support? Contact me for details [alexanderzobnin@gmail.com](mailto:alexanderzobnin@gmail.com) --- :copyright: 2015-2017 Alexander Zobnin alexanderzobnin@gmail.com diff --git a/dist/README.md b/dist/README.md index 57f6e97..c4b79fd 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,4 +1,8 @@ ## Zabbix plugin for Grafana + +[![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](http://docs.grafana-zabbix.org) +[![License](https://img.shields.io/badge/license-Apache_2.0-lightgrey.svg?style=flat)](https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE) + Zabbix plugin allows to show different type of data from [Zabbix](http://www.zabbix.com/) monitoring system. diff --git a/src/README.md b/src/README.md index 57f6e97..c4b79fd 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,8 @@ ## Zabbix plugin for Grafana + +[![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](http://docs.grafana-zabbix.org) +[![License](https://img.shields.io/badge/license-Apache_2.0-lightgrey.svg?style=flat)](https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE) + Zabbix plugin allows to show different type of data from [Zabbix](http://www.zabbix.com/) monitoring system.