From: Chad R. <ch...@za...> - 2008-07-13 19:22:49
|
First, thanks for the module, Esteban. I don't know how we've managed to go so long without an snmp module for Apache. Second, a couple of questions: Has anyone tested this on Apache 2.2? Are there any plans to add 503's to the list of supported errors? Can you explain in a little more detail what the importance of snmp_agent_address is? Finally, I get the following error when I start apache, but it doesn't seem to be affecting anything (the module works fine), so it's not really a big deal. But if I can get rid of it, I'd like to: [Sun Jul 13 12:13:02 2008] [error] AP2_SNMP: agentHttpAddress set to: [Sun Jul 13 12:13:02 2008] [error] 127.0.0.1:80 I set my config file up exactly like someone else on this list: prompt> cat ap2-snmp.conf <Location /ap2_snmp> Sethandler ap2_snmp Order Deny,Allow Deny from all Allow from 127.0.0.1 </Location> snmp_community <etcetera> snmp_agent_address localhost snmp_tmp_dir /var/www/ap2/ snmp_version 2 snmp_http_address 127.0.0.1 80 |