Bug 784855 - Documentation error for enabling SNMP Module on Apache
Summary: Documentation error for enabling SNMP Module on Apache
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Documentation
Version: 4.0.0
Hardware: Unspecified
OS: Unspecified
high
low vote
Target Milestone: ---
: JON 3.0.1
Assignee: Deon Ballard
QA Contact: Mike Foley
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-26 13:37 UTC by dsteigne
Modified: 2018-11-26 17:31 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.