Table of Contents

SAP Cloud connector disk status

This monitor will check disk usage of SAP Cloud connector, disk usage by others processes and free disk space.

Configuration hints

SAP Documentation

https://help.sap.com/docs/connectivity/sap-btp-connectivity-cf/monitoring-apis#loiof6e7a7bc6af345d2a334c2427a31d294__disk

Surveillance table

ParameterDescription
ActiveTo enable or disable a rule
Available metricsSelect the disk status to monitor
ThresholdsMax disk utilization or free space in %
SeverityThe severity of the alarm generated
AlarmEnable/disable alarm sending

Examples

ActiveAvailable metricsThresholdsSeverityAlarm
trueDISK_CLOUD_CONNECTOR10MAJORtrue

Effect : Generates a MAJOR alarm if the usage disk of Cloud connector is >= 10%.
Alarm message : Disk used by SAP Cloud connector is 50.0% (>= 10.0%)

ActiveAvailable metricsThresholdsSeverityAlarm
trueDISK_OTHERS10MAJORtrue

Effect : Generates a MAJOR alarm if the usage disk of other processes is >= 10%.
Alarm message : Disk used by others processes is 35.0% (>= 10%)

ActiveAvailable metricsThresholdsSeverityAlarm
trueDISK_FREE20MAJORtrue

Effect : Generates a MAJOR alarm if free disk space is ⇐ 20%.
Alarm message : Free disk usage is 15.0% (⇐ 20%)

Generated metrics

Metric IdMetric keyMetric descriptionMetric Unit
DISK_TOTALpromonitor.cloud_connector.disk_totalTotal disk spaceMB
DISK_CLOUD_CONNECTORpromonitor.cloud_connector.disk_cloud_connectorDisk usage by SAP Cloud connectorMB
DISK_OTHERSpromonitor.cloud_connector.disk_othersDisk usage by other processesMB
DISK_FREEpromonitor.cloud_connector.disk_freeDisk free spaceMB
DISK_CLOUD_CONNECTOR_PERCENTpromonitor.cloud_connector.disk_cloud_connector_percentDisk usage by SAP Cloud connector%
DISK_OTHERS_PERCENTpromonitor.cloud_connector.disk_others_percentDisk usage by other processes %
DISK_FREE_PERCENTpromonitor.cloud_connector.disk_free_percentDisk free space%