From 229d73b60935c432ea6802c96b0182b3da3edc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 22 Mar 2019 11:49:27 +0100 Subject: [PATCH] Update provisioning.md --- docs/sources/administration/provisioning.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/administration/provisioning.md b/docs/sources/administration/provisioning.md index cce25e4cf2b..935cc794083 100644 --- a/docs/sources/administration/provisioning.md +++ b/docs/sources/administration/provisioning.md @@ -209,7 +209,7 @@ providers: path: /var/lib/grafana/dashboards ``` -When Grafana starts, it will update/insert all dashboards available in the configured path. Then later on poll that path and look for updated json files and insert those update/insert those into the database. +When Grafana starts, it will update/insert all dashboards available in the configured path. Then later on poll that path every **updateIntervalSeconds** and look for updated json files and update/insert those into the database. #### Making changes to a provisioned dashboard @@ -414,4 +414,4 @@ The following sections detail the supported settings for each alert notification | ---- | | url | | username | -| password | \ No newline at end of file +| password |