mirror of
git://f0xx.org/ac/ac-deploy
synced 2026-07-29 04:19:00 +03:00
added 'monitoring' path - ask devs why it's there
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Dashboard provisioning config — Grafana reads JSON dashboards from this folder
|
||||
apiVersion: 1
|
||||
|
||||
providers:
|
||||
- name: 'ac-cluster'
|
||||
orgId: 1
|
||||
type: file
|
||||
disableDeletion: false
|
||||
updateIntervalSeconds: 30
|
||||
allowUiUpdates: true
|
||||
options:
|
||||
path: /etc/grafana/provisioning/dashboards
|
||||
foldersFromFilesStructure: false
|
||||
@@ -0,0 +1,12 @@
|
||||
# Auto-provision Prometheus datasource on first Grafana start
|
||||
apiVersion: 1
|
||||
|
||||
datasources:
|
||||
- name: Prometheus
|
||||
type: prometheus
|
||||
access: proxy
|
||||
url: http://localhost:9090
|
||||
isDefault: true
|
||||
editable: false
|
||||
jsonData:
|
||||
timeInterval: "15s"
|
||||
Reference in New Issue
Block a user