From b080a93ca8660de437f08ac237a600e55cdd153d Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Sat, 16 Jan 2016 12:50:42 +0100 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/Architecture.md b/Architecture.md index 76f0fbf..bc88217 100644 --- a/Architecture.md +++ b/Architecture.md @@ -25,13 +25,17 @@ headers: - python threads: 2 hwgroup: "group1" -file-manager: - file-collector: - hostname: "http://localhost:80" # port is optionaly - username: "654321" # can be ignored in specific modules - password: "123456" # can be ignored in specific modules - cache: # only in case that there is cache module - cache-dir: "/tmp/isoeval/cache" +file-managers: + - hostname: "http://localhost:80" # port is optional + username: "654321" # can be ignored in specific modules + password: "123456" # can be ignored in specific modules + cache: # only in case that there is cache module + cache-dir: "/tmp/isoeval/cache" + - hostname: http://localhost:4242 + username: 123456 + password: 654321 + cache: + cache-dir: /tmp/isoeval/cache logger: 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"