0% found this document useful (0 votes)
178 views

IntroscopeSapAgent Profile Template

The document contains configuration properties for an Introscope agent that monitors an SAP system, including settings for connecting the agent to an Enterprise Manager, configuring logging and extensions, and customizing the displayed process name. It provides options for TCP, HTTP tunneling, and SSL connections and specifies that the agent will not start if the "com.sap.hostagent.enable" property is set to false.

Uploaded by

Prasanth Ch
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
178 views

IntroscopeSapAgent Profile Template

The document contains configuration properties for an Introscope agent that monitors an SAP system, including settings for connecting the agent to an Enterprise Manager, configuring logging and extensions, and customizing the displayed process name. It provides options for TCP, HTTP tunneling, and SSL connections and specifies that the agent will not start if the "com.sap.hostagent.enable" property is set to false.

Uploaded by

Prasanth Ch
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 4

####################################

# SAP Specific Agent Properties #


####################################

# if this property is not present or the value is false,


# the host agent will not start
com.sap.hostagent.enable=false

#######################
# Agent Properties #
#######################

#################################
# Enterprise Manager Connection Order
#
# ================
# The Enterprise Manager connection order list the Agent uses if it
# is disconnected from its Enterprise Manager.

introscope.agent.enterprisemanager.connectionorder=DEFAULT

#################################
# Enterprise Manager Locations and Names
# (names defined in this section are only used in the
# introscope.agent.enterprisemanager.connectionorder property)
#
# ================
# Settings the Introscope Agent uses to find the Enterprise Manager
# and names given to host and port combinations.
# You must restart the managed application before changes to this property take
effect.

introscope.agent.enterprisemanager.transport.tcp.host.DEFAULT=localhost
introscope.agent.enterprisemanager.transport.tcp.port.DEFAULT=6001
introscope.agent.enterprisemanager.transport.tcp.socketfactory.DEFAULT=com.wily.ise
ngard.postofficehub.link.net.DefaultSocketFactory

# The following connection properties enable the Agent to tunnel communication


# to the Enterprise Manager over HTTP.
#
# WARNING: This type of connection will impact Agent and Enterprise Manager
# performance so it should only be used if a direct socket connection to the
# the Enterprise Manager is not feasible. This may be the case if the Agent
# is isolated from the Enterprise Manager with a firewall blocking all but
# HTTP traffic.
#
# When enabling the HTTP tunneling Agent, uncomment the following host, port,
# and socket factory properties, setting the host name and port for the
# Enterprise Manager Web Server. Comment out any other connection properties
# assigned to the "DEFAULT" channel and confirm that the "DEFAULT" channel is
# assigned as a value for the "introscope.agent.enterprisemanager.connectionorder"
# property.
# You must restart the managed application before changes to this property take
effect.
#introscope.agent.enterprisemanager.transport.tcp.host.DEFAULT=localhost
#introscope.agent.enterprisemanager.transport.tcp.port.DEFAULT=8081
#introscope.agent.enterprisemanager.transport.tcp.socketfactory.DEFAULT=com.wily.is
engard.postofficehub.link.net.HttpTunnelingSocketFactory
# The following properties are used only when the Agent is tunneling over HTTP
# and the Agent must connect to the Enterprise Manager through a proxy server
# (forward proxy). Uncomment and set the appropriate proxy host and port values.
# If the proxy server cannot be reached at the specified host and port, the
# Agent will try a direct HTTP tunneled connection to the Enterprise Manager
# before failing the connection attempt.
# You must restart the managed application before changes to this property take
effect.
#introscope.agent.enterprisemanager.transport.http.proxy.host=
#introscope.agent.enterprisemanager.transport.http.proxy.port=

# The following properties are used only when the proxy server requires
# authentication. Uncomment and set the user name and password properties.
# You must restart the managed application before changes to this property take
effect.
#introscope.agent.enterprisemanager.transport.http.proxy.username=
#introscope.agent.enterprisemanager.transport.http.proxy.password=

# To connect to the Enterprise Manager using HTTPS (HTTP over SSL),


# uncomment these properties and set the host and port to the EM's secure https
listener host and port.
#introscope.agent.enterprisemanager.transport.tcp.host.DEFAULT=localhost
#introscope.agent.enterprisemanager.transport.tcp.port.DEFAULT=8444
#introscope.agent.enterprisemanager.transport.tcp.socketfactory.DEFAULT=com.wily.is
engard.postofficehub.link.net.HttpsTunnelingSocketFactory

# To connect to the Enterprise Manager using SSL,


