We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
uname -a
Windows 2019
snmp_exporter -version
0.24.1
The filter bellow des not work:
filters: dynamic: - oid: ifName targets: - ifAdminStatus - ifOperStatus values: ["^wan.*"]
but this one does:
filters: dynamic: - oid: 1.3.6.1.2.1.31.1.1.1.1 targets: - 1.3.6.1.2.1.2.2.1.7 - 1.3.6.1.2.1.2.2.1.8 values: ["^wan.*"]
Been able to use names like in the walk section. Would be easier to read / maintain
walk
The probe fail
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Host operating system: output of
uname -a
Windows 2019
snmp_exporter version: output of
snmp_exporter -version
0.24.1
What did you do that produced an error?
The filter bellow des not work:
but this one does:
What did you expect to see?
Been able to use names like in the
walk
section. Would be easier to read / maintainWhat did you see instead?
The probe fail
The text was updated successfully, but these errors were encountered: