https://github.com/golift/telegraf-docker
Official docker image with added tools for monitoring
https://github.com/golift/telegraf-docker
influxdb-client telegraf telegraf-plugins
Last synced: 6 months ago
JSON representation
Official docker image with added tools for monitoring
- Host: GitHub
- URL: https://github.com/golift/telegraf-docker
- Owner: golift
- Created: 2022-12-25T21:18:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-15T03:07:31.000Z (6 months ago)
- Last Synced: 2025-04-15T03:55:36.524Z (6 months ago)
- Topics: influxdb-client, telegraf, telegraf-plugins
- Language: Shell
- Homepage: https://hub.docker.com/r/golift/telegraf
- Size: 90.8 KB
- Stars: 21
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# telegraf-docker
## Why
Provides a telegraf docker image with added tools for monitoring disks, sensors and IPMI.
This exists because the base telegraf Docker image makes it difficult to monitor some system metrics.
See [this issue](https://github.com/influxdata/influxdata-docker/issues/563) for more info about those difficulties.## What
Re-creates the official [Telegraf docker container](https://hub.docker.com/_/telegraf) with the following tools added:
- `smartctl` (smartmontools)
- `ipmitool`
- `nvme-cli`
- `sensors` (lm-sensors)
- `mtr` (mtr-tiny)
- `sudo`**In addition to sudo being installed,
[sudoers entries](https://github.com/golift/telegraf-docker/blob/main/Dockerfile#L6-L8)
are added for `smartctl`, `ipmitool` and `nvme`.**## How
Built automatically by DockerHub Cloud.
[Use the following repository](https://hub.docker.com/repository/registry.docker.io/golift/telegraf/tags).```
docker pull golift/telegraf
```**This is a Docker Open Source Sposnsored project, so it has no pull limits.**
## When
The renovate automatically merges pull request with a new Telegraf Docker manifest when a new Telegraf version is released.
This auto-merge to the `main` branch triggers Docker Cloud to re-build this image.This should always be up to date with the `latest` tag of `telegraf` on Dockerhub.
The built manifest supports the same 3 architectures as the original image.## Where
- Home: [https://golift.io](https://golift.io)
- GitHub: [https://github.com/golift/telegraf-docker](https://github.com/golift/telegraf-docker)
- Docker: [https://hub.docker.com/r/golift/telegraf](https://hub.docker.com/r/golift/telegraf/)
- Discord: [https://golift.io/discord](https://golift.io/discord)## Problems
It's always the `latest` tag. This makes pinning a version difficult. One day [renovate will support adding repo tags](https://github.com/renovatebot/renovate/issues/2928), which will allow Docker to build different manifest tags. If you want to pin a specific version, you should use the sha256 [shown on docker hub](https://hub.docker.com/repository/registry.docker.io/golift/telegraf/tags).