Hello everyone!
We got some snmp devices monitored via snmp v3.
Infa:
snmp exporter version v0.21.0
snmp.yml
=====
...
  version: 3
  max_repetitions: 5
  retries: 3
  timeout: 5s
  auth:
    security_level: authPriv
    username: monitor
    password: password
    auth_protocol: SHA
    priv_protocol: DES
    priv_password: password
...
=====
Almost all the time scrap is done right, but sometimes some devices (not at 
the same time) register snmp auth failure with such msg: "Failed to 
authenticate SNMP message".
Debug snmp exporter show such an error: "...caller=collector.go:282 
level=info module=if_mib target=some_target msg="Error scraping target" 
err="error getting target some_target: wrong digest"".
Maybe someone knows how to debug the error further to understand on what 
side the error is?

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/eead3b6f-88ec-4d07-b284-72abf6cf9999n%40googlegroups.com.

Reply via email to