update links to docs to github pages

This commit is contained in:
Alexander Zobnin
2018-10-21 21:04:03 +03:00
parent ec03d20ae1
commit 00ee042cef
6 changed files with 21 additions and 23 deletions

View File

@@ -95,7 +95,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- Template query format. New format is `{group}{host}{app}{item}`. It allows to use names with dot. Updated - Template query format. New format is `{group}{host}{app}{item}`. It allows to use names with dot. Updated
[templating docs](http://docs.grafana-zabbix.org/guides/templating/#query-format), [templating docs](https://alexanderzobnin.github.io/grafana-zabbix/guides/templating/#query-format),
[#254](https://github.com/alexanderzobnin/grafana-zabbix/issues/254) [#254](https://github.com/alexanderzobnin/grafana-zabbix/issues/254)
- Update included dashboards. Add templated zabbix datasource and use it for all metrics. - Update included dashboards. Add templated zabbix datasource and use it for all metrics.
- Improved performance of groupBy() functions (at 6-10x faster than old). - Improved performance of groupBy() functions (at 6-10x faster than old).

View File

@@ -4,7 +4,7 @@
[![Version](https://badge.fury.io/gh/alexanderzobnin%2Fgrafana-zabbix.svg)](https://github.com/alexanderzobnin/grafana-zabbix/releases) [![Version](https://badge.fury.io/gh/alexanderzobnin%2Fgrafana-zabbix.svg)](https://github.com/alexanderzobnin/grafana-zabbix/releases)
[![codecov](https://codecov.io/gh/alexanderzobnin/grafana-zabbix/branch/master/graph/badge.svg)](https://codecov.io/gh/alexanderzobnin/grafana-zabbix) [![codecov](https://codecov.io/gh/alexanderzobnin/grafana-zabbix/branch/master/graph/badge.svg)](https://codecov.io/gh/alexanderzobnin/grafana-zabbix)
[![Change Log](https://img.shields.io/badge/change-log-blue.svg?style=flat)](https://github.com/alexanderzobnin/grafana-zabbix/blob/master/CHANGELOG.md) [![Change Log](https://img.shields.io/badge/change-log-blue.svg?style=flat)](https://github.com/alexanderzobnin/grafana-zabbix/blob/master/CHANGELOG.md)
[![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](http://docs.grafana-zabbix.org) [![Docs](https://img.shields.io/badge/docs-latest-red.svg?style=flat)](https://alexanderzobnin.github.io/grafana-zabbix)
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&label=Follow)](https://twitter.com/alexanderzobnin) [![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) [![Donate](https://img.shields.io/badge/donate-paypal-2c9eda.svg?style=flat&colorA=0b3684)](https://paypal.me/alexanderzobnin/10)
@@ -14,12 +14,12 @@ Visualize your Zabbix metrics with the leading open source software for time ser
## Features ## Features
- Select multiple metrics [by using Regex](http://docs.grafana-zabbix.org/guides/gettingstarted/#multiple-items-on-one-graph) - Select multiple metrics [by using Regex](https://alexanderzobnin.github.io/grafana-zabbix/guides/gettingstarted/#multiple-items-on-one-graph)
- Create interactive and reusable dashboards with [template variables](http://docs.grafana-zabbix.org/guides/templating/) - Create interactive and reusable dashboards with [template variables](https://alexanderzobnin.github.io/grafana-zabbix/guides/templating/)
- Show events on graphs with [Annotations](http://docs.grafana.org/reference/annotations/) - Show events on graphs with [Annotations](http://docs.grafana.org/reference/annotations/)
- Display active problems with Triggers panel - Display active problems with Triggers panel
- Transform and shape your data with [metric processing functions](http://docs.grafana-zabbix.org/reference/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias) - Transform and shape your data with [metric processing functions](https://alexanderzobnin.github.io/grafana-zabbix/reference/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias)
- Find problems faster with [Alerting](http://docs.grafana-zabbix.org/reference/alerting/) feature - Find problems faster with [Alerting](https://alexanderzobnin.github.io/grafana-zabbix/reference/alerting/) feature
- Mix metrics from multiple data sources in the same dashboard or even graph - Mix metrics from multiple data sources in the same dashboard or even graph
- Discover and share [dashboards](https://grafana.com/dashboards) in the official library - Discover and share [dashboards](https://grafana.com/dashboards) in the official library
@@ -34,20 +34,20 @@ Install by using `grafana-cli`
grafana-cli plugins install alexanderzobnin-zabbix-app grafana-cli plugins install alexanderzobnin-zabbix-app
``` ```
Or see more installation options in [docs](http://docs.grafana-zabbix.org/installation/). Or see more installation options in [docs](https://alexanderzobnin.github.io/grafana-zabbix/installation/).
## Getting started ## Getting started
First, [configure](http://docs.grafana-zabbix.org/installation/configuration/) Zabbix data source. Then you can create your first dashboard with step-by-step [Getting started guide](http://docs.grafana-zabbix.org/guides/gettingstarted/). First, [configure](https://alexanderzobnin.github.io/grafana-zabbix/installation/configuration/) Zabbix data source. Then you can create your first dashboard with step-by-step [Getting started guide](https://alexanderzobnin.github.io/grafana-zabbix/guides/gettingstarted/).
## Documentation ## Documentation
- [About](http://docs.grafana-zabbix.org) - [About](https://alexanderzobnin.github.io/grafana-zabbix)
- [Installation](http://docs.grafana-zabbix.org/installation) - [Installation](https://alexanderzobnin.github.io/grafana-zabbix/installation)
- [Getting Started](http://docs.grafana-zabbix.org/guides/gettingstarted) - [Getting Started](https://alexanderzobnin.github.io/grafana-zabbix/guides/gettingstarted)
- [Templating](http://docs.grafana-zabbix.org/guides/templating) - [Templating](https://alexanderzobnin.github.io/grafana-zabbix/guides/templating)
- [Alerting](http://docs.grafana-zabbix.org/reference/alerting/) - [Alerting](https://alexanderzobnin.github.io/grafana-zabbix/reference/alerting/)
- [Metric processing functions](http://docs.grafana-zabbix.org/reference/functions/) - [Metric processing functions](https://alexanderzobnin.github.io/grafana-zabbix/reference/functions/)
## Community Resources, Feedback, and Support ## Community Resources, Feedback, and Support

View File

@@ -1,10 +1,8 @@
site_name: Grafana-Zabbix Documentation site_name: Grafana-Zabbix Documentation
#site_url: http://docs.grafana-zabbix.org/
#site_url: /
site_description: Documentation for Grafana-Zabbix, Zabbix monitoring system plugin bundle for Grafana site_description: Documentation for Grafana-Zabbix, Zabbix monitoring system plugin bundle for Grafana
repo_url: https://github.com/alexanderzobnin/grafana-zabbix/ repo_url: https://github.com/alexanderzobnin/grafana-zabbix/
edit_uri: blob/master/docs/sources/ edit_uri: blob/master/docs/sources/
copyright: Copyright © 2015-2017, Alexander Zobnin copyright: Copyright © 2015-2018, Alexander Zobnin
docs_dir: sources docs_dir: sources
theme: readthedocs theme: readthedocs

View File

@@ -7,11 +7,11 @@ Grafana in couple with Grafana-Zabbix plugin allows to create great dashboards.
features: features:
- Rich graphing features - Rich graphing features
- Create interactive and reusable dashboards with [template variables](http://docs.grafana-zabbix.org/guides/templating/) - Create interactive and reusable dashboards with [template variables](/guides/templating/)
- Show events on graphs with [Annotations](http://docs.grafana.org/reference/annotations/) - Show events on graphs with [Annotations](http://docs.grafana.org/reference/annotations/)
- Select multiple metrics [by using Regex](http://docs.grafana-zabbix.org/guides/gettingstarted/#multiple-items-on-one-graph) - Select multiple metrics [by using Regex](/guides/gettingstarted/#multiple-items-on-one-graph)
- Display active problems with Triggers panel - Display active problems with Triggers panel
- Transform and shape your data with [metric processing functions](http://docs.grafana-zabbix.org/reference/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias) - Transform and shape your data with [metric processing functions](/reference/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias)
- Find problems faster with [Alerting](http://docs.grafana-zabbix.org/reference/alerting/) feature - Find problems faster with [Alerting](/reference/alerting/) feature
- Mix metrics from multiple data sources in the same dashboard or even graph - Mix metrics from multiple data sources in the same dashboard or even graph
- Discover and share [dashboards](https://grafana.com/dashboards) in the official library - Discover and share [dashboards](https://grafana.com/dashboards) in the official library

View File

@@ -2,7 +2,7 @@ import angular from 'angular';
import _ from 'lodash'; import _ from 'lodash';
import $ from 'jquery'; import $ from 'jquery';
const DOCS_FUNC_REF_URL = 'http://docs.grafana-zabbix.org/reference/functions/'; const DOCS_FUNC_REF_URL = 'https://alexanderzobnin.github.io/grafana-zabbix/reference/functions/';
angular angular
.module('grafana.directives') .module('grafana.directives')

View File

@@ -16,7 +16,7 @@
}, },
"links": [ "links": [
{"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"}, {"name": "GitHub", "url": "https://github.com/alexanderzobnin/grafana-zabbix"},
{"name": "Docs", "url": "http://docs.grafana-zabbix.org"}, {"name": "Docs", "url": "https://alexanderzobnin.github.io/grafana-zabbix"},
{"name": "License", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE"} {"name": "License", "url": "https://github.com/alexanderzobnin/grafana-zabbix/blob/master/LICENSE"}
], ],
"screenshots": [ "screenshots": [