# uncomment these properties and set the host and port to the EM's SSL server
socket host and port.
#introscope.agent.enterprisemanager.transport.tcp.host.DEFAULT=localhost
#introscope.agent.enterprisemanager.transport.tcp.port.DEFAULT=6443
#introscope.agent.enterprisemanager.transport.tcp.socketfactory.DEFAULT=com.wily.is
engard.postofficehub.link.net.SSLSocketFactory

# Additional properties for connecting to the Enterprise Manager using SSL.


#
# Location of a truststore containing trusted EM certificates.
# If no truststore is specified, the agent trusts all certificates.
# Either an absolute path or a path relative to the agent's working directory.
# On Windows, backslashes must be escaped. For example: C:\\keystore
#introscope.agent.enterprisemanager.transport.tcp.truststore.DEFAULT=
# The password for the truststore
#introscope.agent.enterprisemanager.transport.tcp.trustpassword.DEFAULT=
# Location of a keystore containing the agent's certificate.
# A keystore is needed if the EM requires client authentication.
# Either an absolute path or a path relative to the agent's working directory.
# On Windows, backslashes must be escaped. For example: C:\\keystore
#introscope.agent.enterprisemanager.transport.tcp.keystore.DEFAULT=
# The password for the keystore
#introscope.agent.enterprisemanager.transport.tcp.keypassword.DEFAULT=
# Set the enabled cipher suites.
# A comma-separated list of cipher suites.
# If not specified, use the default enabled cipher suites.
#introscope.agent.enterprisemanager.transport.tcp.ciphersuites.DEFAULT=

#################################
# Properties for SAProuter support
# put the complete router string except for the port in the host property
#introscope.agent.enterprisemanager.transport.tcp.socketfactory.DEFAULT=com.sap.sup
.wily.saprouter.SapRouterSocketFactory
#introscope.agent.enterprisemanager.transport.tcp.host.DEFAULT=/H/saprouter1/H/sapr
outer2/H/emhost
#introscope.agent.enterprisemanager.transport.tcp.port.DEFAULT=6001

#################################
# Logging Configuration
#
# ================
# The following property, log4j.logger.IntroscopeAgent,
# controls both the amount of detail
# that is logged and the output location.
# Replace the text 'INFO' with the much longer text shown below -
# 'VERBOSE#com.wily.util.feedback.Log4JSeverityLevel'
# to increase the level of detail.
# Replace 'console' with 'logfile' (without the quotes)
# to send the output to a log file instead of the console.

log4j.logger.IntroscopeAgent=INFO, console
#log4j.logger.IntroscopeAgent=VERBOSE#com.wily.util.feedback.Log4JSeverityLevel,
console
#log4j.logger.IntroscopeAgent=DEBUG#com.wily.util.feedback.Log4JSeverityLevel,
console

# If logfile is specified above, the location of the log file


# is configured with the following property,
# log4j.appender.logfile.File. Full paths can
# be used if desired. Log4j expands system properties,
# so constructs such as
# log4j.appender.logfile.File=${my.system.property}/IntroscopeAgent.log
# are valid

log4j.appender.logfile.File=IntroscopeAgent.log

########## See Warning below ##########


# Warning: The following properties should not be modified for normal use.
log4j.additivity.IntroscopeAgent=false
log4j.appender.console=com.wily.org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=com.wily.org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d{M/dd/yy hh:mm:ss a z} [%-3p]
[%c] %m%n
log4j.appender.console.target=System.err
log4j.appender.logfile=com.wily.introscope.agent.AutoNamingRollingFileAppender
log4j.appender.logfile.layout=com.wily.org.apache.log4j.PatternLayout
log4j.appender.logfile.layout.ConversionPattern=%d{M/dd/yy hh:mm:ss a z} [%-3p]
[%c] %m%n
log4j.appender.logfile.MaxBackupIndex=4
log4j.appender.logfile.MaxFileSize=10MB
#########################################

#######################
# Custom Process Name
#
# ================
# Specify the process name as it appears in the
# Introscope Enterprise Manager and Workstation.

introscope.agent.customProcessName=SAP HostAgent Process

#######################
# disable some services
#
# ================

introscope.agent.stalls.enable=false
introscope.agent.transactiontracer.sampling.enabled=false

#######################
# Agent Extensions Directory
#
# ================
# This property specifies the location of all extensions to be loaded
# by the Introscope Agent. Non-absolute names are resolved relative
# to the location of this properties file.
# You must restart the managed application before changes to this property take
effect.

introscope.agent.extensions.directory=ext

You might also like