[Mod-apache-snmp-users] [error] AP2_SNMP: agentHttpAddress set to: [error] 127.0.0.1:80
Monitor Apache using SNMP
Brought to you by:
eplx
From: Edge, S. <Sea...@mt...> - 2007-07-27 20:37:45
|
All of my MIBs are empty. I'm doing snmpwalks from the localhost. I followed the documentation on how to set this up but it's still not working. I'm running: - apache2.0.59=20 - mod_ap2_snmp_1.04 - net-snmp-5.4 Here's my pertinent Apache config: ------------- LoadModule ap2_snmp_module modules/mod_ap2_snmp.so ExtendedStatus On=20 <Location /ap2_snmp> Sethandler ap2_snmp Order Deny,Allow Deny from all=20 # For testing. Allow from all </Location> snmp_community private snmp_agent_address localhost snmp_tmp_dir /tmp/ snmp_version 1 #snmpv3_user user1 pass1 snmp_http_address 127.0.0.1 80 ------------- Any idea why it's throwing the error from the subject? I noticed in the mailing list archives that you said there should be some txt file in /tmp but I don't have that. For now, I'm running apache as root and /tmp is 777. Any help would be appreciated. Thanks, Sean This email (including any attachments) is for its intended-recipient's use only. This email may contain information that is confidential or privileged. If you received this email in error, please immediately advise the sender by replying to this email and then delete this message from your system. For further information and disclaimers that apply to this email, see [http://www.viacom.com/email_disclaimer.jhtml]. |