Skip to main content
Version: 2025.06

SAP ICF Services Monitor

Monitoring of ICF services for a desired state and check if the SSL option is enabled.

General

ExecutableSAP_ICF_Services_Monitor.exe
Connection methodRFC
Ports
  • 33$$
  • 48$$ (SNC) ($$ = Instance number)
Lookup files
  • itesys.sapicfservicesmonitor.enabled.ovl
  • itesys.sapicfservicesmonitor.disabled.ovl
  • itesys.sapicfservicesmonitor.sslcheck.ovl

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
EnabledServices<ServiceName1>[,<ServiceName2[,...]] | FILE:<filename>NONE

One or more name(s) of ICF services to check if they are enabled

There are two possible ways to maintain this parameter

  • Using custom set of ICF services
    Syntax: <ServiceName1>[,<ServiceName2>[,...]]
  • Using custom set of ICF services from file in SAP_ICF_Services_Monitor folder
    Syntax: FILE:<filename>

(Please note that preset files will be overwritten during update of Scansor. If you want to customize a file, please copy and rename it)

DisabledServices<ServiceName1>[,<ServiceName2[,...]] | FILE:<filename>FILE:Disabled.preset

One or more name(s) of ICF services to check if they are disabled

There are two possible ways to maintain this parameter

  • Using custom set of ICF services
    Syntax: <ServiceName1>[,<ServiceName2>[,...]]
  • Using custom set of ICF services from file in SAP_ICF_Services_Monitor folder
    Syntax: FILE:<filename>

(Please note that preset files will be overwritten during update of Scansor. If you want to customize a file, please copy and rename it)

ServicesForSSLCheck<ServiceName1>[,<ServiceName2[,...]] | FILE:<filename>NONE

One or more name(s) of ICF services to check if SSL option is enabled

There are two possible ways to maintain this parameter

  • Using custom set of ICF services
    Syntax: <ServiceName1>[,<ServiceName2>[,...]]
  • Using custom set of ICF services from file in SAP_ICF_Services_Monitor folder
    Syntax: FILE:<filename>

(Please note that preset files will be overwritten during update of Scansor. If you want to customize a file, please copy and rename it)

Channels

Channel nameDescriptionLookup file
<ICFService> enabled

Shows the status of the ICF service:

  • OK: ICF service enabled
  • Error: ICF service disabled
  • Error: ICF Service does not exist
itesys.sapicfservicesmonitor.enabledstateok.ovl
<ICFService> disabled

Shows the status of the ICF service:

  • OK: ICF service disabled
  • Error: ICF service enabled
  • Error: ICF Service does not exist
itesys.sapicfservicesmonitor.disabledstateok.ovl
<ICFService> SSL enabled

Shows the status of the ICF service:

  • OK: SSL option enabled
  • Error: SSL option disabled
  • Error: ICF Service does not exist
itesys.sapicfservicesmonitor.ssloption.ovl

Changelog

VersionChanges
2025.06Initial release