Merge pull request #12122 from grafana/provisioning_ha

Support provisioning in HA setup where modtime differs
This commit is contained in:
Carl Bergquist
2018-06-04 15:12:46 +02:00
committed by GitHub
13 changed files with 145 additions and 52 deletions

View File

@@ -197,6 +197,7 @@ providers:
folder: ''
type: file
disableDeletion: false
updateIntervalSeconds: 3 #how often Grafana will scan for changed dashboards
options:
path: /var/lib/grafana/dashboards
```