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:
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
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.
Bookkeeping - closing bug - fixed in recent release.