adding node exporter, loki, and promtail

This commit is contained in:
ai-dev
2024-10-30 20:26:28 +01:00
parent b1dbbe1a8b
commit b840c65795
87 changed files with 2372 additions and 2366 deletions

34
loki/config.yaml Normal file
View File

@@ -0,0 +1,34 @@
---
name: Loki
url: hhttps://mezgit.duckdns.org/mezned/HAddons
version: edge
slug: loki
arch:
- aarch64
- amd64
- armv7
- armhf
description: Loki for Home Assistant
codenotary: codenotary@degatano.com
init: false
startup: system
map:
- share
- ssl
watchdog: http://[HOST]:3101/ready
ports:
3100/tcp:
ports_description:
3100/tcp: HTTP listen port
options:
ssl: false
days_to_keep: 30
log_level: info
schema:
ssl: bool
certfile: str?
keyfile: str?
cafile: str?
days_to_keep: int(1,)?
config_path: str?
log_level: list(trace|debug|info|notice|warning|error|fatal)?