feat(monitor): Add HANA data backup age monitoring
Introduces a new monitoring check in 'monitor.sh' to verify the age of the last successful SAP HANA data backup. Alerts are sent if the backup age exceeds a configurable 'BACKUP_THRESHOLD_HOURS'. Updates script version to 1.1.0.
This commit is contained in:
@@ -27,6 +27,8 @@ DISK_USAGE_THRESHOLD=80
|
||||
TRUNCATED_PERCENTAGE_THRESHOLD=50
|
||||
# Percentage of 'Free' log segments below which an alert is triggered
|
||||
FREE_PERCENTAGE_THRESHOLD=25
|
||||
# Maximum age of the last successful full data backup in hours.
|
||||
BACKUP_THRESHOLD_HOURS=25
|
||||
|
||||
# --- Monitored Directories ---
|
||||
# List of directories to check for disk usage (space-separated)
|
||||
|
||||
Reference in New Issue
Block a user