python-dependency-injector/examples/miniapps/asyncio-daemon/config.yml

18 lines
291 B
YAML
Raw Permalink Normal View History

log:
level: "INFO"
format: "[%(asctime)s] [%(levelname)s] [%(name)s]: %(message)s"
monitors:
example:
method: "GET"
url: "http://example.com"
timeout: 5
check_every: 5
httpbin:
method: "GET"
url: "https://httpbin.org/get"
timeout: 5
check_every: 5