From b2a1982248fb01f20218543f1addc8ef49523d01 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 20 Jan 2024 21:45:52 -0600 Subject: [PATCH] added info about pipeline stages --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 0f6f45d..90732db 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,20 @@ Various tools to monitor Docker containers > Promtail is an agent which ships the contents of local logs to a private Grafana Loki instance or Grafana Cloud. It is usually deployed to every machine that runs applications which need to be monitored. +#### Pipline Stages + +- appdaemon + - labels `date`. `time`, `level`, `app`, and `msg` +- zigbee2mqtt + - labels `MQTT publish` - `device` and `payload` + - categorizes `occupancy` or `contact` + ## Environment Variables - `DOCKER_INFLUXDB_INIT_ORG` + - Designates the InfluxDB organization in `telegraf.conf` - `INFLUX_WRITE_TOKEN` + - Designates the write token for InfluxDB in `telegraf.conf` - `INFLUX_HOST` (optional) - `LOKI_HOST` (optional)