Skip to main content

Server - Monitoring Parameters

Here you will find detailed information about monitoring parameters for Server monitored objects.

Monitoring parameters are the mechanism for you to configure how your systems are monitored. They are how you set configuration of how the agent runs, how checks are executed, thresholds for checks (when does a check go critical or warning) and much more. All Monitoring Parameters have a carefully chosen default value. As soon as you add a new system, Avantra uses these defaults. You may change these defaults by defining a parameter and by modifying its values. Monitoring Parameters can be defined for a single system, or for collections of systems using Monitoring Parameter Sets. You can also define your own Custom Monitoring Parameters for use within Custom Checks and automation.

AgentConnectRoute

note

It is recommended to use The Route Configurator instead of configuring this parameter directly.

If the Avantra Server connects to the Avantra Agent through one or more avantra-gateways, you can define this value.

Reference Data

ConfiguresAgentConnect
Unit

String

The format of a routing string is defined by the following EBNF:

Routing   ::==  Sequence | Backup
Backup    ::==  '(' Sequence ')' { '|(' Sequence ')' }
Sequence  ::==  [ URL { ' ' URL }]
URL       ::==  ( target | reverse) ['?' query ]
target    ::==  protocol '//' host ':' port
reverse   ::==  '//' reverse-id
query     ::==  param {'&' param}
protocol  ::==  'a5' | 'a5s'
param     ::==  key '=' value
host      ::==  hostname | ip-address
port      ::==  integer
key       ::==  url-encoded string
value     ::==  url-encoded string

The meaning of protocol is as follows:

  • a5: The (unsecured) protocol provided by Avantra 5 and higher, i.e. HTTP
  • a5s: The secure protocol used by Avantra 5 and higher, i.e. HTTPS

AgentConnectTimeCrit

If no connection could be established to an Avantra Agent for more than AgentConnectTimeCrit minutes, the Avantra Server will set the status of AgentConnect to Critical.

Reference Data

ConfiguresAgentConnect
Default Value60
UnitMinutes

AgentConnectTimeWarn

If no connection could be established to an Avantra Agent for more than AgentConnectTimeWarn minutes, the Avantra Server will set the status of AgentConnect to Warning.

Reference Data

ConfiguresAgentConnect
Default Value60
UnitMinutes

AgentEnvironment

General-purpose parameter.

warning

Do not use it unless instructed by the Avantra support team.

Reference Data

ConfiguresAgent
UnitString

AgentListenerPort

Defines the Avantra Agent TCP/IP listener port. Do not change this value unless the default port is already in use.

warning

If you need to change it, please contact our support for assistance.

If you are not familiar with TCP/IP, or you do not know what a port is, you may want to start further reading at RFC 1180.

Reference Data

ConfiguresAgent
Default Value9051
UnitNumber

AgentProtocolUseSSL

By default, the communication between Avantra Agent and Avantra Server is secured by SSL using client-side certificates. Turning SSL off should only be required under rare circumstances, i.e. to work around SSL problems with the Avantra Agent Java Runtime Environment. Please be aware that without SSL communication between Avantra Agent and Avantra Server will be plain text HTTP.

Reference Data

ConfiguresAgent
Default ValueTrue
UnitBoolean

AliveTimeout

If the Avantra Server did not receive data for more than AliveTimeout minutes, it will set the status of AGENTALIVE to Critical. You may decrease this parameter for productive systems, and increase it for systems connected via low speed/low bandwidth links.

warning

We do not recommend setting this parameter to a value less than the check cycle length, as this would cause unnecessary Critical statuses.

Reference Data

ConfiguresAGENTALIVE
Default Value10
UnitMinutes

AutoChangeDetectionIgnore

This parameter has currently no effect for Servers.

Reference Data

ConfiguresSystem Change Auto Detection
UnitKeyword followed by comma-separated value list, optionally followed by a semicolon followed by a keyword followed by comma-separated value list, …​, Colon, semicolon, and comma must be escaped by \ (backslash) if used as a value.

