snmp_exporter
snmp_exporter copied to clipboard
SNMP Exporter for Prometheus
### What did you do that produced an error? docker build -t snmp-generator . ### What did you expect to see? Successful build. ### What did you see instead? ```...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.35.0 to 0.37.0. Release notes Sourced from github.com/prometheus/common's releases. sigv4/v0.1.0 Initial release Commits 49b3603 Improve OAuth2 user agent handling (#391) c5e1b60 config: ignore deprecated warning in tests...
…ned type Since some MIB carry information about Safi (subsequent address family), it will cause the generator to bail out, even though there is a valid Subtype before. E.g. Afi...
I’m trying to collect data from the Fortinet firewall. but I get some value as a label in the SNMP-exporter. for example: ``` fgHwSensorEntValue{fgHwSensorEntIndex="1",fgHwSensorEntName="PSU [1]",fgHwSensorEntValue="ON"} 1 fgHwSensorEntValue{fgHwSensorEntIndex="10",fgHwSensorEntName="B50210_1 Temperature",fgHwSensorEntValue="39.636398"} 1 fgHwSensorEntValue{fgHwSensorEntIndex="11",fgHwSensorEntName="B50210_2...
With the current design, the SNMP version to use, the community string and auth credentials (for v3) are part of the module that the generator creates. If my understanding of...
### Host operating system: N/A ### snmp_exporter version: Any ### What device/snmpwalk OID are you using? [Cyberpower PDU](https://www.cyberpowersystems.com/product/pdu/pdu15sw8fnet/) ### If this is a new device, please link to the MIB(s)....
auth is orthogonal from the target, the data model and from what data to receive. As such, it will be split out into its own section. For backwards compatibility, inline...
There are convenient [binary distributions](https://github.com/prometheus/snmp_exporter/releases) of snmp_exporter, but these do not contain `generator` or `generator.yml` The [documentation](https://github.com/prometheus/snmp_exporter/tree/master/generator) says: > Due to the dynamic dependency on NetSNMP, you must build the...