Files
hassio-repo/promtail/config.yaml
2023-08-25 03:59:01 +02:00

40 lines
796 B
YAML

---
name: Promtail
url: https://gitea.bonelle-family.dscloud.biz/francois.bonelle/hassio-repo.git
version: 2.8.4
slug: hassio_promtail
arch:
- aarch64
- amd64
- armv7
- armhf
description: Promtail for Home Assistant
init: false
journald: true
map:
- config
- share
- ssl
watchdog: http://[HOST]:[PORT:9080]/ready
ports:
9080/tcp:
ports_description:
9080/tcp: Promtail web server
options:
client:
url: http://loki:3100/loki/api/v1/push
log_level: info
schema:
client:
url: str
username: str?
password: password?
cafile: str?
servername: str?
certfile: str?
keyfile: str?
additional_pipeline_stages: str?
additional_scrape_configs: str?
skip_default_scrape_config: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)?