CheckCycleTime

Defines the time interval between two consecutive runs of the Basic Check Cycle.

Reference Data

ConfiguresAll checks with a Basic Check Cycle
Default Value5
UnitMinutes

Cloud Detection

Determine if the Agent shall perform cloud detection. For the purpose of cloud detection, several predefined URLs need to be accessed, which may lead to firewall messages depending on your environment. In this case, you can turn off cloud detection by this parameter.

Reference Data

ConfiguresCloud detection
Default ValueOn
UnitBoolean

ClusterSwitchMsgDisplayDuration

Defines how long (in minutes) AGENTALIVE remains in status Warning after a Virtual Cluster Server has switched from one Physical Server to the other.

Reference Data

ConfiguresAGENTALIVE (for Virtual Cluster Servers only)
Default Value30
UnitMinutes

CPULoadAverageTime

The value of CPULoadAverageTime defines the time period used to compute the average CPU load over. CPULOAD will only result in Warning or Critical statuses if the CPU load of the system was over the corresponding threshold for CPULoadAverageTime minutes or more. The higher this value is, the less likely you will get alerts due to CPU peaks over a small period of time only.

Reference Data

ConfiguresCPULOAD
Default Value10
UnitMinutes

CPULoadCrit

If the server's average CPU load exceeds CPULoadCrit percent the check status of CPULOAD turns to Critical.

Reference Data

ConfiguresCPULOAD
Default Value95
UnitPercent %

CPULoadWarn

If the server's average CPU load exceeds CPULoadWarn percent but does not exceed CPULoadCrit percent, the check status of CPULOAD turns to Warning.

Reference Data

ConfiguresCPULOAD
Default Value80
UnitPercent %

DailyCheckSendTimeRange

Usually, Daily Checks are executed at DailyCheckStart and delivered immediately. In a large-scale environment with hundreds of Avantra Agents, and if DailyCheckStart has the same value for all Avantra Agents, it may cause a high load of the Avantra Server.

If you set this parameter, the Avantra Agent randomly chooses a time between 0 and DailyCheckSendTimeRange minutes before the Daily Check is actually delivered.

Reference Data

ConfiguresFULLCHECK
Default Value0
UnitMinutes

DailyCheckStart

Defines the start time of the FULLCHECK in the Avantra Agent's local time zone. It affects all SAP Instances eventually installed on the same Physical Server or Virtual Cluster Server.

Reference Data

ConfiguresFULLCHECK
Default Value07:00
UnitFormatted string: HH:MM

DumpData

Only use if instructed to by Avantra.

Reference Data

ConfiguresAgent
UnitList

EnableOSCodeExec

Note that the global setting Security.EnableOSCodeExec may override this setting.

Reference Data

ConfiguresRUN_JS, SQL_QUERY
Default ValueGlobal setting: Security.EnableOSCodeExec

FSExCrit

If the predicted point in time when the filesystem usage limit is exceeded is within the upcoming FSExCrit hours, the check status of FILESYSTEMS is set to Critical.

Reference Data

ConfiguresFILESYSTEMS
Default Value2
UnitHours
Monitoring Parameter Exception available?Yes

FSExWarn

If the predicted point in time when the filesystem usage limit is exceeded is within the upcoming FSExWarn hours, but not within the upcoming FSExCrit hours, the check status of FILESYSTEMS is set to Warning (unless the FSUsageCrit threshold is exceeded for some file system).

Reference Data

ConfiguresFILESYSTEMS
Default Value12
UnitHours
Monitoring Parameter Exception available?Yes

FSForecast

Defines whether the forecasting algorithm is active or inactive. See Forecasting for more information.

Reference Data

ConfiguresFILESYSTEMS
Default ValueActive
UnitEnum (Active/Inactive)
Monitoring Parameter Exception available?Yes

