added info about pipeline stages

This commit is contained in:
John Lancaster
2024-01-20 21:45:52 -06:00
parent 11f269cd49
commit b2a1982248

View File

@@ -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. > 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 ## Environment Variables
- `DOCKER_INFLUXDB_INIT_ORG` - `DOCKER_INFLUXDB_INIT_ORG`
- Designates the InfluxDB organization in `telegraf.conf`
- `INFLUX_WRITE_TOKEN` - `INFLUX_WRITE_TOKEN`
- Designates the write token for InfluxDB in `telegraf.conf`
- `INFLUX_HOST` (optional) - `INFLUX_HOST` (optional)
- `LOKI_HOST` (optional) - `LOKI_HOST` (optional)