1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: prometheus-snmp-exporter
Section: net
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Daniel Swarbrick <dswarbrick@debian.org>,
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-github-gosnmp-gosnmp-dev,
golang-github-itchyny-timefmt-go-dev,
golang-github-prometheus-client-golang-dev (>= 1.19.0),
golang-github-prometheus-client-model-dev (>= 0.4.0),
golang-github-prometheus-common-dev,
golang-github-prometheus-exporter-toolkit-dev (>= 0.13.0),
golang-go (>= 2:1.21~),
golang-gopkg-alecthomas-kingpin.v2-dev,
golang-gopkg-yaml.v2-dev,
libsnmp-dev,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Homepage: https://github.com/prometheus/snmp_exporter
XS-Go-Import-Path: github.com/prometheus/snmp_exporter
Vcs-Browser: https://salsa.debian.org/go-team/packages/prometheus-snmp-exporter
Vcs-Git: https://salsa.debian.org/go-team/packages/prometheus-snmp-exporter.git
Package: prometheus-snmp-exporter
Architecture: any
Pre-Depends: ${misc:Pre-Depends},
Depends: adduser,
${misc:Depends},
${shlibs:Depends},
Built-Using: ${misc:Built-Using},
Description: Prometheus exporter for SNMP-enabled devices
An exporter for Prometheus which exposes information gathered from Simple
Network Management Protocol (SNMP) for use by the Prometheus monitoring
system.
.
There are two components - an exporter which does the actual scraping, and a
generator which creates the configuration for use by the exporter.
|