5.2.19.2 SEPPConnectionFailureN32IGWAlert

Table 5-71 SEPPConnectionFailureN32IGWAlert

Field Details
Trigger Condition Connection failure occurs for incoming traffic at N32 Ingress Gateway
Severity Major
Alert details provided
Summary:
namespace: {{$labels.namespace}}, timestamp: {{ with query "time()" }}{{ . |
                      first | value | humanizeTimestamp }}{{ end }}:
                      Incoming connection failure on n32-ingress-gateway due to {{ $labels.error_reason
                  }}

Expression:

sum(increase(oc_ingressgateway_connection_failure_total{app="n32-ingress-gateway"}[5m]) >0 or (oc_ingressgateway_connection_failure_total{app="n32-ingress-gateway"} unless oc_ingressgateway_connection_failure_total{app="n32-ingress-gateway"} offset 5m )) by (namespace,app) > 0
OID 1.3.6.1.4.1.323.5.3.46.1.2.4044
Metric used oc_ingressgateway_connection_failure_total
Resolution After resolving the reason for connection failure, this alert will be removed.