Hide Forgot
Description of problem: Inside Setting_up_Monitoring_Alerts_and_Operations doc, Point 3.4.2. Configuring the Apache SNMP Module. Point 6 says: For Apache 2.0 and 2.2 on Red Hat Enterprise Linux: LoadModule snmpcommon_module modules/libsnmpcommon.so LoadModule snmpagt_module modules/libsnmpmonagt.so SNMPConf conf SNMPVar var and point 7 again says: For Apache 2.0 and 2.2. Enable the module by adding these lines to the httpd.conf on both Red Hat Enterprise Linux and Windows: LoadModule snmpcommon_module modules/snmpcommon.so LoadModule snmpagt_module modules/snmpmonagt.so SNMPConf conf SNMPVar var So for Linux both sets need to be added? Version-Release number of selected component (if applicable): 3.0 Expected results: Should state the same as the RHQ documentation: Linux Edit <APACHE_2.x_INSTALL_DIR>/conf/httpd.conf. At the end of the file, add the following lines: LoadModule snmpcommon_module modules/libsnmpcommon.so LoadModule snmpagt_module modules/libsnmpmonagt.so SNMPConf conf SNMPVar var Windows Edit <APACHE_2.x_INSTALL_DIR>/conf/httpd.conf. At the end of the file, add the following lines: LoadModule snmpcommon_module modules/snmpcommon.so LoadModule snmpagt_module modules/snmpmonagt.so SNMPConf conf SNMPVar var
12/30/2012 BZ triage meeting mfoley, ccrouch, loleary, asantos
This was a (silly) copy and paste error. It should be fixed now: http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Operations_Network/3.0/html/Setting_up_Monitoring_Alerts_and_Operations/monitoring-proc.html#Apache_SNMP_Configuration
Closing.