Add proxmox influxdb to Grafana
This commit is contained in:
parent
1b48892172
commit
a2d33ac309
19
core/grafana/provisioning/datasources/influxdb.yml
Normal file
19
core/grafana/provisioning/datasources/influxdb.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
apiVersion: 1
|
||||||
|
|
||||||
|
datasources:
|
||||||
|
- name: HASS Metrics
|
||||||
|
url: "http://192.168.2.75:8086"
|
||||||
|
type: influxdb
|
||||||
|
access: proxy
|
||||||
|
database: hass
|
||||||
|
jsonData:
|
||||||
|
dbName: hass
|
||||||
|
|
||||||
|
- name: Proxmox Metrics
|
||||||
|
url: "http://192.168.2.75:8086"
|
||||||
|
type: influxdb
|
||||||
|
access: proxy
|
||||||
|
database: proxmox
|
||||||
|
jsonData:
|
||||||
|
dbName: proxmox
|
Loading…
Reference in New Issue
Block a user