Skip to main content
Version: 2024.10

SAP CloudConnector Monitor

Monitors the states of the subaccounts, validity of certificates and the memory usage of a SAP Cloud Connector system. In case of an HA setup the status of the master and shadow instance can be monitored as well.

General

warning

The sensor is only working for Cloud Connector versions >= 2.15.0

ExecutableSAP_CloudConnector_Monitor.exe
Connection methodHTTP
Ports8443
Lookup files
  • itesys.sapcloudconnectormonitor.haconfig.ovl
  • itesys.sapcloudconnectormonitor.hashadowstate.ovl
  • itesys.sapcloudconnectormonitor.hastate.ovl
  • itesys.sapcloudconnectormonitor.haswitchstate.ovl
  • itesys.sapcloudconnectormonitor.subaccountstate.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.

Sensor-specific parameters

Parameter namePossible valuesDefaultDescription
Username<username>AdministratorUsername of Cloud Connector Web Administrator
Password<password>Password of Cloud Connector Web Administrator
Portnumber (5) | 1 - 655358443HTTPS Port of the Cloud Connector Web Console
CheckHASetupfalse | truefalseDefines wether HA setup should be checked or not
ShadowHost<ip> | <hostname>NONEHost where the shadow instance of the Cloud Connector runs
ShadowUsername<username>AdministratorUsername to use for the shadow instance
ShadowPassword<password>NONE (password of master instance will be used)Password to use for the shadow instance

Channels

Channel nameDescriptionLookup file
SCC health statusReachability of the Cloud Connector system
Subaccount <Account name>Reachability of the Cloud Connector systemitesys.sapcloudconnectormonitor.subaccountstate.ovl
Valid certificatesTotal number of valid certificates
Expiring certificatesTotal number of certificates which will expire soon depending on the Cloud Connector observation configuration setting.
Expired certificatesTotal number of expired certificates
HA Switch State

Checks if a switch to the shadow instance has occurred

  • OK: Expected state
  • Warning: Switched
  • Warning: Unreachable
itesys.sapclientmonitor.clientdepobj.ovl
HA Config

Checks the state of the HA configuration

  • OK: Enabled
  • OK: Disabled (CheckHASetup = false)
  • Error: Disabled
itesys.sapcloudconnectormonitor.haconfig.ovl
HA State

Checks the state of the connection between master and shadow instance

  • OK: Connected
  • OK: Alone
  • Warning: Binding
  • Error: Broken
itesys.sapcloudconnectormonitor.hastate.ovl
HA Shadow State

Checks the state of the shadow instance

  • OK: Ready
  • Warning: Initial
  • Warning: Initsync
  • Warning: Handshake
  • Error: Disconnecting
  • Error: Disconnected
  • Error: Lost
itesys.sapcloudconnectormonitor.hashadowstate.ovl

Changelog

VersionChanges
2024.10Changed predefined limit of the channel Expiring certificates from Warning to Error
2023.09Added the functionality to check the status of master and shadow instance in case of an HA setup
2022.08Problem with random 403 error was solved
2022.05First stable release