Merge pull request #1802 from grafana/broken-links

Fix broken links
This commit is contained in:
Sriram
2024-03-12 19:34:30 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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 database. This way usually faster than pulling data from Zabbix API, especially on the wide time ranges, and reduces
amount of data transferred. amount of data transferred.
Read [how to configure](./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. - **Enable**: enable Direct DB Connection.
- **Data Source**: Select Data Source for Zabbix history database. - **Data Source**: Select Data Source for Zabbix history database.

View File

@@ -19,7 +19,7 @@ Grafana in couple with Grafana-Zabbix plugin allows to create great dashboards.
features: features:
- Rich graphing 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/) - 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/)
- Transform and shape your data with [metric processing functions](../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)