Versions Compared

Key

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

Execute the following stored procedure in SQL to perform a health check of core EmpowerID processes: Z_EmpowerID_Health.

This stored procedure has been pre-programmed to check the health of a common set of EmpowerID functionality and is meant to be consumed by an enterprise monitoring tool to help alert IT staff when attention is needed. The stored procedure can be customized to include additional checks. This procedure is intended to be run regularly and periodically; a 5-minute interval is recommended, and an interval smaller than 1 minute may put undue load on the system.

A few pre-programmed health checks in this stored procedure require 2 settings to be effective. The following can be set through the EID UI: https://<EID-URL>/ui/#custom/EmpowerIDConfigSettings

  • EmpowerID_Health_EmpowerIDServerRoleNames_ToMonitor: This setting should be a comma-separated list of the EmpowerID Server Roles, which are utilized in the EID instance. Most commonly, this value should be set to “Application "Application Server Full, Web Front-End” End" for the 2 roles in which servers are most commonly assigned to servers.

  • EmpowerID_Health_EmpowerIDServiceFriendlyNames_ToMonitor: This setting should be a comma-separated list of the EmpowerID Services which are utilized in the EID instance. Most commonly, this value should be set to “Web "Web Role Service, Worker Role Service” Service" for the 2 services which are most commonly running on servers.

...