From 4fda9436c3a453df2ac99ac8ddd378a731eda250 Mon Sep 17 00:00:00 2001 From: Sriram <153843+yesoreyeram@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:36:55 +0000 Subject: [PATCH 1/3] direct db connection --- docs/sources/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index b34994a..c0a43c0 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -65,7 +65,7 @@ Direct DB Connection allows plugin to use existing SQL data source for querying database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces amount of data transferred. -Read [how to configure](./direct_db_datasource) SQL data source in Grafana. +Read [how to configure](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/configuration/direct-db-datasource/) SQL data source in Grafana. - **Enable**: enable Direct DB Connection. - **Data Source**: Select Data Source for Zabbix history database. From 3ffe9831edf7045a90961a5bfae9f5e5ba770f55 Mon Sep 17 00:00:00 2001 From: Sriram <153843+yesoreyeram@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:41:39 +0000 Subject: [PATCH 2/3] Update features.md --- docs/sources/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features.md b/docs/sources/features.md index 8d228bf..a3e95cf 100644 --- a/docs/sources/features.md +++ b/docs/sources/features.md @@ -19,7 +19,7 @@ Grafana in couple with Grafana-Zabbix plugin allows to create great dashboards. features: - Rich graphing features -- Select multiple metrics [by using Regex](../guides/gettingstarted/#multiple-items-on-one-graph) +- Select multiple metrics [by using Regex](../guides/#multiple-items-on-one-graph) - Create interactive and reusable dashboards with [template variables](../guides/templating/) - Show events on graphs with [Annotations](http://docs.grafana.org/reference/annotations/) - Transform and shape your data with [metric processing functions](../reference/functions/) (Avg, Median, Min, Max, Multiply, Summarize, Time shift, Alias) From e3bb9d6208ec57bd0e4c7b8f1ccaf1e26057e7d0 Mon Sep 17 00:00:00 2001 From: Sriram <153843+yesoreyeram@users.noreply.github.com> Date: Tue, 12 Mar 2024 14:43:26 +0000 Subject: [PATCH 3/3] Update _index.md --- docs/sources/configuration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configuration/_index.md b/docs/sources/configuration/_index.md index c0a43c0..c16c820 100644 --- a/docs/sources/configuration/_index.md +++ b/docs/sources/configuration/_index.md @@ -65,7 +65,7 @@ Direct DB Connection allows plugin to use existing SQL data source for querying database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces amount of data transferred. -Read [how to configure](https://grafana.com/docs/plugins/alexanderzobnin-zabbix-app/latest/configuration/direct-db-datasource/) SQL data source in Grafana. +Read [how to configure](./direct-db-datasource/) SQL data source in Grafana. - **Enable**: enable Direct DB Connection. - **Data Source**: Select Data Source for Zabbix history database.