FSMonitorNetwork

If the parameter is selected FILESYSTEMS also monitors non-local file systems, i.e. mapped network drives (in the Windows world) and NFS-mounted file systems (in the Unix world).

Reference Data

ConfiguresFILESYSTEMS, DB2_FSLOGARCH, ORA_FSLOGARCH
Default ValueNot set
UnitCheckbox

FSNodeCrit

If one or more of the Physical Server's filesystem inode usage exceeds FSNodeCrit percent, the Check status is set to Critical (on Unix-like operating systems only).

Reference Data

ConfiguresFILESYSTEMS
Default Value95
UnitPercent %

FSNodeWarn

If one or more of the Physical Server's filesystem inode usage exceeds FSNodeWarn percent, but none of them exceeds FSNodeCrit percent, the check status is set to Warning (unless any other Critical threshold is exceeded for some filesystem; on Unix-like operating systems only).

Reference Data

ConfiguresFILESYSTEMS
Default Value90
UnitPercent %

FSQueueCrit

This monitoring parameter configures a Critical threshold for FILESYSTEMS whenever the disk queue length reaches a certain number.

The number given for this parameter should be higher than the one set for FSQueueWarn.

By default, this parameter is empty and do not influence the check status of FILESYSTEMS.

Reference Data

ConfiguresFILESYSTEMS
Default Valueempty
UnitNumber

FSQueueWarn

This monitoring parameter configures a Warning threshold for FILESYSTEMS whenever the disk queue length reaches a certain number.

The number given for this parameter should be lower than the one set for FSQueueCrit.

By default, this parameter is empty and do not influence the check status of FILESYSTEMS.

Reference Data

ConfiguresFILESYSTEMS
Default Valueempty
UnitNumber

FSTypeLocal

A list of (local) filesystem types. Avantra Agent does not monitor filesystems having a type not defined in this parameter.

Reference Data

ConfiguresFILESYSTEMS, DB2_FSLOGARCH, ORA_FSLOGARCH
Default Valueadvfs aix ext2 ext3 ext4 gpfs hfs jfs jfs2 minix ntfs ocfs2 refs reiser4 reiserfs ufs vxfs xfs xiafs zfs btrfs
UnitString

FSTypeRemote

A list of (network) filesystem types. Avantra Agent does not monitor filesystems having a type not defined in this parameter. The parameter is only effective if FSMonitorNetwork is enabled.

Reference Data

ConfiguresFILESYSTEMS, DB2_FSLOGARCH, ORA_FSLOGARCH
Default Valueafs dfs nfs nfs2 nfs3 nfs4 nfsv2 nfsv3 nfsv4 smbfs cifs
UnitString

FSUsageCrit

If one or more of the Physical Server's filesystem usage exceeds the FSUsageCrit threshold, the Check status is set to Critical.

You can define the threshold either in percentage of the total size of the resource, or in KB, MB, or GB values of the remaining free space. In the first case, the parameter gets effective if the usage measured in % of the total space is higher than the defined threshold. In the second case the parameter gets effective if the remaining free space is lower than the defined threshold.

Reference Data

ConfiguresFILESYSTEMS
Default Value95
UnitPercent %
Monitoring Parameter Exception available?Yes

FSUsageWarn

If one or more of the Physical Server's filesystem usage exceeds the FSUsageWarn threshold, but none of them exceeds the FSUsageCrit threshold, the check status is set to Warning (unless any other Critical threshold is exceeded for some filesystem).

You can define the threshold either in percentage of the total size of the resource, or in KB, MB, or GB values of the remaining free space. In the first case, the parameter gets effective if the usage measured in % of the total space is higher than the defined threshold. In the second case the parameter gets effective if the remaining free space is lower than the defined threshold.

Reference Data

ConfiguresFILESYSTEMS
Default Value80
UnitPercent %
Monitoring Parameter Exception available?Yes

