Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members
DsLogNotification::ThresholdAlarm Struct Reference
A threshold alarm is emitted by an event or notify log factory when the size of a log has exceeded an alarm threshold value.
More...
import "DsLogNotification.idl";
List of all members.
Detailed Description
A threshold alarm is emitted by an event or notify log factory when the size of a log has exceeded an alarm threshold value.
This structure contains the following information:
- A reference to the log object that encountered the alarm.
- The unique idenfier of the log object that encountered the alarm.
- The absolute time at which the alarm occurred.
- The threshold value that was crossed.
- The new size of the log in percent.
- The perceived severity of the alarm. If the log size grew, the perceived severity will be
critical
if the log size reached 100 percent. If less than 100 percent, the perceived severity will be minor
. If the log size was reduced, the perceived severity will be cleared
.
Member Data Documentation
Threshold DsLogNotification::ThresholdAlarm::crossed_value
|
|
LogId DsLogNotification::ThresholdAlarm::id
|
|
Log DsLogNotification::ThresholdAlarm::logref
|
|
Threshold DsLogNotification::ThresholdAlarm::observed_value
|
|
TimeT DsLogNotification::ThresholdAlarm::time
|
|
