Bug 905651
Summary: | disable types on agent so avoid large number of services causing inventory report to not get processed | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | John Mazzitelli <mazz> | |
Component: | Core Server | Assignee: | John Mazzitelli <mazz> | |
Status: | CLOSED NEXTRELEASE | QA Contact: | Mike Foley <mfoley> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | JON 3.1.2 | CC: | hrupp, loleary, vnguyen | |
Target Milestone: | --- | |||
Target Release: | JON 3.1.3 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 902406 | |||
: | 906867 (view as bug list) | Environment: | ||
Last Closed: | 2013-09-06 02:25:06 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 906866 | |||
Bug Blocks: | 906867 |
Description
John Mazzitelli
2013-01-29 21:13:01 UTC
git commit as seen in the "master" branch as well as the "bug/902406" branch: 13cb988bb4835289393c8e3f736918651d6e2bae (the main commit) 085acde34623280a7720ee866f0efd4fc005d435 (one line fix for NPE) These git commits, as they are seen in "release/jon3.1.x" branch, are: 811fbb8970b3013fc0e6555c0db908f9112ff13a 40caae29a4dadc018a96ae4cbf687ff3f8b594b1 You can set this new config option either as agent java opt: -Drhq.agent.plugins.disabled-resource-types=... or within agent config .xml The value looks like this: [pluginName]>[parentTypeName1]>...>[typeNameToIgnore] You can have more than one by separating them with the "|" character. So, for my testing, I was using this: PerfTest>server-deep1>service-deep2>service-deep3>service-deep4>service-deep5|RHQAgent>RHQ Agent>RHQ Agent JVM>Operating System In other words, I was ignoring the type "service-deep5" as defined in the "PerfTest" plugin and I was ignoring the type "Operating System" as defined in the "RHQAgent" plugin. Plugin name is the name as defined in the plugin descriptor rhq-plugin.xml - in the root element <plugin> there is a name attribute. Obviously, the type names are those also defined in the plugin descriptor (<server> or <service> types). See https://access.redhat.com/knowledge/solutions/308793 as it pertains to the use of this new configuration option. QE Qaulification ---------------- Viet will need to qualify this. Closing as there will not be a 3.1.3 release. This is being tracked for 3.2 in the 'depends on' field. |