sexta-feira, 25 de novembro de 2011

snmpd sending too much to syslog by default

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

Related Posts Plugin for WordPress, Blogger...