Health Check
Last updated
Last updated
You can monitor the health of SCEPman using
the Health check feature of the Azure App Services (recommend) or
You may configure the health check feature and corresponding alerting for the App Service to get a direct notification in case your SCEPman instance is no longer responsive.
Navigate to your App Service and on the left side scroll down to Health check
Now you can Enable the Health check, as probing path enter the following: /probe
Now you can click on Save, but keep in mind that this will restart your App Service
To get an alert from our health check we need to configure alert rules in our App Service.
Navigate to your App Service and on the left side scroll down to Alerts
Click on Create alert rule
In your new alert rule, you will be automatically redirected to Add condition
Select a signal logic. Search for Health check status
Configure the alert as specified below:
Threshold | Static |
Aggregation type | Average |
Operator | Less than |
Unit | Count |
Threshold value | 70 |
Check every | 5 minutes |
Loopback period | 15 minutes |
Click on Next: Actions
Select Create action group
If you have existing action groups, choose Select action groups, select an action group and move to step 14.
Define an Action group name and Display name
Next to Notifications and add Notification type
In the window, tick the Email checkbox and enter the email address you wish to receive notifications on
Then click on OK
Enter a Name for the Notification type
After that you can click on Review + create and then on Create. You will be redirected back to Actions in creating the alert rule
Next to Details, configure the following
Resource group
Severity
Alert rule name
Enable: Enable upon creation
Enable: Automatically resolve alerts
Click on Review + Create, then Create
View your existing Alert rules as shown