When does "monitor.globalStatus.xxx" get notified?
Applies to
ONTAP 9
Answer
- xxx stands for one of the following choices:
- NonRecoverable
- Critical
- NonCritical
- OK
- Except for
monitor.globalStatus.OK, each choice contains several types of specific events.- For example,
volumeFullbelongs tomonitor.globalStatus.NonCritical.
- For example,
- When a specific event happens, ONTAP will check which group it belongs to (NonCritical, Critical, or NonRecoverable) and whether the last time an event with the same group has been reported to determine whether triggering
monitor.globalStatus.xxxnow. - If last time an event with the same group has been reported, then this time ONTAP will not trigger an alert of
monitor.globalStatus.xxx.- For example, if
monitor.globalStatus.Criticalhas been reported last time, then this time an event withmonitor.globalStatus.Criticalwill not be reported.
- For example, if
Additional Information
N/A
