Bug 642603 - JON241: [apache] Confusing metrics collection behavior on main server vhost after SNMP enabled
Summary: JON241: [apache] Confusing metrics collection behavior on main server vhost a...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: 3.0.0
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: RHQ Project Maintainer
QA Contact: Corey Welton
URL:
Whiteboard:
Depends On: 642591
Blocks: jon241-bugs 643563
TreeView+ depends on / blocked
 
Reported: 2010-10-13 12:27 UTC by Lukas Krejci
Modified: 2011-05-24 01:13 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Lukas Krejci 2010-10-13 12:27:30 UTC
Description of problem:
After SNMP is enabled on the inventoried apache instance, the "Main" vhost gets duplicated in the inventory.

The original resource starts collecting metrics, while the new duplicate doesn't.

Version-Release number of selected component (if applicable):
3.0.0

How reproducible:
always

Steps to Reproduce:
1. Inventory an apache instance that doesn't have SNMP module configured
2. Configure SNMP module in apache, update the connection properties of the resource to reflect that
3. Stay confused
  
Actual results:
$DESCRIPTION

Expected results:
No duplicate vhosts and metrics start to be collected

Additional info:

Comment 1 Charles Crouch 2010-11-02 03:47:36 UTC
This sounds like a duplicate of 642591. If there is a seperate fix then this looks like a good candidate for inclusion into the jon2.4.1, although I'm not seeing a separate commit into the release3.0 branch for this. If there is no separate fix then this should be closed as a duplicate

Comment 2 Sunil Kondkar 2010-11-15 10:12:24 UTC
Verified on Build #23 (jon241-release/23)

1. Installed apache 2.2.17. Configured snmp module in apache
(Followed instructions from
'http://www.rhq-project.org/display/JOPR2/Apache+2.x+SNMP+Config')

2. Commented below lines in config file:

#LoadModule snmpcommon_module modules/libsnmpcommon.so
#LoadModule snmpagt_module modules/libsnmpmonagt.so

#SNMPConf conf
#SNMPVar var

3. Included virtual host in config file.

4. Started apache:
[root@sunillaptop apache2]# /usr/local/apache2/bin/apachectl -k start
[root@sunillaptop apache2]# netstat -na | grep 1610
[root@sunillaptop apache2]#

5. Inventoried apache instance into RHQ. Main virtual host is discovered. 

The Connection properties display below:

SNMP Agent Host  127.0.0.1
SNMP Agent Port  1610
SNMP Agent Community  public

6. Configured the SNMP module in apache:
(Removed comments from below lines:

LoadModule snmpcommon_module modules/libsnmpcommon.so
LoadModule snmpagt_module modules/libsnmpmonagt.so

SNMPConf conf
SNMPVar var)

7. Restarted apache:

[root@sunillaptop apache2]# /usr/local/apache2/bin/apachectl -k restart
[root@sunillaptop apache2]# netstat -na | grep 1610
udp        0      0 0.0.0.0:1610                0.0.0.0:*


After SNMP is enabled on the inventoried apache instance, the "Main" vhost does not get duplicated in the inventory and no duplicate vhosts are discovered.

Comment 3 Corey Welton 2011-05-24 01:13:41 UTC
Bookkeeping - closing bug - fixed in recent release.

Comment 4 Corey Welton 2011-05-24 01:13:41 UTC
Bookkeeping - closing bug - fixed in recent release.

Comment 5 Corey Welton 2011-05-24 01:13:44 UTC
Bookkeeping - closing bug - fixed in recent release.


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