Add influxdb provisioning for Grafana

This will provide access to Home Assistant and Proxmox metrics.
This commit is contained in:
IamTheFij 2023-08-18 21:20:11 -07:00
parent 05c367e531
commit 0f5df9580a
1 changed files with 21 additions and 0 deletions

View 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