master
Kar k1 2025-09-18 20:01:41 +05:30
parent 82cc5a8475
commit 0b6b4db969
4 changed files with 4825 additions and 0 deletions

View File

@ -26,6 +26,8 @@ services:
- "3000:3000"
volumes:
- grafana-data:/var/lib/grafana
- ./grafana/provisioning/datasources:/etc/grafana/provisioning/datasources
- ./grafana/provisioning/dashboards:/etc/grafana/provisioning/dashboards
environment:
- GF_SECURITY_ADMIN_USER=admin
- GF_SECURITY_ADMIN_PASSWORD=admin

View File

@ -0,0 +1,13 @@
apiVersion: 1
providers:
- name: 'default'
orgId: 1
folder: 'Telegraf'
type: file
disableDeletion: false
editable: true
updateIntervalSeconds: 10
options:
path: /etc/grafana/provisioning/dashboards
foldersFromFilesStructure: true

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,14 @@
apiVersion: 1
datasources:
- name: InfluxDB
type: influxdb
access: proxy
url: http://influxdb:8086
isDefault: true
jsonData:
version: Flux
organization: my-org
defaultBucket: telegraf-bucket
secureJsonData:
token: my-secret-token