Skip to content

Docker image for Telegraf that also contains the Net-SNMP tools.

Notifications You must be signed in to change notification settings

zejdlikt/telegraf-snmp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegraf Docker Image with Net-SNMP included

Telegraf is an agent for collecting metrics and writing them to InfluxDB or other outputs. The reason why this image has been forked (Docker Hub link) is that the official one does not include the SNMP MIBs (used by the input.snmp input plugin), it doesnt support ARM architectures and also config directory is not specified.

In this fork, three things added:

  • copy modified entrypoint.sh to the docker image
  • added --config-directory as a startup parameter - you can add configuration files into the /etc/telegraf/telegraf.d/ folder
  • builds for linux/amd64,linux/arm/v7,linux/arm64/v8 architectures available

Based on:

About

Docker image for Telegraf that also contains the Net-SNMP tools.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 88.6%
  • Shell 11.4%