-
Notifications
You must be signed in to change notification settings - Fork 641
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lookup creates empty labels #1039
Comments
It works fine with net-snmp (after I realized
|
This was caused by a duplicate |
With the new multi-file module support, you can split your generator.yml into different parts and have a different MIBDIRS specification for each one. Then the exporter can load multiple lists of modules. This should make it easier to handle conflicting MIBs. |
Host operating system: output of
uname -a
Linux grafanatest-i-056a1b7f8d5405c62 5.19.0-1028-aws #29~22.04.1-Ubuntu SMP Tue Jun 20 19:12:11 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
snmp_exporter version: output of
snmp_exporter -version
0.24.1
What device/snmpwalk OID are you using?
iBoot PDU
OID 1.3.6.1.4.1.1418.6.5
If this is a new device, please link to the MIB(s).
iboot-pdu.mib.txt
What did you do that produced an error?
I'm trying to use a lookup to add a label on each metric with the outlet name, but the labels end up as an empty string. My config is like this:
What did you expect to see?
I want the results to look like this:
What did you see instead?
With the lookup:
With no lookups:
The text was updated successfully, but these errors were encountered: