Token secured snmp exporter for arm/amd64
2.2K
Docker-Image for the snmp_exporter with added security token.
Intended for usage with nas devices that have a docker integration
Generate your snmp.yml using the generator, to do that place a generator.yml in the current directory:
docker run --rm -it -v "${PWD}:/opt" prom/snmp-generator generate
More info in the official repo.
Place your snmp.yml in the current directory.
docker run --rm -v $PWD:/etc/snmp_exporter -it -p 3000:3000 timoreymann/snmp_exporter:latest-arm64v8 \
-token yourToken
Prometheus config:
- job_name: nas-exporter
scrape_interval: 35s
scrape_timeout: 30s
static_configs:
- targets: [exporterHost:3000]
params:
token: [yourToken]
module: [module_name]
target: [targetAddress]
Content type
Image
Digest
Size
6.2 MB
Last updated
over 6 years ago
docker pull timoreymann/snmp_exporter:2.0.0-amd64