[Mod-apache-snmp-users] mod_apache_snmp configuration problem
Monitor Apache using SNMP
Brought to you by:
eplx
From: Pierpaolo P. <pe...@li...> - 2012-08-02 16:56:47
|
I apologize in advance for bad english. I am writing to request help for monitoring Apache (version 2.0.64) with Net-Snmp (version 5.7.1) and mod-apache-snmp (version 1.04). I followed this tutorial: http://mod-apache-snmp.sourceforge.net/english/docs.htm; The only difference from this is that the value of my snmp_version directive is 2c and therefore I have not snmpv3_user directive. However, after this steps, I can use the apache web server correctly, I tried it and I have not problem, and I can use Net-SNMP for monitoring, I tried it with java virtual machine and is done. The problem is that when I want monitoring apache web server and I execute a snmpwalk request as follow: snmpwalk -v2c -c public localhost APACHE2-MIB::apache2-mib I obtain this response: APACHE2-MIB::apache2-mib = No Such Object available on this agent at this OID I don't know why! I thought that in snmpd.conf file must be added the row of this type: proxy -v2c -c public localhost:PORT_NUMBER_OF_MODULE OID_APACHE2-MIB Similary to java virtual machine monitoring. But I don't know th PORT_NUMBER_OF_MODULE and I don't is sure that this is the way for work out, so I ask help for fix this problem. P.P. |