GatewayTunnels

This parameter is used to configure Tunnels to other Avantra Agents used as Gateways or the Avantra Server.

warning

Do not change this monitoring parameter, unless you have knowledge with the impact it has. It is recommended to use the Route Configurator to set this parameter instead.

Reference Data

ConfiguresAll checks assigned to the system
Default Valueempty
UnitString

LocalIPAddress

This IP address must only be set if 127.0.0.1 is not valid.

Reference Data

UnitString

LocalMonitoringOff

If you set this parameter Avantra will stop monitoring the system.

This setting can be used if you want to monitor this System only using End-to-End Application Monitoring (from a different system).

warning

Do not change this monitoring parameter, unless you have knowledge with the impact it has.

Reference Data

ConfiguresAll checks assigned to the system
Default Valueempty
UnitBoolean

LogKeepFiles

Defines how many old log files to keep. If set to 0, there is one log file kept called lyceus.log.old.

If set to a value n greater 0, n log files are kept named with time stamp suffix.

Reference Data

ConfiguresAvantra Agent
Default Value0
UnitNumber

MasterConnectRoute

note

It is recommended to use The Route Configurator instead of configuring this parameter directly.

Use this parameter if MasterHost and MasterPort parameters are not sufficient to specify the routing from Avantra Agent to Avantra Server.

Reference Data

ConfiguresAGENTALIVE
Unit

String

The format of a routing string is defined by the following EBNF:

Routing   ::==  Sequence | Backup
Backup    ::==  '(' Sequence ')' { '|(' Sequence ')' }
Sequence  ::==  [ URL { ' ' URL }]
URL       ::==  ( target | reverse) ['?' query ]
target    ::==  protocol '//' host ':' port
reverse   ::==  '//' reverse-id
query     ::==  param {'&' param}
protocol  ::==  'a5' | 'a5s'
param     ::==  key '=' value
host      ::==  hostname | ip-address
port      ::==  integer
key       ::==  url-encoded string
value     ::==  url-encoded string

The meaning of protocol is as follows:

  • a5: The (unsecured) protocol provided by Avantra 5 and higher, i.e. HTTP
  • a5s: The secure protocol used by Avantra 5 and higher, i.e. HTTPS

MasterHost

Hostname or IP address of the Avantra server, more precisely, of the server running Avantra Server.

The default value is taken from the Avantra Server property Network.masterhost which itself is determined automatically.

If you use MasterConnectRoute, you probably need to set MasterHost to the hostname of the last gateway defined in MasterConnectRoute.

Reference Data

ConfiguresAvantra Agent
DefaultThe value of Network.masterhost
UnitFormatted string. Full Qualified Domain Name or IP Address

MasterPort

TCP/IP port number the Avantra Server is listening to.

The default value is taken from the Avantra Server property Network.masterport.

If you use AgentConnectRoute you probably need to set MasterPort to the TCP/IP port number of the last gateway defined in AgentConnectRoute.

Reference Data

ConfiguresAvantra Agent
DefaultThe value of Network.masterport
UnitNumber

MediumCheckCycleTime

