title updates for docs

This commit is contained in:
Sriramajeyam Sugumaran
2024-01-04 11:47:29 +00:00
parent b8c85cd562
commit 2af45e8f84
12 changed files with 48 additions and 6 deletions

View File

@@ -13,6 +13,8 @@ labels:
weight: 300
---
# Configuration
## Enable plugin
Go to the plugins in Grafana side panel, select _Apps_ tab, then select _Zabbix_, open _Config_

View File

@@ -13,6 +13,8 @@ labels:
weight: 310
---
# Direct DB Data Source Configuration
## Security notes
Grafana-Zabbix plugin can use MySQL, Postgres or InfluxDB (if Zabbix configured to store history data in InfluxDB) data sources to query history and trend data directly from Zabbix database. In order to execute queries, plugin needs only read access to the `history`, `history_uint`, `trends` and `trends_uint` tables. To make connection more secure and prevent unnecessary data disclosure, it's highly recommended to grant read access to only that tables. But if you want to use this data source for querying another data, you can

View File

@@ -13,9 +13,11 @@ labels:
weight: 320
---
# Provisioning Grafana-Zabbix plugin
Its now possible to configure datasources using config files with Grafanas provisioning system. You can read more about how it works and all the settings you can set for datasources on the [provisioning docs page](http://docs.grafana.org/administration/provisioning/#datasources)
### Example Datasource Config File
## Example Datasource Config File
```yaml
apiVersion: 1

View File

@@ -13,6 +13,8 @@ labels:
weight: 330
---
# Troubleshooting
See [Grafana troubleshooting](http://docs.grafana.org/installation/troubleshooting/) for general
connection issues. If you have a problem with Zabbix datasource, you should open
a [support issue](https://github.com/alexanderzobnin/grafana-zabbix/issues). Before you do that