wozniakpawel / synology-grafana-prometheus-overly-comprehensive-dashboard

A complete Docker, Grafana, and Prometheus stack for Synology NAS metrics & monitoring
45 stars 7 forks source link

snmp-exporter restarting #4

Closed mack-psu closed 6 months ago

mack-psu commented 6 months ago

After following the readme, SNMP is not starting

error msg="Error parsing config file" err="priv password is missing, required for SNMPv3 with priv"

In Synology, enabled SNMPv3, set username to exporter, MD5 protocol, set password, enabled SNMP privacy, DES, set different password. set these two values in the snmp.yml file.

snmp-exporter constantly reboots.

mack-psu commented 6 months ago

Running DSM 7.2.1-69057 Update 4 (latest) and Container Manager 20.10.23-1437 (latest)

wozniakpawel commented 6 months ago

Try a different password with alphanumeric characters only, maybe there’s a problem parsing it from the config file due to some special character.

mack-psu commented 6 months ago

That was it. only alpha characters used. no numbers. no special characters. thanks!

wozniakpawel commented 6 months ago

Glad to have helped. Enjoy!