Hi all,
- Would you please share your experience on the format of config file for zabbix datasource?
I come up with
datasources:
- name: zabbix
type: zabbix
access: proxy
url: https:///api_jsonrpc.php
jsonData:
username:
password:
trends: true
version: 1
editable: false
Not sure how to put the “Zabbix API details” part in the jsonData part, the field names and values.
- For installing using Docker, where is the config file location?
/etc/grafana/provisioning/datasources ?
Thanks in advance!