To resolve this problem is very simple, just edit the " /etc/default/snmpd" and comment this line:
- SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid'
and add this one :
- SNMPDOPTS='-Lf /dev/null -u snmp -g snmp -I -smux -p /var/run/snmpd.pid'
restartthe service :
- /etc/init.d/snmpd restart
And it should work just fine, no more boring log.
Sem comentários:
Enviar um comentário