Represents an alert level for an AlertRule.
Namespace: ININ.IceLib.Statistics.AlertsAssembly: ININ.IceLib.Statistics (in ININ.IceLib.Statistics.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[SerializableAttribute] public enum AlertSeverity |
Visual Basic |
---|
<SerializableAttribute> _ Public Enumeration AlertSeverity |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Alert severity is not set. | |
Normal | 1 | The status of the resource is normal. | |
Minor | 2 | An alert level that indicates a problem of relatively low severity that should not impede use of the resource. | |
Major | 3 | An alert level that indicates some kind of possibly service-affecting problem with the resource. The severity of the problem is relatively high and normal use of the resource is likely to be impaired. | |
Warning | 4 | An alert level that indicates a condition exists that could potentially cause a problem with the resource. | |
Critical | 5 | An alert level that indicates a severe problem exists with the resource and normal use is disrupted or severely impeded. This is the most severe alarm level. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.