5.2.23.4 Pn32cConnectionFailureWithDatabaseAlert

Table 5-110 Pn32cConnectionFailureWithDatabaseAlert

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

Summary:

Alert is raised when connectivity is broken between PN32C and cnDBTier for more than 30 seconds. Metric value is pegged as 0 and then alert is raised.

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

OID 1.3.6.1.4.1.323.5.3.46.1.2.4053
Metric Name ocsepp_pn32c_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.