|
|
|
@ -25,13 +25,17 @@ headers:
|
|
|
|
|
- python
|
|
|
|
|
threads: 2
|
|
|
|
|
hwgroup: "group1"
|
|
|
|
|
file-manager:
|
|
|
|
|
file-collector:
|
|
|
|
|
hostname: "http://localhost:80" # port is optionaly
|
|
|
|
|
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"
|
|
|
|
|