You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm monitoring an LED wall controller which can support up to 72 display units. Even if it's less than fully populated, SNMP tables always return 72 rows. I want to query several SNMP tables, only exporting metrics for those devices that exist. I can check the existence with a dynamic filter for the model number OID 1.3.6.1.4.1.122.8501.3.128.1.2.1.4. But I have to do this separately for every column of every table, which makes my generator config very complex. Below is a small example of just one table:
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
v0.22.0
What device/snmpwalk OID are you using?
Sony PROV1-LEDDISPLAY-MIB.txt
I'm monitoring an LED wall controller which can support up to 72 display units. Even if it's less than fully populated, SNMP tables always return 72 rows. I want to query several SNMP tables, only exporting metrics for those devices that exist. I can check the existence with a dynamic filter for the model number OID
1.3.6.1.4.1.122.8501.3.128.1.2.1.4
. But I have to do this separately for every column of every table, which makes my generator config very complex. Below is a small example of just one table:Request
Could we have an option where dynamic filters apply to all sub-tables? Then I could replace the above config with:
The text was updated successfully, but these errors were encountered: