HP Operations Manager for Windows

 

Definition of Severity Constants
[HPOM for Windows constants]


Variables

const int  OVEP_C_SEV_UNKNOWN = (1)
const int  OVEP_C_SEV_NORMAL = (2)
const int  OVEP_C_SEV_WARN = (4)
const int  OVEP_C_SEV_MINOR = (8)
const int  OVEP_C_SEV_MAJOR = (16)
const int  OVEP_C_SEV_CRIT = (32)

Variable Documentation

const int OVEP_C_SEV_CRIT = (32)
 
const int OVEP_C_SEV_MAJOR = (16)
 
const int OVEP_C_SEV_MINOR = (8)
 
const int OVEP_C_SEV_NORMAL = (2)
 
const int OVEP_C_SEV_UNKNOWN = (1)
 
const int OVEP_C_SEV_WARN = (4)