-
Notifications
You must be signed in to change notification settings - Fork 1
Monitoring and Alerting
This section is used to provide information on how the monitoring and alerting works in the Cloud Platform
The hale-platform collects alerts in a single slack channel #website-builder-alerts
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.
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 = "/" }