Bug 784855

Summary: Documentation error for enabling SNMP Module on Apache
Product: [Other] RHQ Project Reporter: dsteigne
Component: DocumentationAssignee: Deon Ballard <dlackey>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: low Docs Contact:
Priority: high    
Version: 4.0.0CC: hrupp
Target Milestone: ---   
Target Release: JON 3.0.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description dsteigne 2012-01-26 13:37:27 UTC
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

Comment 1 Mike Foley 2012-01-30 16:30:32 UTC
12/30/2012 BZ triage meeting mfoley, ccrouch, loleary, asantos

Comment 3 Deon Ballard 2012-06-21 23:18:47 UTC
Closing.

Comment 4 Deon Ballard 2012-06-21 23:19:01 UTC
Closing.