snmpd was flooding my syslog with
snmpd[30550]: Connection from UDP: [127.0.0.1]:46495
After research I found the option in
/etc/default/snmpd
In my case I turned logging of by changing this line
SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'
to this
SNMPDOPTS='-Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid 127.0.0.1'
I will have to make further research for hitting the right logging level but for now my syslog is clean.
regards,
Valentin