Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links #1802

Merged
merged 3 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sources/configuration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](./direct-db-datasource/) SQL data source in Grafana.

- **Enable**: enable Direct DB Connection.
- **Data Source**: Select Data Source for Zabbix history database.
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Loading