Skip to main content
Version: 2024.10

SAP JobLog Monitor

Monitoring of Joblogs for given keywords or regular expression.

General

ExecutableSAP_JobLog_Monitor.exe
Connection methodRFC
Ports
  • 33$$
  • 48$$ (SNC) ($$ = Instance number)

Default parameters

Parameter namePossible valuesDefaultDescription
Host<ip> | <hostname>emptyHostname or IP of the target system. If you use a virtual hostname on your SAP servers, please use also the virtual host to connect.
SAPSIDstring (3) | XXXemptySID of the SAP system
SAPInstancenumber (2) | 00 - 99emptyInstance number of the SAP system
SAPClientnumber (3) | 000 - 999emptySAP Client (CLNT/MANDT)
SAPUsernamestringemptySAP user
SAPPasswordstringemptyPassword of the SAP user

Sensor-specific parameters

Parameter namePossible valuesDefaultDescription
Jobname*

Name of the job. * can be used as wildcard. (Example: SAP* = all jobs starting with SAP)

warning

The performance of the sensor can be drastically affected if * is used for job selection! Please do only use one or a small number of jobs for the selection.

Minutesnumber | 1 - 1440 (max. 24h)60

Count of past minutes to check

warning

The performance of the sensor can be drastically affected if the Minutes parameter is set to high and the selected jobs are running too often.

SearchPattern<string> | <RegExp>emptyString or regular expression to search for in each line of the job log. It's not possible to search over multiple lines.
CaseSensitivetrue | falsetrueDefines whether the comparison of keywords is done case sensitive or not.

Channels

Channel nameDescriptionLookup file
Count of job runsCount of job runs depending on the parameters Jobname and Minutes but independent of the parameter SearchPattern and the job status.
Occurrences of search patternCount of occurrences of the search pattern within the job logs.

Important notes

warning

Please check the channel limits in PRTG if they fit for your alerting.

Changelog

VersionChanges
2022.08Initial version