SNMP Exporter (prometheus) + dont print all OID #652

'm new on Prometheus and i’m trying to monitor some extend OID of BASTION-WALLIX I created with the snmp_exporter, but it doesn’t work as expected.

I installed snmp v3 using the helm charts.
At the end I generated the snmp.ymal file.
image

then I copied the content of snmp.ymal into values.yaml

image

and i ran this command:
helm upgrade prometheus-snmp-exporter prometheus-community/prometheus-snmp-exporter -f values.yaml -n extmon-secops-prod.
I configured prometheus but I couldn’t get the metrics back:
http://localhost:9116/snmp?target=10.10.160.10&module=WALLIX-BASTION-MIB

image

any help please !

Looks like your target device returned no data. It’s likely an SNMP community or allowed managers config issue with your device.

I had the above situation, if you are using snmp_v3 please make sure the information below is correct.

Auth:
security_level: authPriv
username: <>
password: <>
auth_protocol: <>
priv_protocol: <>
priv_password: <>