Table of Contents

Custom SapControl monitoring

This monitor will give the possibility to extend the monitoring of components using the 
SAP start service framework, such as Web dispatcher, ICM or application servers.
It will discover metrics from the SAPControl services and let you customize how you want to monitor them.

Configuration hints

Thresholds

The threshold syntax is similar than the one in CCMS:

Severity letters:

Alarm message

You can build the alarm message by using the variables declared in the metric path, but also following ones:

Custom performance metrics

Alternative metric

Surveillance table

ParameterDescription
ActiveTo enable/disable a rule
MandatoryIf set to true, an error alarm will be generated if no metrics can be collected at the specified path
AlternativeIf set to true, the metric defined in this rule is an alternative to the previous one. This field is convenient to describe a metric which have different naming from one system to another, and stay with a generic configuration.
Monitor tree elementThe path to the metric
Monitor nameThe name to use for the generated metric
Alarm messageThe alarm message definition
ThresholdThe threshold definition, using CCMS style syntax, for example: G2W:80 W2C:90
TargetA coma separated list of tags: tag_name:tag_value. Variables defined in the metric path can be used here
DeltaIf you want to monitor a delta within time instead of an absolute value, you can enable that field and set a value in the delta time field. Useful when you work on metrics that are only reset at system startup.
Delta time (min)The length of the period to compute delta value of a metric
AlarmEnable to activate alarm sending
MetricEnable to activate metric sending

Examples

ActiveMandatoryAlternativeMonitor tree elementMonitor nameAlarm messageThresholdTargetDeltaDelta time (min)AlarmMetric
truetruefalse%INSTANCE%\CPU\UtilizationCPU_UTILIZATIONCPU utilization is %VALUE% (>%THRESH%)G2W:60 W2C:90instance:%INSTANCE%false0truetrue

Effect : Generates a WARNING alarm if CPU is between 60 and 90, and a Critical alarm if over 90. Generates a metric with the instance name as a target value

Examples

ActiveMandatoryAlternativeMonitor tree elementMonitor nameAlarm messageThresholdTargetDeltaDelta time (min)AlarmMetric
truetruefalse%INSTANCE%\Connections\Failed_connectionsFAILED_CONNECTION_60MIN%VALUE% failed connections since last 60 min (>=%THRESH%)G2W:100instance:%INSTANCE%true60truetrue

Effect : Sends an WARNING alarm if more than 100 failed connections occurred within the last 60 min. Generates a metric with instance name as target.