Sonic Management API

Logger Notifications


Component: Logger (classname=com.sonicsw.mf.framework.logger.LoggerComponent, version=105)

This documentation describes the notifications that are exposed by a Logger component running within the Sonic Management environment.

A general description of notifications is provided in the overview.

See Also:
Logger Metrics, Logger Operations/Attributes

Notifications Summary
application.alert.logger.metrics.LoggedPerMinute
         Alert for metric logger.metrics.LoggedPerMinute
application.alert.logger.notifications.LoggedPerMinute
         Alert for metric logger.notifications.LoggedPerMinute
system.state.Offline
         Component stop complete.
system.state.Online
         Component start complete.

Notifications Detail

application.alert.logger.metrics.LoggedPerMinute

Alert for metric logger.metrics.LoggedPerMinute

This notification is published when configured alert thresholds on the metric
logger.metrics.LoggedPerMinute are broken.
Severity:
Level.INFO
Attributes:
InitialAlert -  The date/time the threshold value was initially exceeded.
Repeat -  "true" when this is a repeat alert for an existing threshold exceeded condition.
Threshold -  The threshold value that has been exceeded.
ThresholdType -  Indicates whether the threshold is a "high" or "low" threshold type.
Units -  The units of the value (if available, otherwise blank).
Value -  The value of the metric at the time the the threshold alert was generated.
See Also:
application.alert.logger.notifications.LoggedPerMinute

application.alert.logger.notifications.LoggedPerMinute

Alert for metric logger.notifications.LoggedPerMinute

This notification is published when configured alert thresholds on the metric
logger.notifications.LoggedPerMinute are broken.
Severity:
Level.INFO
Attributes:
InitialAlert -  The date/time the threshold value was initially exceeded.
Repeat -  "true" when this is a repeat alert for an existing threshold exceeded condition.
Threshold -  The threshold value that has been exceeded.
ThresholdType -  Indicates whether the threshold is a "high" or "low" threshold type.
Units -  The units of the value (if available, otherwise blank).
Value -  The value of the metric at the time the the threshold alert was generated.
See Also:
application.alert.logger.metrics.LoggedPerMinute

system.state.Online

Component start complete.
Severity:
Level.INFO
Attributes:
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Offline

system.state.Offline

Component stop complete.
Severity:
Level.INFO
Attributes:
LastError -  All state notifications carry the description of the last (uncleared) error that occurred on this component.
LastErrorLevel -  All state notifications carry the severity level of the last (uncleared) error that occurred on this component. Severity levels are integers whose values map to constants defined in the java class Level.
See Also:
system.state.Online

Sonic Management API

Copyright © 2002-2007 Progress Software Corporation. All Rights Reserved.