Hello,
I've installed mod_ap2_snmp on my Apache 2.0.58 with Net-SNMP-5.3.1. I can
read serverName, serverVersion, serverTmpDir, etc... but all the infos
regarding the activity are empty (busyWorkers, totalTraffic, idleWorkers...)
Is mod_ap2_snmp compatible with the worker MPM ? Any other idea ?
Regards,
Christophe
From: Esteban P. <est...@gm...> - 2007-01-05 13:20:24
Hello,
Have you enabled mod_status in apache conf??
Regards,
Esteban
On 1/5/07, cba...@eu... <cba...@eu...>
wrote:
>
> Hello,
>
> I've installed mod_ap2_snmp on my Apache 2.0.58 with Net-SNMP-5.3.1. I can
> read serverName, serverVersion, serverTmpDir, etc... but all the infos
> regarding the activity are empty (busyWorkers, totalTraffic,
> idleWorkers...)
>
> Is mod_ap2_snmp compatible with the worker MPM ? Any other idea ?
>
> Regards,
>
> Christophe
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Mod-apache-snmp-users mailing list
> Mod...@li...
> https://lists.sourceforge.net/lists/listinfo/mod-apache-snmp-users
>
--
----------------------------------------------------------------------
Esteban Pizzini
(http://mod-apache-snmp.sourceforge.net)
From: Esteban P. <est...@gm...> - 2007-01-05 14:04:59
Hello,
Please check that you have the following line in your conf:
ExtendedStatus Off
it's used by mod_status and needed by mod_apache_snmp..
Regards,
Esteban
On 1/5/07, cba...@eu... <cba...@eu...>
wrote:
>
> Thank you Esteban,
>
> Le vendredi 5 janvier 2007 14:20, Esteban Pizzini a =E9crit :
> > Hello,
> >
> > Have you enabled mod_status in apache conf??
>
> Yes, I did :
> [root@server root]# grep snmp /usr/local/apache2/conf/httpd.conf
> LoadModule ap2_snmp_module modules/mod_ap2_snmp.so
> SetEnvIfNoCase Request_URI /ap2_snmp agent_snmp
> CustomLog logs/access_log common env=3D!agent_snmp
> <Location /ap2_snmp>
> Sethandler ap2_snmp
> snmp_community xxxxxxxxxxxxxxx
> snmp_agent_address 127.0.0.1
> snmp_tmp_dir /tmp/
> snmp_version 1
> snmp_http_address 10.2.0.102 80
>
> Regards,
>
> Christophe
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share
> your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D=
DEVDEV
> _______________________________________________
> Mod-apache-snmp-users mailing list
> Mod...@li...
> https://lists.sourceforge.net/lists/listinfo/mod-apache-snmp-users
>
--=20
----------------------------------------------------------------------
Esteban Pizzini
(http://mod-apache-snmp.sourceforge.net)