mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- add missing --- to 13 more yml files - fix comment indentation in prometheus.yml
16 lines
396 B
YAML
16 lines
396 B
YAML
---
|
|
apiVersion: 1
|
|
|
|
# Dashboard provisioning — tells Grafana where to find dashboard JSON files.
|
|
# Path is relative to the Grafana installation on london-a (FreeBSD).
|
|
|
|
providers:
|
|
- name: default
|
|
orgId: 1
|
|
folder: ""
|
|
type: file
|
|
disableDeletion: false
|
|
updateIntervalSeconds: 30
|
|
options:
|
|
path: /usr/local/etc/grafana/dashboards
|
|
foldersFromFilesStructure: false
|