[Mod-apache-snmp-users] (different) [error] AP2_SNMP: agentHttpAddress set to
Monitor Apache using SNMP
Brought to you by:
eplx
From: Matthias F. <m.f...@gm...> - 2007-05-23 22:41:09
|
Dear Users, My Problem is different to the posted Problems of this kind. If I start the apache2 I get these errors: [Thu May 24 00:20:47 2007] [error] AP2_SNMP: agentHttpAddress set to: [Thu May 24 00:20:47 2007] [error] 127.0.0.1:80 If I trigger an snmpwalk I get only empty vars. I downloaded mod_ap2_snmp_1.04 and net-snmp-5.4 and compiled both. I used you introduction. Then I configured the following files: /etc/apache2/mods-enabled/ap2_snmp.load LoadModule ap2_snmp_module /usr/lib/apache2/modules/mod_ap2_snmp.so /etc/apache2/mods-enabled/ap2_snmp.conf ExtendedStatus On <Location /ap2_snmp> Sethandler ap2_snmp Order Deny,Allow Deny from all Allow from 127.0.0.1 </Location> snmp_community public snmp_agent_address localhost snmp_tmp_dir /tmp/ snmp_version 1 snmp_http_address 127.0.0.1 80 /etc/default/snmpd.conf rwcommunity public 127.0.0.1 syslocation FD2 syscontact su...@ne... sysservices 76 The /tmp folder hast 777 rights. What could be my problem? Have anyone here an idear? Please help me. Best Reagars, FliTTi |