diff options
author | Neil Lathwood <neil@lathwood.co.uk> | 2017-11-09 22:28:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 22:28:49 +0000 |
commit | f720682514df9f49d35e6ced8af41e5dc789f8e0 (patch) | |
tree | f7a84478b1593cce9864941687f63e179ab98c41 /docs | |
parent | 97a8e0935f2002a931db8bd8ba48b59cb22b4828 (diff) |
docs: Added comment to clarify interval value is in seconds (#1093)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Configuration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Configuration.md b/docs/Configuration.md index df0caa4..db71bc7 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -83,7 +83,7 @@ Below is an advanced example configuration. You will be able to (optionally) ove username: oxidized password: S3cr3tx model: junos -interval: 3600 +interval: 3600 #interval in seconds log: ~/.config/oxidized/log debug: false threads: 30 |