Sonic Management API

CollectionsMonitor Notifications


Component: CollectionsMonitor (classname=com.sonicsw.mf.framework.monitor.CollectionsMonitor, version=102)

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

A general description of notifications is provided in the overview.

See Also:
CollectionsMonitor Metrics, CollectionsMonitor Operations/Attributes

Notifications Summary
application.alert.storage.metrics.StoredPerMinute
         Alert for metric storage.metrics.StoredPerMinute
application.alert.storage.notifications.StoredPerMinute
         Alert for metric storage.notifications.StoredPerMinute
system.monitor.Threshold
         Sent when a notification monitoring threshold has been broken.
system.state.Offline
         Component stop complete.
system.state.Online
         Component start complete.

Notifications Detail

application.alert.storage.metrics.StoredPerMinute

Alert for metric storage.metrics.StoredPerMinute

This notification is published when configured alert thresholds on the metric
storage.metrics.StoredPerMinute are broken.
Severity:
Level.INFO
Attributes:
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.storage.notifications.StoredPerMinute

application.alert.storage.notifications.StoredPerMinute

Alert for metric storage.notifications.StoredPerMinute

This notification is published when configured alert thresholds on the metric
storage.notifications.StoredPerMinute are broken.
Severity:
Level.INFO
Attributes:
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.storage.metrics.StoredPerMinute

system.monitor.Threshold

Sent when a notification monitoring threshold has been broken.
Severity:
Level.WARNING
Attributes:
CollectionConfigID -  The configuration identity for the monitored collection.
NotificationMonitor -  The configured name for the set of monitored notifications for which the threshold has been broken.
HighThreshold -  The high threshold value that was exceeded, causing generation of the notification. Note: This attribute is only present if a high threshold has been exceeded.
LowThreshold -  The low threshold value that was exceeded, causing generation of the notification. Note: This attribute is only present if a low threshold has been exceeded.
ActualCount -  The actual value at the point in time when the notification is generated.

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

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

Sonic Management API

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