public enum ZabbixTriggerSeverity
A severity of Zabbix trigger events.
Trigger severity defines how important a trigger is.
Enum Constant and Description |
---|
AVERAGE
Average problem.
|
DISASTER
Disaster. Financial losses, etc.
|
HIGH
Something important has happened.
|
INFORMATION
For information purposes.
|
NOT_CLASSIFIED
Unknown severity.
|
WARNING
Be warned.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
public static ZabbixTriggerSeverity NOT_CLASSIFIED
Unknown severity.
public static ZabbixTriggerSeverity INFORMATION
For information purposes.
public static ZabbixTriggerSeverity WARNING
Be warned.
public static ZabbixTriggerSeverity AVERAGE
Average problem.
public static ZabbixTriggerSeverity HIGH
Something important has happened.
public static ZabbixTriggerSeverity DISASTER
Disaster. Financial losses, etc.