service table
This commit is contained in:
16
README.md
16
README.md
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
Various tools to monitor Docker containers
|
Various tools to monitor Docker containers
|
||||||
|
|
||||||
|
| Service | Name | Image |
|
||||||
|
|-----------------|-----------------|-------------------------|
|
||||||
|
| portainer-agent | portainer_agent | [portainer/agent] |
|
||||||
|
| telegraf-docker | telegraf-docker | [telegraf] |
|
||||||
|
| promtail | promtail | [grafana/promtail] |
|
||||||
|
| watchtower | watchtower | [containrrr/watchtower] |
|
||||||
|
|
||||||
|
[portainer/agent]: https://hub.docker.com/r/portainer/agent
|
||||||
|
[telegraf]: https://hub.docker.com/_/telegraf
|
||||||
|
[grafana/promtail]: https://hub.docker.com/r/grafana/promtail
|
||||||
|
[containrrr/watchtower]: https://hub.docker.com/r/containrrr/watchtower
|
||||||
|
|
||||||
## Services
|
## Services
|
||||||
|
|
||||||
### [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) - [Docker plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/docker/README.md)
|
### [Telegraf](https://www.influxdata.com/time-series-platform/telegraf/) - [Docker plugin](https://github.com/influxdata/telegraf/blob/master/plugins/inputs/docker/README.md)
|
||||||
@@ -18,6 +30,10 @@ Various tools to monitor Docker containers
|
|||||||
- labels `MQTT publish` - `device` and `payload`
|
- labels `MQTT publish` - `device` and `payload`
|
||||||
- categorizes `occupancy` or `contact`
|
- categorizes `occupancy` or `contact`
|
||||||
|
|
||||||
|
### [Watchtower](https://containrrr.dev/watchtower/)
|
||||||
|
|
||||||
|
> With watchtower you can update the running version of your containerized app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing container and restart it with the same options that were used when it was deployed initially.
|
||||||
|
|
||||||
## Environment Variables
|
## Environment Variables
|
||||||
|
|
||||||
| Environment Variable | Description |
|
| Environment Variable | Description |
|
||||||
|
|||||||
Reference in New Issue
Block a user