Updated Architecture (markdown)

master
Martin Polanka 9 years ago
parent f61dd4adc9
commit b080a93ca8

@ -25,13 +25,17 @@ headers:
- python - python
threads: 2 threads: 2
hwgroup: "group1" hwgroup: "group1"
file-manager: file-managers:
file-collector: - hostname: "http://localhost:80" # port is optional
hostname: "http://localhost:80" # port is optionaly
username: "654321" # can be ignored in specific modules username: "654321" # can be ignored in specific modules
password: "123456" # can be ignored in specific modules password: "123456" # can be ignored in specific modules
cache: # only in case that there is cache module cache: # only in case that there is cache module
cache-dir: "/tmp/isoeval/cache" cache-dir: "/tmp/isoeval/cache"
- hostname: http://localhost:4242
username: 123456
password: 654321
cache:
cache-dir: /tmp/isoeval/cache
logger: logger:
file: "/tmp/isoeval/log/worker" # w/o suffix - actual names will be worker.log, worker.1.log, ... file: "/tmp/isoeval/log/worker" # w/o suffix - actual names will be worker.log, worker.1.log, ...
level: "debug" # level of logging - one of "debug", "info", "notice", "warn", "err", "critical", "alert", "emerg", "off" level: "debug" # level of logging - one of "debug", "info", "notice", "warn", "err", "critical", "alert", "emerg", "off"

Loading…
Cancel
Save