Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Because EmpowerID persists all vital information – including process state information – in one database, EmpowerID has implemented a simple, effective mechanism to report process health. A stored procedure named Z_EmpowerID_Health checks process state information against predefined criteria and outputs a list of problematic conditions that require attention. The configuration and details of these health checks and a complete listing of the checks performed is detailed here https://dotnetworkflow.jira.com/wiki/spaces/DevOps/pages/2179498058/EmpowerID + HealthCheck+: SQL + Procedure + Z+_EmpowerID+_Health .

EmpowerID DevOps deploys a particular monitoring container that invokes this health-check procedure every five minutes and submits any reported problem conditions to Azure Monitor. If the problem condition is reported consecutively in polling intervals, then a medium-priority alert is raised.

...