Database backup


Job details

Name: Database backup
Platform: Sybase
Category: Availability
Description: Checks backup status of all databases.
Long description: Checks backup status of all databases.
Version: 1.3
Default schedule: 20,50 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sybase’]/instance[maj_version > ‘14′ & hasengine=‘YES’]

Parameters

Name Default value Description
ignore databases tempdb List of databases (separated by comma) which will be ignored. You can use % (percent sign) to represent wild card characters.
backup in progress status 1 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when database backup is in progress.
backup failed status 1 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when database backup failed.
missing backup status 1 Return status value (ALARM – 2, WARNING – 1, or OK – 0) when there is no database backup information (column BackupStartTime is null).
warning threshold 48 A warning is triggered if the amount of hours, since the database have been backed up,
alarm threshold 240 An alarm is triggered if the amount of hours, since the database have been backed up,

Job Summary

select DBName, BackupStartTime, LastCheckpointTime, LastTranLogDumpTime from master..monOpenDatabases
h2. Technical Implementation

Schedule and Dependencies

Reporting

Cleanup and Maintenance

Enhancements and Upgradability

The technical implementation and robust reporting capabilities make this monitoring job a critical component of database administration in dbWatch Control Center, ensuring data safety and system reliability.