Rick Mitchell Solutions - RMSBlog

With Rick Mitchell Solutions, you get the experience of over 10 years dealing with these very same problems you face every day. Large businesses that are in the Fortune 500 down to the small business with aspirations to become global can rely on us to understand and design solutions that fit your needs and your budget.

Wednesday, December 2, 2009

SNMPD syslog entries

Red Hat Knowledgebase: How can I fix the excessive logging of snmpd in Red Hat Enterprise Linux 4 update 5?

When you install Redhat Linux snmpd logging is cranked way up for syslog which can start to fill up your /var/log/messages file fairly quickly if you are using some sort of network monitoring software such as Orion. I personally don't want to see all of the snmpd connections coming to my server so you need to tell the snmpd daemon not to log extensively to syslog.

In /etc/init.d/snmpd, you need to change the options to be:

OPTIONS="-Lf /dev/null -p /var/run/snmpd.pid -a"

I am not sure why this is enabled by default on the latest net-snmp package but nevertheless this will fix the issue.

0 Comments:

Post a Comment

Links to this post:

Create a Link

<< Home