title updates for docs
This commit is contained in:
@@ -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_
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -13,9 +13,11 @@ labels:
|
||||
weight: 320
|
||||
---
|
||||
|
||||
# Provisioning Grafana-Zabbix plugin
|
||||
|
||||
It’s now possible to configure datasources using config files with Grafana’s 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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user