RedoMonitor
Task Type: |
Database Monitor |
Configurable: |
Yes |
Host Dependent: |
No |
Schedule Dependent: |
No |
Description
The RedoMonitor monitors the database for spikes in redo activity.
Configuration
The <RedoMonitorConfig> element is configured with the following attributes:
Attribute |
Required |
Description |
RATE |
Yes |
The maximum allowed number of redo logs that can be archived in a time span defined by UNIT before an alert is generated. The value specified for this attribute must be a positive number. |
UNIT |
Yes |
UNIT must be either ‘HOUR’ or ‘MINUTE’ |
Example
<RedoMonitorConfig RATE="3.0"
UNIT="MINUTE"/>
In this example, TCAgent sends an alert when the redo log archival rate exceeds three logs per minute.