1 ###########################################
2 # Note the conventions of the field values:
3 # type can be one of: CONFIG_ERROR, SYSTEM_ERROR, DATA_ERROR, CONNECTION_PROBLEM
4 # severity can be one of: WARN, ERROR, FATAL
5 # alarmSeverity can be one of: CRITICAL,MAJOR,MINOR,INFORMATIONAL,NONE
6 # code is a unique integer in range of 3003-9999 (3000-3002 are occupied for internal usage)
7 # The above enumeration values are out-of-the-box and can be changed in code.
8 # In case of config and code mismatch, the appropriate error will be printed to log
10 # Range of FE codes - 8000-9999
14 FeHealthCheckConnectionError: {
15 type: CONNECTION_PROBLEM,
18 description: "Connection error during FE Health Check",
19 alarmSeverity: CRITICAL
25 description: "Error when logging FE HTTP request/response",
28 FePortalServletError: {
32 description: "Error when trying to access FE Portal page",
35 FeHealthCheckGeneralError: {
39 description: "General error during FE Health Check",
40 alarmSeverity: CRITICAL
42 FeHealthCheckRecovery: {
46 description: "BE Health Check Recovery",
47 alarmSeverity: INFORMATIONAL