Transaction log space check


Job details

Name: Transaction log space check
Platform: Sybase
Category: Capacity
Description: Checks the amount of free space in all transaction logs.
Long description: Checks the amount of free space in all transaction logs.
Version: 1.41
Default schedule: 5,15,25,35,45,55 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘sybase’]/instance[maj_version > ‘11′ & hasengine=‘YES’]

Parameters

Name Default value Description
ignore databases Names of databases which will be ignored from being checked (comma separated list).
ignore transaction logs mixed with data YES If YES, ignores databases which have mixed log and data.
warning threshold MB 2000 The check will give a warning when both, “warning threshold MB” and “warning threshold pct.”, falls below the threshold. The “warning threshold MB” is in MB, while the “warning threshold pct.” indicates the percentage threshold.
warning threshold pct. 10 The check will give a warning when both, “warning threshold MB” and “warning threshold pct.”, falls below the threshold. The “warning threshold MB” is in MB, while the “warning threshold pct.” indicates the percentage threshold.
alarm threshold MB 500 The check will give a alarm when both, “alarm threshold MB” and “alarm threshold pct.”, falls below the threshold. The “alarm threshold MB” is in MB, while the “alarm threshold pct.” indicates the percentage threshold.
alarm threshold pct. 5 The check will give a alarm when both, “alarm threshold MB” and “alarm threshold pct.”, falls below the threshold. The “alarm threshold MB” is in MB, while the “alarm threshold pct.” indicates the percentage threshold.
history threshold 72 All data older than the “history threshold” (in hours) will be deleted from the history table (dbw_log_space_usage_histr).

Job Summary

EXEC dbw_trlog_space_check

Job Configuration Details

Thresholds and Parameters

Dependencies and Cleanup Procedures

Implementation Details

Reporting and Visualizations