Bug 535386 (RHQ-2088)

Summary: add Start Time trait to the RHQ Agent ResourceType
Product: [Other] RHQ Project Reporter: Ian Springer <ian.springer>
Component: PluginsAssignee: John Mazzitelli <mazz>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: low    
Version: unspecifiedCC: ccrouch, cwelton, jshaughn
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: All   
URL: http://jira.rhq-project.org/browse/RHQ-2088
Whiteboard:
Fixed In Version: 1.4 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-05 20:52:09 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ian Springer 2009-05-14 12:09:00 UTC
I think these would be handy, especially when troubleshooting Agent JVM crashes as I have been recently.


Comment 1 John Mazzitelli 2009-05-14 12:32:43 UTC
We already have a "uptime" metric. It is not appropriate for a trait, it changes everytime it is collected. It is off by default, you have to enable it (see: defaultOn="false").

      <metric property="Uptime"
              displayName="Up Time"
              description="Total number of seconds since the agent was started"
              defaultOn="false"
              units="seconds"
              category="availability"
              measurementType="dynamic" />  <!-- changed to dynamic to prevent generation of per Minute metric. -->



Comment 2 John Mazzitelli 2009-05-14 12:33:26 UTC
changing subject to "add start time trait" - we already have uptime metric.

Comment 3 Charles Crouch 2009-09-01 16:04:20 UTC
Move features/improvements to 1.4

Comment 4 Red Hat Bugzilla 2009-11-10 20:57:30 UTC
This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2088