Product Docs
Open Source
Education
Minimal image with Telegraf.
The image is available on cgr.dev:
cgr.dev
docker pull cgr.dev/chainguard/telegraf:latest
The Chainguard Telegraf image contains the telegraf binary.
telegraf
Telegraf needs a config file to run. The default location for this config file is at /etc/telegraf/telegraf.conf. One is not provided by default with the image.
/etc/telegraf/telegraf.conf
This location can be overridden with the ---config or --config-directory flags.
---config
--config-directory
% docker run cgr.dev/chainguard/telegraf 2023-03-28T14:07:48Z I! Loading config file: /etc/telegraf/telegraf.conf 2023-03-28T14:07:48Z E! [telegraf] Error running agent: no outputs found, did you provide a valid config file?