6 CNC Console Alerts
This section provides information about CNC Console Alerts.
Note:
- The user must use updated
occncc_agent_alertrules_<version>.yamlfile for agent cluster, in case of multicluster deployment. - Use
occncc_manager_alertrules_<version>.yamlfile for single cluster deployment and in the manager cluster, in case of multi cluster deployment.
Table 6-1 Alerts Levels or Severity Types
| Alerts Levels / Severity Types | Definition |
|---|---|
| Critical | Indicates a severe issue that poses a significant risk to safety, security, or operational integrity. It requires immediate response to address the situation and prevent serious consequences. Raised for conditions may affect the service of OCCM. |
| Major | Indicates a more significant issue that has an impact on operations or poses a moderate risk. It requires prompt attention and action to mitigate potential escalation. Raised for conditions may affect the service of OCCM. |
| Minor | Indicates a situation that is low in severity and does not pose an immediate risk to safety, security, or operations. It requires attention but does not demand urgent action. Raised for conditions may affect the service of OCCM. |
| Info or Warn (Informational) | Provides general information or updates that are not related to immediate risks or actions. These alerts are for awareness and do not typically require any specific response. WARN and INFO alerts may not impact the service of OCCM. |
6.1 CNC Console IAM Alerts
This section provides information about CNC Console IAM Alerts.
- CnccIamTotalIngressTrafficRateAboveMinorThreshold
- CnccIamTotalIngressTrafficRateAboveMajorThreshold
- CnccIamTotalIngressTrafficRateAboveCriticalThreshold
- CnccIamMemoryUsageCrossedMinorThreshold
- CnccIamMemoryUsageCrossedMajorThreshold
- CnccIamMemoryUsageCrossedCriticalThreshold
- CnccIamTransactionErrorRateAbove0.1Percent
- CnccIamTransactionErrorRateAbove1Percent
- CnccIamTransactionErrorRateAbove10Percent
- CnccIamTransactionErrorRateAbove25Percent
- CnccIamTransactionErrorRateAbove50Percent
- CnccIamIngressGatewayServiceDown
- CnccIamFailedLogin
- AdminUserCreation
- CnccIamAccessTokenFailure
Parent topic: CNC Console Alerts
6.1.1 CnccIamTotalIngressTrafficRateAboveMinorThreshold
Table 6-2 CnccIamTotalIngressTrafficRateAboveMinorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that CNCC IAM Ingress Message rate has crossed the configured minor threshold of 700 to 800 TPS. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Traffic Rate is above 70 Percent of Max requests per second(1000) |
| Severity | minor |
| Condition | sum by(namespace,pod) (rate(oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[2m])) >= 700 < 800 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7001 |
| Metric Used | oc_ingressgateway_http_requests_total |
| Recommended Actions |
Cause:
Diagnostic Information:
Recovery: The alert is cleared automatically when ingress traffic drops below the minor threshold or exceeds the major threshold. If the alert does not clear:
For any assistance, contact My Oracle Support. Make sure to capture |
Parent topic: CNC Console IAM Alerts
6.1.2 CnccIamTotalIngressTrafficRateAboveMajorThreshold
Table 6-3 CnccIamTotalIngressTrafficRateAboveMajorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC IAM Ingress message rate has crossed the configured major threshold of 800 to 900 TPS. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Traffic Rate is above 80 Percent of Max requests per second(1000) |
| Severity | major |
| Condition | sum by(namespace,pod) (rate(oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[2m])) >= 800 < 900 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7001 |
| Metric Used | oc_ingressgateway_http_requests_total |
| Recommended Action | Cause:
iam-ingress pod logs and relevant metrics to help
Support analyze the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.3 CnccIamTotalIngressTrafficRateAboveCriticalThreshold
Table 6-4 CnccIamTotalIngressTrafficRateAboveCriticalThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC IAM Ingress message rate has crossed the configured critical threshold of 900 TPS. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Traffic Rate is above 90 Percent of Max requests per second(1000) |
| Severity | critical |
| Condition | sum by(namespace,pod) (rate(oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[2m])) >= 900 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7001 |
| Metric Used | oc_ingressgateway_http_requests_total |
| Recommended Action | Cause:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.4 CnccIamMemoryUsageCrossedMinorThreshold
Table 6-5 CnccIamMemoryUsageCrossedMinorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC IAM Ingress pod has reached the configured minor threshold (70%) of its memory resource limits. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : Memory Usage of pod exceeded 70% of its limit. |
| Severity | minor |
| Condition | sum by(namespace,pod) (container_memory_usage_bytes{container!="", namespace="cncc-ns", pod=~".*iam-ingress-gateway.*|.*iam-kc.*"}) / sum by(namespace, pod) (kube_pod_container_resource_limits{namespace="cncc-ns",pod=~".*iam-ingress-gateway.*|.*iam-kc.*",resource="memory"}) * 100 >= 70 < 80 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7002 |
| Metric Used | container_memory_usage_bytes
Note: This is a Kubernetes metric used for instance availability monitoring. If the metric is not available, use a similar metric as exposed by the monitoring system. |
| Recommended Action | Cause:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.5 CnccIamMemoryUsageCrossedMajorThreshold
Table 6-6 CnccIamMemoryUsageCrossedMajorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNC Console IAM Ingress pod has reached the configured major threshold (80%) of its memory resource limits. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : Memory Usage of pod exceeded 80% of its limit. |
| Severity | major |
| Condition | sum by(namespace,pod) (container_memory_usage_bytes{container!="", namespace="cncc-ns", pod=~".*iam-ingress-gateway.*|.*iam-kc.*"}) / sum by(namespace, pod) (kube_pod_container_resource_limits{namespace="cncc-ns",pod=~".*iam-ingress-gateway.*|.*iam-kc.*",resource="memory"}) * 100 >= 80 < 90 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7002 |
| Metric Used | container_memory_usage_bytes
|
| Recommended Action | Cause:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.6 CnccIamMemoryUsageCrossedCriticalThreshold
Table 6-7 CnccIamMemoryUsageCrossedCriticalThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNC Console IAM Ingress pod has reached the configured critical threshold (90%) of its memory resource limits. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : Memory Usage of pod exceeded 90% of its limit. |
| Severity | critical |
| Condition | sum by(namespace,pod) (container_memory_usage_bytes{container!="", namespace="cncc-ns", pod=~".*iam-ingress-gateway.*|.*iam-kc.*"}) / sum by(namespace, pod) (kube_pod_container_resource_limits{namespace="cncc-ns",pod=~".*iam-ingress-gateway.*|.*iam-kc.*",resource="memory"}) * 100 >= 90 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7002 |
| Metric Used | container_memory_usage_bytes
|
| Recommended Action | Cause:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.7 CnccIamTransactionErrorRateAbove0.1Percent
Table 6-8 CnccIamTransactionErrorRateAbove0.1Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNC Console IAM failed transactions is above 0.1 percent of the total transactions. |
| Summary | CNC Console IAM transaction Error Rate detected above 0.1 Percent of Total Transactions |
| Severity | warning |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]))) * 100 >= 0.1 < 1 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:This alert triggers when CNC Console IAM failed
transactions exceed 0.1% of total transactions.5xx errors typically indicate
server-side issues, such as:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.8 CnccIamTransactionErrorRateAbove1Percent
Table 6-9 CnccIamTransactionErrorRateAbove1Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNC Console IAM failed transactions is above 1 percent of the total transactions. |
| Summary | CNC Console IAM transaction Error Rate detected above 1 Percent of Total Transactions |
| Severity | warning |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]))) * 100 >= 1 < 10 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:This alert triggers when CNC Console IAM failed
transactions exceed 1% of total transactions.5xx errors typically indicate server-side
issues, such as:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.9 CnccIamTransactionErrorRateAbove10Percent
Table 6-10 CnccIamTransactionErrorRateAbove10Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNC Console IAM failed transactions is above 10 percent of the total transactions. |
| Summary | CNC Console IAM transaction error rate detected above 10 percent of total transactions |
| Severity | minor |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]))) * 100 >= 10 < 25 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:This alert triggers when CNC Console IAM failed
transactions exceed 10% of total transactions.5xx errors typically indicate
server-side issues, such as:
am-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.10 CnccIamTransactionErrorRateAbove25Percent
Table 6-11 CnccIamTransactionErrorRateAbove25Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNCC IAM failed transactions is above 25 percent of the total transactions. |
| Summary | CNCC IAM transaction Error Rate detected above 25 Percent of Total Transactions |
| Severity | major |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]))) * 100 >= 25 < 50 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:This alert triggers when CNCC IAM failed transactions
exceed 25% of total transactions.5xx errors typically indicate server-side issues,
such as:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.11 CnccIamTransactionErrorRateAbove50Percent
Table 6-12 CnccIamTransactionErrorRateAbove50Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNCC IAM failed transactions is above 50 percent of the total transactions. |
| Summary | CNCC IAM transaction Error Rate detected above 50 Percent of Total Transactions |
| Severity | critical |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns"}[5m]))) * 100 >= 50 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:This alert triggers when CNCC IAM failed transactions
exceed 50% of total transactions.5xx errors typically indicate server-side issues,
such as:
iam-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.12 CnccIamIngressGatewayServiceDown
Table 6-13 CnccIamIngressGatewayServiceDown
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC IAM Ingress Gateway pod is down. |
| Summary | namespace: {{$labels.namespace}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : cncc-iam-ingress-gateway service down |
| Severity | critical |
| Condition | absent(up{pod=~".*iam-ingress-gateway.*", namespace="cncc-ns"}) or (up{pod=~".*iam-ingress-gateway.*", namespace="cncc-ns"}) == 0 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7004 |
| Metric Used | upNote: This is a Prometheus metric used for instance availability monitoring. If this metric is not available, use a similar metric as exposed by the monitoring system. |
| Recommended Action | Cause:This alert triggers when the CNCC IAM Ingress Gateway
pod or service is down.
Diagnostic Information:
cncc-iam-ingress-gateway service becomes available again. If the
alert does not clear:
|
Parent topic: CNC Console IAM Alerts
6.1.13 CnccIamFailedLogin
Table 6-14 CnccIamFailedLogin
| Field | Details |
|---|---|
| Description | This alert notifies you if there are more than 3 failed login attempts in CNCC IAM for a user within 5 minutes. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: failed login attempts are more than the configured threshold value |
| Severity | warning |
| Condition | sum by(Status,namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/master/login-actions/authenticate",Method="POST",Status="200 OK"})- sum by(Status,namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/master/login-actions/authenticate",Method="POST",Status="200 OK"} offset 5m) > 3 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7005 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:This alert triggers when there are more than 3 failed
login attempts in CNCC IAM for a user within 5 minutes. This may be due to users
entering incorrect credentials, potential automated attacks (such as brute force
attempts), or issues with the login process.
Diagnostic Information:
iam-kc container, iam-ingress pod logs, and
relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.14 AdminUserCreation
Table 6-15 AdminUserCreation
| Field | Details |
|---|---|
| Description | This alert notifies you when a new admin user is created in CNCC IAM within the last 5 minutes. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, user: {{$labels.UserName}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Admin users have been created |
| Severity | warning |
| Condition | sum by(namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/admin/realms/master/users",Method="POST"}) - sum by(namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/admin/realms/master/users",Method="POST"} offset 5m) > 0 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7006 |
| Metric Used | oc_ingressgateway_http_requests_total |
| Recommended Action | Cause:This alert triggers when a new admin user is created in CNCC IAM within the last 5 minutes. This may be the result of a legitimate administrative action or an unauthorized attempt to gain privileged access.
Diagnostic Information:
iam-kc container, iam-ingress pod logs, and relevant audit details to help Support analyze the issue.
|
Parent topic: CNC Console IAM Alerts
6.1.15 CnccIamAccessTokenFailure
Table 6-16 CnccIamAccessTokenFailure
| Field | Details |
|---|---|
| Description | This alert notifies you if there are more than 3 failed access token requests in CNCC IAM within 5 minutes. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Access Token Failure count is above the configured threshold value |
| Severity | warning |
| Condition | sum by(Status,namespace,ResourcePath,Method,UserName,UserId,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Method="POST",Status=~"4.*|5.*"}) - sum by(Status,namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/master/protocol/openid-connect/token",Method="POST",Status=~"4.*|5.*"} offset 5m) > 3 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.7007 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:This alert triggers when there are more than 3 failed
access token requests in CNCC IAM within 5 minutes. This may be due to incorrect user
credentials, misconfigured client applications, or backend errors affecting the token
generation process.
Diagnostic Information:
iam-kc container, iam-ingress pod logs, and
relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console IAM Alerts
6.2 CNC Console Core Alerts
This section provides the information about CNC Console Core Alerts.
- CnccCoreTotalIngressTrafficRateAboveMinorThreshold
- CnccCoreTotalIngressTrafficRateAboveMajorThreshold
- CnccCoreTotalIngressTrafficRateAboveCriticalThreshold
- CnccCoreMemoryUsageCrossedMinorThreshold
- CnccCoreMemoryUsageCrossedMajorThreshold
- CnccCoreMemoryUsageCrossedCriticalThreshold
- CnccCoreTransactionErrorRateAbove0.1Percent
- CnccCoreTransactionErrorRateAbove1Percent
- CnccCoreTransactionErrorRateAbove10Percent
- CnccCoreTransactionErrorRateAbove25Percent
- CnccCoreTransactionErrorRateAbove50Percent
- CnccCoreIngressGatewayServiceDown
- CnccCoreFailedLogin
- CnccCoreUnauthorizedAccess
- CnccCoreAccessTokenFailure
Parent topic: CNC Console Alerts
6.2.1 CnccCoreTotalIngressTrafficRateAboveMinorThreshold
Table 6-17 CnccCoreTotalIngressTrafficRateAboveMinorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC Core Ingress message rate has crossed the configured minor threshold of 700 to 800 TPS. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Traffic Rate is above 70 Percent of Max requests per second(1000) |
| Severity | minor |
| Condition | sum by(namespace,pod) (rate(oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[2m])) >= 700 < 800 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8001 |
| Metric Used | oc_ingressgateway_http_requests_total |
| Recommended Action | Cause:
core-ingress pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.2 CnccCoreTotalIngressTrafficRateAboveMajorThreshold
Table 6-18 CnccCoreTotalIngressTrafficRateAboveMajorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC Core Ingress message rate has crossed the configured major threshold of 800 to 900 TPS. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Traffic Rate is above 80 Percent of Max requests per second(1000) |
| Severity | major |
| Condition | sum by(namespace,pod) (rate(oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[2m])) >= 800 < 900 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8001 |
| Metric Used | oc_ingressgateway_http_requests_total |
| Recommended Action | Cause:
core-ingress
pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.3 CnccCoreTotalIngressTrafficRateAboveCriticalThreshold
Table 6-19 CnccCoreTotalIngressTrafficRateAboveCriticalThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC Core Ingress message rate has crossed the configured critical threshold of 900 TPS. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Traffic Rate is above 90 Percent of Max requests per second(1000) |
| Severity | critical |
| Condition | sum by(namespace,pod) (rate(oc_ingressgateway_http_requests_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[2m])) >= 900 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8001 |
| Metric Used | oc_ingressgateway_http_requests_total |
| Recommended Action | Cause:
|
Parent topic: CNC Console Core Alerts
6.2.4 CnccCoreMemoryUsageCrossedMinorThreshold
Table 6-20 CnccCoreMemoryUsageCrossedMinorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC Core Ingress pod has reached the configured minor threshold (70%) of its memory resource limits. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : Memory Usage of pod exceeded 70% of its limit. |
| Severity | minor |
| Condition | sum by(namespace,pod) (container_memory_usage_bytes{container!="", namespace="cncc-ns", pod=~".*core-cmservice.*|.*core-ingress-gateway.*"}) / sum by(namespace, pod) (kube_pod_container_resource_limits{namespace="cncc-ns",pod=~".*core-cmservice.*|.*core-ingress-gateway.*",resource="memory"}) * 100 >= 70 < 80 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8002 |
| Metric Used | container_memory_usage_bytes
|
| Recommended Action | Cause:
|
Parent topic: CNC Console Core Alerts
6.2.5 CnccCoreMemoryUsageCrossedMajorThreshold
Table 6-21 CnccCoreMemoryUsageCrossedMajorThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC Core Ingress pod has reached the configured major threshold (80%) of its memory resource limits. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : Memory Usage of pod exceeded 80% of its limit. |
| Severity | major |
| Condition | sum by(namespace,pod) (container_memory_usage_bytes{container!="", namespace="cncc-ns", pod=~".*core-cmservice.*|.*core-ingress-gateway.*"}) / sum by(namespace, pod) (kube_pod_container_resource_limits{namespace="cncc-ns",pod=~".*core-cmservice.*|.*core-ingress-gateway.*",resource="memory"}) * 100 >= 80 < 90 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8002 |
| Metric Used | container_memory_usage_bytes
|
| Recommended Action | Cause:
core-ingress
pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.6 CnccCoreMemoryUsageCrossedCriticalThreshold
Table 6-22 CnccCoreMemoryUsageCrossedCriticalThreshold
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC Core Ingress pod has reached the configured critical threshold (90%) of its memory resource limits. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : Memory Usage of pod exceeded 90% of its limit. |
| Severity | critical |
| Condition | sum by(namespace,pod) (container_memory_usage_bytes{container!="", namespace="cncc-ns", pod=~".*core-cmservice.*|.*core-ingress-gateway.*"}) / sum by(namespace, pod) (kube_pod_container_resource_limits{namespace="cncc-ns",pod=~".*core-cmservice.*|.*core-ingress-gateway.*",resource="memory"}) * 100 >= 90 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8002 |
| Metric Used | container_memory_usage_bytes
|
| Recommended Action | Cause:
core-ingress
pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.7 CnccCoreTransactionErrorRateAbove0.1Percent
Table 6-23 CnccCoreTransactionErrorRateAbove0.1Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNCC Core failed transactions is above 0.1 percent of the total transactions. |
| Summary | CNCC Core transaction Error Rate detected above 0.1 Percent of Total Transactions |
| Severity | warning |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]))) *100 >= 0.1 < 1 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
|
Parent topic: CNC Console Core Alerts
6.2.8 CnccCoreTransactionErrorRateAbove1Percent
Table 6-24 CnccCoreTransactionErrorRateAbove1Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNCC Core failed transactions is above 1 percent of the total transactions. |
| Summary | CNCC Core transaction Error Rate detected above 1 Percent of Total Transactions |
| Severity | warning |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]))) *100 >= 1 < 10 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
core-ingress
pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.9 CnccCoreTransactionErrorRateAbove10Percent
Table 6-25 CnccCoreTransactionErrorRateAbove10Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNCC Core failed transactions is above 10 percent of the total transactions. |
| Summary | CNCC Core transaction Error Rate detected above 10 Percent of Total Transactions |
| Severity | minor |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]))) *100 >= 10 < 25 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
core-ingress
pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.10 CnccCoreTransactionErrorRateAbove25Percent
Table 6-26 CnccCoreTransactionErrorRateAbove25Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNCC Core failed transactions is above 25 percent of the total transactions. |
| Summary | CNCC Core transaction Error Rate detected above 25 Percent of Total Transactions |
| Severity | major |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]))) *100 >= 25 < 50 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
core-ingress
pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.11 CnccCoreTransactionErrorRateAbove50Percent
Table 6-27 CnccCoreTransactionErrorRateAbove50Percent
| Field | Details |
|---|---|
| Description | This alert notifies that the number of CNCC Core failed transactions is above 50 percent of the total transactions. |
| Summary | CNCC Core transaction error rate detected above 50 percent of total transactions |
| Severity | critical |
| Condition | (sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{Status=~"5.*",InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]) or (up * 0 ) ) )/(sum by(namespace,pod)(rate(oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns"}[5m]))) *100 >= 50 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8003 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
core-ingress pod logs and relevant metrics to help
Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.12 CnccCoreIngressGatewayServiceDown
Table 6-28 CnccCoreIngressGatewayServiceDown
| Field | Details |
|---|---|
| Description | This alert notifies that the CNCC Core Ingress Gateway pod is down. |
| Summary | namespace: {{$labels.namespace}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }} : cncc-core-ingress-gateway service down |
| Severity | critical |
| Condition | absent(up{pod=~".*core-ingress-gateway.*", namespace="cncc-ns"}) or (up{pod=~".*core-ingress-gateway.*", namespace="cncc-ns"}) == 0 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8004 |
| Metric Used | upNote: This is a Prometheus metric used for instance
availability monitoring. If this metric is not available, use a similar metric as
exposed by the monitoring system.
|
| Recommended Action | Cause: This alert triggers when the CNCC Core Ingress Gateway pod or
service is down.
Diagnostic Information:
cncc-core-ingress-gateway service becomes available again. If the
alert does not clear:
|
Parent topic: CNC Console Core Alerts
6.2.13 CnccCoreFailedLogin
Table 6-29 CnccCoreFailedLogin
| Field | Details |
|---|---|
| Description | This alert notifies you if there are more than 3 failed login attempts in CNCC Core for a user within 5 minutes. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: failed login attempts are more than the configured threshold value |
| Severity | warning |
| Condition | sum by(Status,namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/cncc/login-actions/authenticate",Method="POST",Status="200 OK"}) - sum by(Status,namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/cncc/login-actions/authenticate",Method="POST",Status="200 OK"} offset 5m) > 3 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8005 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
core-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console Core Alerts
6.2.14 CnccCoreUnauthorizedAccess
Table 6-30 CnccCoreUnauthorizedAccess
| Field | Details |
|---|---|
| Description | This alert notifies you if there are more than 3 unauthorized access (403 Forbidden) attempts in CNCC Core within 5 minutes. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Unauthorized Access for CNCC-Core are more than threshold value |
| Severity | warning |
| Condition | sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns",Status="403 FORBIDDEN", ResourceType!="UNKNOWN"}) - sum by(Status,Method,namespace,ResourceType,UserId,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*core_ingressgateway",namespace="cncc-ns",Status="403 FORBIDDEN",ResourceType!="UNKNOWN"} offset 5m) > 3 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8006 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
core-ingress pod logs and relevant metrics to help Support analyze the issue.
|
Parent topic: CNC Console Core Alerts
6.2.15 CnccCoreAccessTokenFailure
Table 6-31 CnccCoreAccessTokenFailure
| Field | Details |
|---|---|
| Description | This alert notifies you if there are more than 3 failed access token requests in CNCC Core within 5 minutes. |
| Summary | namespace: {{$labels.namespace}}, podname: {{$labels.pod}}, timestamp: {{ with query "time()" }}{{ . | first | value | humanizeTimestamp }}{{ end }}: Access Token Failure count is above the configured threshold value |
| Severity | warning |
| Condition | sum by(Status,namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Method="POST",Status=~"4.*|5.*"}) - sum by(Status,namespace,ResourcePath,Method,UserName,pod) (oc_ingressgateway_http_responses_total{InstanceIdentifier=~".*iam_ingressgateway",namespace="cncc-ns",ResourcePath="/cncc/auth/realms/cncc/protocol/openid-connect/token",Method="POST",Status=~"4.*|5.*"} offset 5m) > 3 |
| OID | 1.3.6.1.4.1.323.5.3.51.1.2.8007 |
| Metric Used | oc_ingressgateway_http_responses_total |
| Recommended Action | Cause:
core-ingress pod logs and relevant metrics to help Support analyze
the issue.
|
Parent topic: CNC Console Core Alerts
6.3 CNC Console Alerts on OCI
This section provides information about CNC Console Alerts on OCI:
- CnccCoreTotalIngressTrafficRateAboveMinorThreshold
- CnccCoreTotalIngressTrafficRateAboveMajorThreshold
- CnccCoreTotalIngressTrafficRateAboveCriticalThreshold
- CnccCoreMemoryUsageCrossedMinorThreshold
- CnccCoreMemoryUsageCrossedMajorThreshold
- CnccCoreMemoryUsageCrossedCriticalThreshold
- CnccCoreTransactionErrorRateAbovePointOnePercent
- CnccCoreTransactionErrorRateAboveOnePercent
- CnccCoreTransactionErrorRateAboveTenPercent
- CnccCoreTransactionErrorRateAboveTwentyFivePercent
- CnccCoreTransactionErrorRateAboveFiftyPercent
- CnccCoreUnauthorizedAccess
Parent topic: CNC Console Alerts
6.3.1 CnccCoreTotalIngressTrafficRateAboveMinorThreshold
Table 6-32 CnccCoreTotalIngressTrafficRateAboveMinorThreshold
| Field | Details |
|---|---|
| Trigger Condition |
The total CNCC Core Ingress Message rate has crossed the configured minor threshold of 700 TPS. Default value of this alert trigger point in cncc_alert_rules.yaml is when CNCC Core Ingress Rate crosses 70 % of 1000 (Maximum ingress request rate) |
| Severity | minor |
| Alert details provided | CNCC Core Ingress traffic Rate is above the configured minor threshold i.e. 700 requests per second |
| Metric Used | oc_ingressgateway_http_requests_total |
| Resolution | The alert is cleared either when the total Ingress Traffic rate falls below the Minor threshold or when the total traffic rate cross the Major threshold, inwhich case the CnccCoreTotalIngressTrafficRateAboveMajorThresholdalert shall be raised.Note: The threshold is configurable in the alerts.yamlSteps:Reassess why the CNCC Core is receiving additionaltraffic.If this is unexpected, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.2 CnccCoreTotalIngressTrafficRateAboveMajorThreshold
Table 6-33 CnccCoreTotalIngressTrafficRateAboveMajorThreshold
| Field | Details |
|---|---|
| Trigger Condition |
The total CNCC Core Ingress Message rate has crossed the configured major threshold of 800 TPS. Default value of this alert trigger point in cncc_alert_rules.yaml is when CNCC Core Ingress Rate crosses 80 % of 1000 (Maximum ingress request rate) |
| Severity | major |
| Alert details provided | CNCC Core Ingress traffic Rate is above the configured major threshold i.e. 800 requests per second |
| Metric Used | oc_ingressgateway_http_requests_total |
| Resolution | The alert is cleared when the total Ingress Traffic ratefalls below the Major threshold or when the total traffic rate cross the Critical threshold, in which casethe CnccCoreTotalIngressTrafficRateAboveCriticalThresholdNote: The threshold is configurable in the alerts.yaml alert shall be raised.Steps:Reassess why the CNCC Core is receiving additionaltraffic.If this is unexpected, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.3 CnccCoreTotalIngressTrafficRateAboveCriticalThreshold
Table 6-34 CnccCoreTotalIngressTrafficRateAboveCriticalThreshold
| Field | Details |
|---|---|
| Trigger Condition |
The total CNCC Core Ingress Message rate has crossed the configured critical threshold of 900TPS. Default value of this alert trigger point in cncc_alert_rules.yaml is when CNCC Core Ingress Rate crosses 90 % of 1000 (Maximum ingress request rate) |
| Severity | critical |
| Alert details provided | CNCC Core Ingress traffic Rate is above the configured critical threshold i.e. 900 requests per second |
| Metric Used | oc_ingressgateway_http_requests_total |
| Resolution | The alert is cleared when the Ingress Traffic rate falls below the Critical threshold.Note: The threshold is configurable in the alerts.yamlSteps:Reassess why the CNCC Core is receiving additional traffic.If this is unexpected, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.4 CnccCoreMemoryUsageCrossedMinorThreshold
Table 6-35 CnccCoreMemoryUsageCrossedMinorThreshold
| Field | Details |
|---|---|
| Trigger Condition | A pod has reached the configured minor threshold( 70%) of its memory resource limits. |
| Severity | minor |
| Alert details provided | CNCC Core Memory Usage for pod has crossed the configured minor threshold (70%) of its limit. |
| Metric Used |
container_memory_usage_bytes Note : This is a kubernetes metric used for instance availability monitoring. If the metric is not available, use the similar metric as exposed by the monitoring system. |
| Resolution |
The alert gets cleared when the memory utilization falls below the Minor Threshold or crosses the major threshold, in which case CnccCoreMemoryUsageCrossedMajorThreshold alert shall be raised Note : The threshold is configurable in the alerts.yaml If guidance required, Contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.5 CnccCoreMemoryUsageCrossedMajorThreshold
Table 6-36 CnccCoreMemoryUsageCrossedMajorThreshold
| Field | Details |
|---|---|
| Trigger Condition | A pod has reached the configured major threshold( 80%) of its memory resource limits. |
| Severity | major |
| Alert details provided | CNCC Core Memory Usage for pod has crossed the configured major threshold (80%) of its limit. |
| Metric Used |
container_memory_usage_bytes Note : This is a kubernetes metric used for instance availability monitoring. If the metric is not available, use the similar metric as exposed by the monitoring system. |
| Resolution |
The alert gets cleared when the memory utilization falls below the Major Threshold or crosses the critical threshold, in which case CnccCoreMemoryUsageCrossedCriticalThreshold alert shall be raised Note : The threshold is configurable in the alerts.yaml If guidance required, Contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.6 CnccCoreMemoryUsageCrossedCriticalThreshold
Table 6-37 CnccCoreMemoryUsageCrossedCriticalThreshold
| Field | Details |
|---|---|
| Trigger Condition | A pod has reached the configured critical threshold ( 90% ) of its memory resource limits |
| Severity | critical |
| Alert details provided | CNCC Core Memory Usage for pod has crossed the configured critical threshold (90%) of its limit. |
| Metric Used |
container_memory_usage_bytes Note : This is a kubernetes metric used for instance availability monitoring. If the metric is not available, use the similar metric as exposed by the monitoring system. |
| Resolution |
The alert gets cleared when the memory utilization falls below the Critical Threshold. Note : The threshold is configurable in the alerts.yaml If guidance required, Contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.7 CnccCoreTransactionErrorRateAbovePointOnePercent
Table 6-38 CnccCoreTransactionErrorRateAbovePointOnePercent
| Field | Details |
|---|---|
| Trigger Condition | The number of failed transactions is above 0.1 percent of the total transactions. |
| Severity | warning |
| Alert details provided | CNCC Core transaction Error rate is above 0.1 Percent of Total Transactions |
| Metric Used | oc_ingressgateway_http_responses_total |
| Resolution | The alert is cleared when the number of failure transactions are below 0.1% of the total transactions or when the number of failure transactions cross the 1% threshold in which case the CnccCoreTransactionErrorRateAbove1Percent shall beraised.Steps:1. Check the Service specific metrics to understand the specific service request errors.2. If guidance required, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.8 CnccCoreTransactionErrorRateAboveOnePercent
Table 6-39 CnccCoreTransactionErrorRateAboveOnePercent
| Field | Details |
|---|---|
| Trigger Condition | The number of failed transactions is above 1 percent of the total transactions. |
| Severity | warning |
| Alert details provided | CNCC Core transaction Error rate is above 1 Percent of Total Transactions |
| Metric Used | oc_ingressgateway_http_responses_total |
| Resolution | The alert is cleared when the number of failure transactions are below 1% of the total transactions or when the number of failure transactions cross the 10% threshold in which case the CnccCoreTransactionErrorRateAbove10Percent shall beraised.Steps:1. Check the Service specific metrics to understand the specific service request errors.2. If guidance required, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.9 CnccCoreTransactionErrorRateAboveTenPercent
Table 6-40 CnccCoreTransactionErrorRateAboveTenPercent
| Field | Details |
|---|---|
| Trigger Condition | The number of failed transactions is above 10 percent of the total transactions. |
| Severity | minor |
| Alert details provided | CNCC Core transaction Error rate is above 10 Percent of Total Transactions |
| Metric Used | oc_ingressgateway_http_responses_total |
| Resolution | The alert is cleared when the number of failure transactions are below 10% of the total transactions or when the number of failure transactions cross the 25% threshold in which case the CnccCoreTransactionErrorRateAbove25Percent shall beraised.Steps:1. Check the Service specific metrics to understand the specific service request errors.2. If guidance required, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.10 CnccCoreTransactionErrorRateAboveTwentyFivePercent
Table 6-41 CnccCoreTransactionErrorRateAboveTwentyFivePercent
| Field | Details |
|---|---|
| Trigger Condition | The number of failed transactions is above 25 percent of the total transactions. |
| Severity | major |
| Alert details provided | CNCC Core transaction Error Rate detected above 25 Percent of Total Transactions |
| Metric Used | oc_ingressgateway_http_responses_total |
| Resolution | The alert is cleared when the number of failure transactions are below 25% of the total transactions or when the number of failure transactions cross the 50% threshold in which case the CnccCoreTransactionErrorRateAbove50Percent shall beraised.Steps:1. Check the Service specific metrics to understand the specific service request errors.2. If guidance required, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.11 CnccCoreTransactionErrorRateAboveFiftyPercent
Table 6-42 CnccCoreTransactionErrorRateAboveFiftyPercent
| Field | Details |
|---|---|
| Trigger Condition | The number of failed transactions is above 50 percent of the total transactions. |
| Severity | critical |
| Alert details provided | CNCC Core transaction Error Rate detected above 50 Percent of Total Transactions |
| Metric Used | oc_ingressgateway_http_responses_total |
| Resolution | The alert is cleared when the number of failure transactions are below 50 percent of the total transactions.Steps:1. Check the Service specific metrics to understand the specific service request errors.2. If guidance required, contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI
6.3.12 CnccCoreUnauthorizedAccess
Table 6-43 CnccCoreUnauthorizedAccess
| Field | Details |
|---|---|
| Trigger Condition | If the count of unauthorized access goes above the configured value of '3' |
| Severity | warning |
| Alert details provided | Unauthorized Accesses have been detected in CNCC-Core for request. The configured threshold value is 3 for every 5 min |
| Metric Used | oc_ingressgateway_http_responses_total |
| Resolution |
The alert gets cleared when the total unauthorized accesses for a particular user go below the threshold value (default value is '3') in the last 5 min (default value is 5 m) Note : The threshold and time is configurable in the alerts.yaml If guidance required, Contact My Oracle Support. |
Parent topic: CNC Console Alerts on OCI