History | Log In     View a printable version of the current page.  
HQ 4.0 EE Release is Now Available | HQ 3.2.5-EE Maintenance Release is Now Available
Issue Details (XML | Word | Printable)

Key: HHQ-1999
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Charles Lee
Reporter: John Sachs
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Hyperic HQ

Resource configuration changes not being pushed to child services

Created: 17/Apr/08 08:44 AM   Updated: 28/Aug/08 04:44 PM
Component/s: Server
Affects Version/s: 3.2.2
Fix Version/s: 4.0.0, 3.2.4

Verify By: Kashyap Parikh
Last comment: 12 weeks ago
Resolution Date: 02/Jun/08 03:33 PM


 Description  « Hide
Not sure if this only applies to platform resources, but the reproduction is this:

1. Configure an SNMP platform resource that contains some services (i.e. a Network Host/Device with some network interfaces)
2. Change the IP address of the host/device
3. Change the IP address in the HQ resource Configuration Properties

At this point, the metrics on the platform resource will begin collecting again using the new configuration, but the services like the network interfaces will still have the old configuration and will not be able to collect metrics.

Workaround: re-submit the config on each service by navigating to the Configuration Properties, clicking Edit, then Click OK without changing anything. That will force the update from the parent.

Expected behavior is that the service configuration is updated automatically when the parent resource configuration is changed.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Ryan Morgan - 17/Apr/08 11:56 AM

Another work around for this problem is to refresh the agent schedule on the agent which monitors these resources:

./hq-agent.sh stop
rm -rf data
./hq-agent.sh start


Charles Lee - 15/May/08 09:31 AM
Whenever a server configuration changes, we also need to go through its services and update the measurement DSNs

Kashyap Parikh - 20/May/08 10:52 PM
I can still reproduce the snmp platform issue described above with build # 721

Charles Lee - 02/Jun/08 03:33 PM
Needed to propagate platform configuration changes to platform services, as well. Was only doing servers before.

Kashyap Parikh - 28/Aug/08 04:44 PM
Verified in Build # 707 with Windows snmp service. Looks good.