Database Last successful complete backup

ozsoft.sap.Monitor.Oracle.Backup.LastCompleteBackup (UnitMonitor)

Days since Database Last successful complete backup

Knowledge Base article:

Summary

Last successful complete database backup

Configuration

N/A

Causes

The threshold for the number of days since the last successful complete database backup, which includes BRBACKUP return codes of 0 (successful) or 1 (successful but with warnings), has been exceeded

Resolutions

Run BRBACKUP to perform a complete database backup

Additional

N/A

External

For more information, see Command Options for BRBACKUP

Element properties:

Targetozsoft.sap.Oracle
Parent MonitorSystem.Health.PerformanceState
CategoryOperations
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor Typeozsoft.sap.CCMSMetricMonitorType
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="ozsoft.sap.Monitor.Oracle.Backup.LastCompleteBackup" Accessibility="Public" Enabled="false" Target="ozsoft.sap.Oracle" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.CCMSMetricMonitorType" ConfirmDelivery="false">
<Category>Operations</Category>
<OperationalStates>
<OperationalState ID="Under" MonitorTypeStateID="SDKMetricUnderThreshold" HealthState="Success"/>
<OperationalState ID="Over" MonitorTypeStateID="SDKMetricOverThreshold" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<CounterName>Last succ. complete database backup</CounterName>
<ObjectName>Backup status</ObjectName>
<Frequency>43200</Frequency>
<Threshold>2</Threshold>
</Configuration>
</UnitMonitor>