Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.32 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.32 KB

snmp_exporter (container image)

Built-from-source container image of Prometheus' SNMP exporter

Tags

Docker Hub

Available on Docker Hub as docker.io/ricardbejarano/snmp_exporter:

RedHat Quay

Available on RedHat Quay as quay.io/ricardbejarano/snmp_exporter:

Features

  • Compiled from source during build time
  • Built FROM scratch, with zero bloat
  • Statically linked to the musl implementation of the C standard library
  • Reduced attack surface (no shell, no UNIX tools, no package manager...)
  • Runs as unprivileged (non-root) user

Building

docker build --tag ricardbejarano/snmp_exporter --file Dockerfile .

Configuration

Volumes

  • Mount your configuration at /snmp.yml.

License

MIT licensed, see LICENSE for more details.