Bug 535013 (RHQ-1753)
Summary: | add a new SIGAR_DEBUG env var to rhq-agent.sh/bat for enabling SIGAR native logging | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Ian Springer <ian.springer> |
Component: | Agent | Assignee: | John Mazzitelli <mazz> |
Status: | CLOSED NEXTRELEASE | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 1.1.2 | CC: | ccrouch |
Target Milestone: | --- | Keywords: | Task |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
URL: | http://jira.rhq-project.org/browse/RHQ-1753 | ||
Whiteboard: | |||
Fixed In Version: | 1.2 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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-03-10 13:59:00 UTC
need to add this to -env.bat/sh - I have to check the agent plugin to see if anything has to change, as well as agent auto-upgrade RHQ_AGENT_SIGAR_DEBUG is the new setting that must be true for sigar logging to be enabled (this must be true AND the agent debug must be true). Here's the comments from -env.sh that explains this: # RHQ_AGENT_DEBUG - If this is defined, the script will emit debug # messages. It will also enable debug # messages to be emitted from the agent itself. # If not set or set to "false", debug is turned off. # This does not implicitly enable Sigar native system # debug mode. You must explicitly enable # RHQ_AGENT_SIGAR_DEBUG in addition to enabling # RHQ_AGENT_DEBUG for Sigar logging to be enabled. # #RHQ_AGENT_DEBUG=true # RHQ_AGENT_SIGAR_DEBUG - Enables Sigar debug mode but only if agent debug # is also enabled. See RHQ_AGENT_DEBUG for more. #RHQ_AGENT_SIGAR_DEBUG=false This bug was previously known as http://jira.rhq-project.org/browse/RHQ-1753 |