Represents an alert level for an AlertRule.

Namespace: ININ.IceLib.Statistics.Alerts
Assembly: 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 nameValueDescription
None0 Alert severity is not set.
Normal1 The status of the resource is normal.
Minor2 An alert level that indicates a problem of relatively low severity that should not impede use of the resource.
Major3 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.
Warning4 An alert level that indicates a condition exists that could potentially cause a problem with the resource.
Critical5 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.

See Also