Configuring the Status Check Monitoring Dashboard
Note: This feature is only available in the Enterprise Plan.
How to configure the Status Check Monitoring Dashboard?
- Open Projects and select the required Project.
- Select the Blueprint tab.
- In the Add Resources pop-up, search for and select the resource type Status Check.
- Select the Flavor and provide a Name for the resource and click Add.
Note: When creating a resource, it is initially set with default sample values that can be modified after the resource has been created. - Override the resource and customize the checks to match your specific needs. A sample status check is provided below:
Example status check:
In the following case, this configuration will perform a GET request to retrieve the status of the resource. If the status code is 200, it will be marked as healthy.
"be-check": {
"url": "http://${service.be.out.interfaces.http.host}/",
"method": "GET",
"expected_status_code": "200"
},
You have successfully configured the Uptime Dashboard.
How to Access the Dashboard?
- Select the Environment in your defined Blueprint and select the Tools tab at the top.
- Click to Open the Grafana tab.
- Click on the Search button, search for the Status Check Monitoring dashboard in the search menu, and open the same.
- You can now view the status of the resources in a tabular format.
How to subscribe to Status Check Alert Notifications?
- Navigate to Settings > Notification Center to access the Notifications section.
- Select the Subscriptions tab and click Create Subscription.
- Here, mention the Subscription Name, Notification Type, Blueprint, Channel Type, and Channel Name.
- Next, click on Add Filters. Select Environment Name from the dropdown and select the environment.
- Click Add Filters again. This time, select Alert Name from the dropdown and select health_check.
- To ensure everything is set up correctly, click Test Notifications. This will send a test alert to your chosen channel.
- Click Create.
You have successfully set up Status Check Alert Notifications.
Updated 3 months ago