5.2.23.5 cfgMgrConnFailureWithDBAlert

Table 5-111 cfgMgrConnFailureWithDBAlert

Field Details
Trigger Condition ocsepp_configmgr_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:
 oocsepp_configmgr_database_connectivity_healthy{namespace="sepp-namespace"} == 0

OID 1.3.6.1.4.1.323.5.3.46.1.2.4054
Metric Name ocsepp_configmgr_database_connectivity_healthy== 0
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.