5.2.23.1 Cn32fConnectionFailureWithDatabaseAlert

Table 5-107 Cn32fConnectionFailureWithDatabaseAlert

Field Details
Trigger Condition ocsepp_cn32f_database_connectivity_healthy = 0
Severity Major
Alert Details Provided

Summary:

Alert is raised when connectivity is broken between CN32f and cnDBTier. Metric value is pegged as 0 and then alert is raised.

Expression:
ocsepp_cn32f_database_connectivity_healthy{namespace="sepp-namespace"} == 0

OID 1.3.6.1.4.1.323.5.3.46.1.2.4050
Metric Name ocsepp_cn32f_database_connectivity_healthy
Resolution Possible resolutions:
  1. Verify services status to ensure that all services are running in the namespace where cnDBTier is deployed.
  2. Check table creation to confirm that required tables are created in the database.
  3. To verify whether the services are connected to correct database and namespace, run
    kubectl get deploy deploymentName -n namespace
    , and search for spring.datasource.url parameter and check the value.
  4. For more details, refer 'Multiple SEPP instances on Shared cnDBTier Cluster' section in Oracle Communications Cloud Native Core, Security Edge Protection Proxy Troubleshooting Guide.