Redpeaks V6.8
Trouble shooting
Monitors Guide
Trouble shooting
Monitors Guide
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.
load Metrics
button to discover the available metrics from a system.GetAlerts
and GetAlertsTree
must be granted to the connector's userThe threshold syntax is similar than the one in CCMS:
Severity letters:
You can build the alarm message by using the variables declared in the metric path, but also following ones:
Parameter | Description |
---|---|
Active | To enable/disable a rule |
Mandatory | If set to true, an error alarm will be generated if no metrics can be collected at the specified path |
Alternative | If 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 element | The path to the metric |
Monitor name | The name to use for the generated metric |
Alarm message | The alarm message definition |
Threshold | The threshold definition, using CCMS style syntax, for example: G2W:80 W2C:90 |
Target | A coma separated list of tags: tag_name:tag_value. Variables defined in the metric path can be used here |
Delta | If 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 |
Alarm | Enable to activate alarm sending |
Metric | Enable to activate metric sending |
Active | Mandatory | Alternative | Monitor tree element | Monitor name | Alarm message | Threshold | Target | Delta | Delta time (min) | Alarm | Metric |
---|---|---|---|---|---|---|---|---|---|---|---|
true | true | false | %INSTANCE%\CPU\Utilization | CPU_UTILIZATION | CPU utilization is %VALUE% (>%THRESH%) | G2W:60 W2C:90 | instance:%INSTANCE% | false | 0 | true | true |
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
Active | Mandatory | Alternative | Monitor tree element | Monitor name | Alarm message | Threshold | Target | Delta | Delta time (min) | Alarm | Metric |
---|---|---|---|---|---|---|---|---|---|---|---|
true | true | false | %INSTANCE%\Connections\Failed_connections | FAILED_CONNECTION_60MIN | %VALUE% failed connections since last 60 min (>=%THRESH%) | G2W:100 | instance:%INSTANCE% | true | 60 | true | true |
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.