From 4582c2235597918a7e73d3c2452ba4426ab3773b Mon Sep 17 00:00:00 2001 From: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com> Date: Tue, 23 Jan 2024 11:44:37 +0100 Subject: [PATCH] docs: readd loader explanation to startup config part --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 18cc0619..4a231880 100644 --- a/README.md +++ b/README.md @@ -164,6 +164,8 @@ export SPARROW_ANY_OTHER_OPTION="Some value" Just write out the path to the attribute, delimited by `_`. +To be able to load the configuration for the [checks](#checks) during runtime dynamically, the sparrow loader needs to be set to type `http`. + #### Example startup configuration ```yaml