SAP ApplicationLog Monitor
Monitoring of SAP ABAP Application Log (transaction SLG1) depending on different filters.
General
Executable | SAP ApplicationLog Monitor.exe |
Connection method | RFC |
Ports |
|
Default parameters
Parameter name | Possible values | Default | Description |
---|---|---|---|
Host | <ip> | <hostname> | empty | Hostname or IP of the target system. If you use a virtual hostname on your SAP servers, please use also the virtual host to connect. |
SAPSID | string (3) | XXX | empty | SID of the SAP system |
SAPInstance | number (2) | 00 - 99 | empty | Instance number of the SAP system |
SAPClient | number (3) | 000 - 999 | empty | SAP Client (CLNT/MANDT) |
SAPUsername | string | empty | SAP user |
SAPPassword | string | empty | Password of the SAP user |
Sensor-specific parameters
Parameter name | Possible values | Default | Description |
---|---|---|---|
Minutes | 60 | Past minutes to check | |
Objects | <object1>[,<object2>[,<object3>,...]] | * (all objects) | Filter for objects (* can be used as wildcard) |
Subobjects | <subobject1>[,<subobject2>[,<subobject3>,...]] | * (all subobjects) | Filter for subobjects (* can be used as wildcard) |
Users | <user1>[,<user2>[,<user3>,...]] | * (all users) | Filter for users (* can be used as wildcard) |
Tcodes | <tcode1>[,<tcode2>[,<tcode3>,...]] | * (all transaction codes) | Filter for transaction codes (* can be used as wildcard) |
Programs | <program1>[,<program2>[,<program3>,...]] | * (all programs) | Filter for programs (* can be used as wildcard) |
Modes | <mode1>[,<mode2>[,<mode3>]] | (D = Dialog, B = Batch, I = Batch-Input) | * (all modes) | Filter for modes (* can be used as wildcard) |
ExternalID | <id1>[,<id2>[,<id3>,...]] | * (all external IDs) | Filter for ExternalID (* can be used as wildcard) |
ProblemClass | number | 1 - 4 (1 = Very Important, 2 = Important, 3 = Warning, 4 = Additional Information) | 4 (all problem classes are considered) | Filter for ProblemClass, show logs with ProblemClass less or equal as set. |
Channels
Channel name | Description | Lookup file |
---|---|---|
Application Errors Total | Count of errors depending on the given filters |
Important notes
warning
Depending on the monitored system, the count of entries in the application log can be huge. Check sensor execution time at command line with option --time to get an estimation. Then you can maintain the sensor timeout setting in PRTG to avoid errors. If execution time is too long, decrease parameter “Minutes”. The sensor doesn’t have predefined limits.
warning
Please check the channel limits in PRTG if they fit for your alerting.
Troubleshooting
Symptom | Possible solution |
---|
Changelog
Version | Changes |
---|---|
2024.04 | Added new parameter to filter by problem class |
2021.09 | Added new parameter to filter by ExternalID |
2021.06 | First stable release |