Defines the time interval between two consecutive runs of the Medium Check Cycle(../../Glossary/#check-cycle). Please be aware that the cycle time is always 'rounded' up to the next CheckCycleTime time. For example, if you enter 8 minutes as the MediumCheckCycleTime and the CheckCycleTime is set to 5 minutes, the check will be executed every 10 minutes in every 2nd check interval.

Reference Data

ConfiguresMedium Check Cycle(../../Glossary/#check-cycle)
Default Value3
UnitNumber

Memory Usage Thresholds

MemoryUsageCrit

If the physical memory usage exceeds the MemoryUsageCrit threshold, the check status is set to Critical.

You can define the threshold either in percentage of the total size of the resource, or in KB, MB, or GB values of the remaining free space. In the first case, the parameter gets effective if the usage measured in % of the total space is higher than the defined threshold. In the second case the parameter gets effective if the remaining free space is lower than the defined threshold.

Reference Data

ConfiguresMEMORY
Default Value95
UnitPercent %

MemoryUsageWarn

If the physical memory usage exceeds the MemoryUsageWarn threshold but does not exceed the MemoryUsageCrit threshold, the check status is set to Warning.

You can define the threshold either in percentage of the total size of the resource, or in KB, MB, or GB values of the remaining free space. In the first case, the parameter gets effective if the usage measured in % of the total space is higher than the defined threshold. In the second case the parameter gets effective if the remaining free space is lower than the defined threshold.

Reference Data

ConfiguresMEMORY
Default Value90
UnitPercent %

MessageSuppressTime

The Avantra Agent re-sends a Check Result after MessageSuppressTime minutes if check status and check message have not changed during this time.

ConfiguresAll checks
Default Value60
UnitMinutes

PagingSpaceCrit

If the total amount of paging space usage exceeds the PagingSpaceCrit threshold, the check status is set to Critical.

You can define the threshold either in percentage of the total size of the resource, or in KB, MB, or GB values of the remaining free space. In the first case, the parameter gets effective if the usage measured in % of the total space is higher than the defined threshold. In the second case the parameter gets effective if the remaining free space is lower than the defined threshold.

Reference Data

ConfiguresPAGINGSPACE
Default Value95
UnitPercent %

PagingSpaceWarn

If the total amount of paging space usage exceeds the PagingSpaceWarn threshold but does not exceed the PagingSpaceCrit threshold, the check status is set to Warning.

You can define the threshold either in percentage of the total size of the resource, or in KB, MB, or GB values of the remaining free space. In the first case, the parameter gets effective if the usage measured in % of the total space is higher than the defined threshold. In the second case the parameter gets effective if the remaining free space is lower than the defined threshold.

Reference Data

ConfiguresPAGINGSPACE
Default Value80
UnitPercent %

PagingSpacePhysMemRatioWarn

If the Server's total amount of paging space is less PagingSpacePhysMemRatioWarn percent of the physical memory, the check status PAGINGSPACE is set to Warning .

The default is 0, in which case this sub-Check is disabled.

Reference Data

ConfiguresPAGINGSPACE
Default Value0
UnitPercent %

PerfDataCollection

Controls whether or not Performance Data Collection is turned on for Systems. If you do not want the Avantra Agent to collect performance data you may remove the flag.

Reference Data

ConfiguresSystem
DefaultOn
UnitCheckbox

PerfDataDiskIOFileSystems

Use this monitoring parameter to collect disk IO performance data for file systems. Disk IO performance data for file systems is not collected by default. It must be turned on using this monitoring parameter. Define the names of the file systems you want to collect data for. Multiple entries can be separated by one or more spaces, comma, or semicolon. If one of these characters appears in a file system path, you must escape it with \. You can use wildcard * to define multiple file systems.

tip

Use * to collect performance data of all file systems.

Use /usr/sap* to collect performance data of all filesystems starting with /usr/sap.

Use C:* D:* E:* to collect performance data of logical drives On Microsoft Windows operating systems.

warning

Do not use C:\ since \ must be quoted itself.

Reference Data

ConfiguresFILESYSTEMS
Default ValueN/A
UnitString

PerfDataNetworkIOInterfaces

Use this monitoring parameter to collect performance data of network I/O interfaces. Performance data is not collected by default for network interfaces. It must be turned on with this monitoring parameter. Define the names of the network interfaces, multiple network interfaces can be separated with spaces, comma, or semicolon. You can use wildcard \* to define network interfaces.

tip

Use * to collect performance data of all network I/O interfaces.

Use eth* to collect performance data of all network I/O interfaces with a name starting with eth.

PredictiveAnalyticsEngine

Use this monitoring parameter to configure the Predictive Analytics engine for the Server. By default the engine is configured as Balanced.

OptionDescription
OffTurns off the Predictive Analytics engine.
Best PerformanceConfigures the engine to run with best performance.
BalancedConfigures the engine to run in a balanced way.
Highest PrecisionConfigures the engine to run with the highest precision.

Reference Data

ConfiguresCPULOAD

RelevantDailyCheckDetails

Configures Daily check contributing check details for Servers.

Reference Data

UnitDCDList

RTMMaxMessageSize

Defines the maximum number of bytes of the check message that are transferred to the Avantra Server. This is to prevent network transmission problems in case of very large message sizes.

Reference Data

ConfiguresAvantra Agent
Default Value16384
UnitNumber

RunDailyCheckOnWE

Defines if the daily checks are executes during the weekend.

Reference Data

Default Value0
UnitBoolean

SAPHostAgentCheckSaposcol

Activates/deactivates the SAPOSCOL sub-check for SAPHostAgentStatus. This sub-check needs sapadm user credentials to be maintained as avantra.sapHostControl credential type on the server level.

Reference Data

ConfiguresSAPHostAgentStatus
Default ValueFalse
UnitBoolean

SAPHostAgentIP

Defines the hostname/IP address to which the host agent is configured to listen to. It can override the default (localhost/127.0.0.1) setting.

If this parameter is set to a value, the SAPHostAgentStatus check is always enabled and ignores local detection. Setting a value that is not the server's hostname, machine name or any alias will force the check to remote mode and skip monitoring of the local daemon.

Reference Data

ConfiguresSAPHostAgentStatus
Default ValueTrue
UnitBoolean

SAPHostAgentProtocol

One of Auto:HTTP:HTTPS:HTTP+HTTPS, defines which protocol/port is used to connect to the SAP host control service. AUTO uses HTTPS if available else HTTP; the others force the respective protocol/port; HTTP+HTTPS probes both, like AUTO, but reports if the other is working too.

Reference Data

ConfiguresSAPHostAgentStatus
Default ValueAuto
UnitBoolean

SAPInstanceDetection

This parameter controls the SAP Instance Auto Discovery algorithm of the Avantra Agent.

By default, only SAP Instances with an instance profile file ending on the hostname (on Physical Servers) or the Virtual Cluster Server Name (on Virtual Cluster Servers) are monitored. If your profiles are named differently and you are using logical hostnames, first, have a look at SAPLogicalHostDetection and SAPLogicalHostResolution.

  • Allow Mode
    You can define a list of SAP Instance names for the SAP Instances to be discovered on the corresponding Server. In this mode, define all SAP Instances in question as a formatted string.
warning

Only if the Avantra Agent cannot find instance profiles after setting SAPLogicalHostDetection and SAPLogicalHostResolution, you should consider using SAPInstanceDetection in allowlist mode.

  • Deny Mode
    Let the Avantra Agent automatically discover all the SAP Instances and define a list of SAP Instance names that should be excluded. In this mode, define all excluded SAP Instances as a formatted string and add the keyword EXCEPT as a prefix to this list. You can even use EXCEPT * to turn off SAP Instance Auto Discovery completely.
caution

Do NOT use the value ALL only unless instructed by the support. In particular, do NOT use the value ALL in conjunction with Virtual Cluster Servers.

Example 1: Example for an Allow List

BEN: pinot_BEN_00, merlot_BEN_01; P11: riesling_P11_00 with BEN and P11 the Real SAP SID of the SAP Instances followed by the corresponding instance names, in case of BEN` separated by a comma.

Example 2: Example for a Deny List

EXCEPT BEN: merlot_BEN_01 with BEN the Real SAP SID of the SAP Instances followed by the corresponding instance name.

Example 3: Discover no SAP Instances at all

EXCEPT *

Reference Data

ConfiguresSAP Instance Auto Discovery
UnitFormatted String: [ALL] [EXCEPT [*] <SID1>:<InstPrf11>, <InstPrf12>, …​ ; <SID2>:<InstPrf21>, <InstPrf22>, …​; …

SAPInstanceDetectionMode

This parameter determines how SAP Instances are discovered on the server.

SAPInstanceDetectionMode has three values: PROFILES, SAPServices, and AUTO.

For PROFILES, the filesystem is scanned for SAP instance profiles, which is the default behavior.

For SAPServices, the sapservices file is parsed and SAP instance profiles are detected based on the findings.

For the AUTO search method, profiles are determined from the sapservices file if it's present and can be read. Otherwise, a filesystem scan for SAP instance profiles will be performed.

Reference Data

ConfiguresSAP Instance Auto Discovery
UnitENum

SAPInstanceProfiles

warning

This is a deprecated monitoring parameter, and is supported only for backwards compatibility. Use SAPInstanceDetection instead.

Reference Data

ConfiguresSAP Instance Auto Discovery
UnitFormatted String: [ALL] [EXCEPT [*] <SID1>:<InstPrf11>, <InstPrf12>, …​ ; <SID2>:<InstPrf21>, <InstPrf22>, …​; …

SAPInstanceProfilePaths

SAPInstanceProfilePaths tells the Avantra Agent where to look for profiles additionally. There are specified directories that contain SAP Instance profiles, or the direct paths can be specified to the certain profile files. These profiles then are examined for systems and used for system detection.

Reference Data

ConfiguresSAP Instance Auto Discovery
Default Value""
UnitString

SAPLogicalHostDetection

If the hostname used by the instance (SAPLOCALHOST) is a Logical Host Name and doesn't match the Server Name defined in Avantra, monitoring will not be performed. But if this parameter is activated on the corresponding SAP System, the Agent will do a /etc/hosts and DNS lookup for the Logical Host Name, and if the name resolves to a matching IP address, the instance will be monitored by the Agent.

warning

Do not use this parameter in conjunction with Virtual Cluster Servers. Otherwise, instances might be detected twice - once for the logical host and once for a VCS with the corresponding host name, which may lead to mutual cancellation.

Reference Data

ConfiguresInstance Detection
Default ValueFalse
UnitBoolean
Monitoring Parameter Exception available?No

SAPLogicalHostResolution

In addition to SAPLogicalHostDetection, this parameter can be used to define IP addresses or host names for Logical Host name resolution. Normally the automatic resolution using the hosts file or DNS will work, but in case of DNS problems or Agentless Monitoring, this parameter can be set to customize the resolution. On a per-host basis, mappings of multiple host names to an IP address or host name can be defined. If Logical Host detection is active but this parameter doesn't provide a mapping, the detection falls back to the hosts file / DNS mapping.

The format of the parameter looks as follows:

logical-host-name-mappings ::=  logical-host-name-mapping { ';' logical-host-name-mapping }
logical-host-name-mapping ::= real-name ':' logical-name { ',' logical-name }
real-name ::= ip-address | host-name
logical-name ::= host-name

The following examples show how to set the parameter:

192.168.10.105: baker, berthe 192.168.10.105: baker, berthe; 192.168.10.106: baltimore

Reference Data

ConfiguresInstance Detection
UnitString

SAPSidAdmMapping

The <sid>adm user reads the user environment of the bootstrap instance, but this user can be arbitrary. Therefore the correct mapping can be specified from system id (sid) to the user with this parameter, for example, WDB: wdmadm.

It tells the Avantra Agent that the sidadm of system WDB is 'wdmadm' and provides the environment of wdmadm for system WDB.

Reference Data

ConfiguresSAP Instance Auto Discovery
Default Value""
UnitFormatted String: [ALL] [EXCEPT [*] <SID1>:<InstPrf11>, <InstPrf12>, …​ ; <SID2>:<InstPrf21>, <InstPrf22>, …​; …​

SAPSystemAutoCreation

Instructs the Avantra Server to automatically define SAP Systems, when instances are detected on a server which can't be assigned to an existing SAP System in Avantra.

The SAP System is assigned to the customer that owns the server the instance has been detected on. The Unified SAP SID will be composed of the first three letters of the customer name and the real SAP SID, i.e customer Avantra and system PR1 will result in AVA_PR1.

ValueDescription
OffSAP System auto creation is turned off.
Not OperationalSAP System is created in 'not operational' mode.
Monitor OffSAP System is created with monitoring turned off.
ActiveSAP System is created and monitoring starts immediately.

Reference Data

ConfiguresAvantra Server
Default ValueOff
UnitEnum

SocketReadTimeOut

Defines the maximum time (in seconds) the Avantra Agent reads an incoming TCP/IP connection. There usually is no need to change this value.

Reference Data

ConfiguresAvantra Agent
Default Value20
UnitSeconds

TimeOffsetCrit

Defines the Critical threshold for the TimeOffset check. If the Agent server UTC time differs from the Avantra Server UTC time more than the configured value, TimeOffset becomes critical.

Reference Data

ConfiguresTimeOffset
Default Value60
UnitSeconds

TimeOffsetWarn

Defines the Warning threshold for the TimeOffset check. If the Agent server UTC time differs from the Avantra Server UTC time more than the configured value, TimeOffset becomes warning.

Reference Data

ConfiguresTimeOffset
Default Value60
UnitSeconds

TimeOutOsCalls

Defines the timeout for Avantra Agent child processes performing operating system calls. If the value exceeds, the process is terminated. There usually is no need to change this value. This parameter affects Solaris systems only.

Reference Data

ConfiguresFILESYSTEMS and PAGINGSPACE
Default Value10
UnitSeconds

TraceLevel

Defines how verbose the Avantra Agent performs logging. Valid values range from 0 to 5.

Reference Data

ConfiguresAvantra Agent
Default Value2
UnitNumber

TrustedCertificates

This is monitoring parameter can be used to specify CA certificates that should be trusted. Certificates must be in base64 PEM format.

To make use of it with SAP HANA connections, you must set DBConnectJdbcUrl as jdbc:sap://<server>//?encrypt=TRUE&hostNameInCertificate=[certificate], where encrypt=TRUE switches to TLX, and at the same time triggers the usage of TrustedCertificates.

The hostnameInCertificate=[certificate] causes verification by the HANA driver that the certificate host name matches.

Reference Data

ConfiguresAvantra Agent
Default Valueempty
UnitString

VCSDetection

This monitoring parameter allows you to control Virtual Cluster Server detection (only applicable to Avantra Agents >= Avantra Version 20.11.7). There are three possible settings for this parameter.

SettingDescription
AutoIn the current implementation, Auto always defaults to Local.
LocalThe Avantra Agent tries to bind a listener to the virtual IP address (specified on the Virtual Cluster Server) and connects to that listener. If successful, the cluster server is reported to be active on the Avantra Agent.
MasterThe Avantra Agent triggers the Avantra server/Avantra Server to connect to the Avantra Agent, reachable via a virtual IP address. If the reached Agent matches the calling Agent, the cluster server is reported to be active on the Avantra Agent.

Reference Data

ConfiguresVirtual Cluster Server
UnitEnum

WaitingTimeMoniOffStop

Define the waiting time in seconds how long to wait after setting the monitoring to off before stopping the system.

Reference Data

Default Value0
UnitSeconds

WaitingTimeStartMoniOn

Define the waiting time in seconds how long to wait after starting a system before the monitoring is turned on.

Reference Data

Default Value60
UnitSeconds

WorkflowStartServer

Define workflow to execute start server action.

Reference Data

UnitWorkflow

WorkflowStopServer

Define workflow to execute stop server action

Reference Data

UnitWorkflow