Skip to content

Monitoring and Alerting

Daniel Glen edited this page Jan 5, 2024 · 3 revisions

Overview

This section is used to provide information on how the monitoring and alerting works in the Cloud Platform

Slack Channel

The hale-platform collects alerts in a single slack channel #website-builder-alerts

Pingdom

Pingdom is setup for all live sites hosted on the hale-platform. The list of URLs being monitored are implemented using terraform and can be found here.

Adding or removing a site in Pingdom

To add a site to Pingdom you require the following information.

  • The name identifying the site
  • The host of the site e.g "google.co.uk"
  • The url of the site e.g "/images" (if using the root, use "/")

Browse to the pingdom.tf and add a new line at the bottom of the locals block and enter like the example below.

If you would like to remove a site from Pingdom. Remove the line that corresponds to the site you would like to remove. Raise a PR with the Cloud Platform Team and your changes will take effect. "magistrates-recruitment" = { host = "magistrates.judiciary.uk", url = "/" }

Prometheus

Clone this wiki locally