Telegraf with smartmontools, apcupsd preinstalled
Below is a quick method to get this up and running. Please see the full documentation for more options.
docker run -d --name telegraf \
-v /proc:/host/proc:ro \
-v /var/run/docker.sock:/var/run/docker.sock:ro \
-p 24224:24224 \
-p 24224:24224/udp \
jsloan117/telegraf
Telegraf's full documentation is available here.
Content type
Image
Digest
Size
104.8 MB
Last updated
over 5 years ago
docker pull jsloan117/telegraf