
# 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
# RHQ_AGENT_HOME - Defines where the agent's home install directory is.
# If not defined, it will be assumed to be the parent
# directory of the directory where this script lives.
#
RHQ_AGENT_HOME="/root/rhq-agent"
# RHQ_AGENT_JAVA_HOME - The location of the JRE that the agent will
# use. This will be ignored if
# RHQ_AGENT_JAVA_EXE_FILE_PATH is set.
# If this and RHQ_AGENT_JAVA_EXE_FILE_PATH are
# not set, the agent's embedded JRE will be used.
#
RHQ_AGENT_JAVA_HOME="/usr/lib/jvm/jre-1.6.0"
# RHQ_AGENT_JAVA_EXE_FILE_PATH - Defines the full path to the Java
# executable to use. If this is set,
# RHQ_AGENT_JAVA_HOME is ignored.
# If this is not set, then
# $RHQ_AGENT_JAVA_HOME/bin/java
# is used. If this and
# RHQ_AGENT_JAVA_HOME are not set, the
# agent's embedded JRE will be used.
#
#RHQ_AGENT_JAVA_EXE_FILE_PATH="/usr/local/bin/java"
# RHQ_AGENT_JAVA_OPTS - Java VM command line options to be
# passed into the agent's VM. If this is not defined
# this script will pass in a default set of options.
# If this is set, it completely overrides the
# agent's defaults. If you only want to add options
# to the agent's defaults, then you will want to
# use RHQ_AGENT_ADDITIONAL_JAVA_OPTS instead.
#
#RHQ_AGENT_JAVA_OPTS="-Xms64m -Xmx128m -Djava.net.preferIPv4Stack=true"
# RHQ_AGENT_JAVA_ENDORSED_DIRS - Java VM command line option to set the
# endorsed dirs for the agent's VM. If this
119
www.redhat.com
Komentarze do niniejszej Instrukcji