summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 07d52eb..e4c02e8 100644
--- a/README.md
+++ b/README.md
@@ -296,6 +296,8 @@ source:
One object per device.
+HTTP Supports basic auth, configure the user and pass you want to use under the http: section.
+
```
source:
default: http
@@ -457,7 +459,7 @@ Following configuration keys need to be defined for all hooks:
### Events
* `node_success`: triggered when configuration is succesfully pulled from a node and right before storing the configuration.
* `node_fail`: triggered after `retries` amount of failed node pulls.
- * `post_store`: triggered after node configuration is stored.
+ * `post_store`: triggered after node configuration is stored (this is executed only when the configuration has changed).
## Hook type: exec
The `exec` hook type allows users to run an arbitrary shell command or a binary when triggered.