SNMP

From Alessandro's Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Daemon options

less logging

  • redhat
# in /etc/sysconfig/snmpd
... -LS0-4d


  • in /etc/snmp/snmpd.conf
dontLogTCPWrappersConnects yes
  • for systemd
sed -i "s|-Lsd|-LS6d|" /lib/systemd/system/snmpd.service
systemctl daemon-reload
systemctl restart snmpd.service