Include preconfigured Grafana with dashboards into devenv
This commit is contained in:
15
devenv/datasources.yaml
Normal file
15
devenv/datasources.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: zabbix
|
||||
type: alexanderzobnin-zabbix-datasource
|
||||
access: proxy
|
||||
url: http://zabbix-web:8080/api_jsonrpc.php
|
||||
isDefault: true
|
||||
jsonData:
|
||||
username: Admin
|
||||
trends: true
|
||||
trendsFrom: "7d"
|
||||
trendsRange: "4d"
|
||||
secureJsonData:
|
||||
password: zabbix
|
||||
Reference in New Issue
Block a user