rename folder
This commit is contained in:
40
promtail/config.yaml
Normal file
40
promtail/config.yaml
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
name: Promtail
|
||||
url: https://mezgit.duckdns.org/mezned/HAddons
|
||||
version: edge
|
||||
slug: promtail
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
- armhf
|
||||
description: Promtail for Home Assistant
|
||||
codenotary: codenotary@degatano.com
|
||||
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://39bd2704-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)?
|
Reference in New Issue
Block a user