Compare commits
1 Commits
main
...
grafana-in
Author | SHA1 | Date | |
---|---|---|---|
0f5df9580a |
21
core/metrics/grafana/provisioning/datasources/influxdb.yml
Normal file
21
core/metrics/grafana/provisioning/datasources/influxdb.yml
Normal file
@ -0,0 +1,21 @@
|
||||
---
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Home Assistant metrics
|
||||
type: influxdb
|
||||
access: proxy
|
||||
orgId: 1
|
||||
url: http://192.168.2.75:8086
|
||||
database: hass
|
||||
isDefault: false
|
||||
version: 1
|
||||
|
||||
- name: Proxmox stats
|
||||
type: influxdb
|
||||
access: proxy
|
||||
orgId: 1
|
||||
url: http://192.168.2.75:8086
|
||||
database: proxmox
|
||||
isDefault: false
|
||||
version: 1
|
Loading…
Reference in New Issue
Block a user