FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 45212475 authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Update README with information about monitoring

parent e0fa6398
No related branches found
No related tags found
1 merge request!11Expose the monitoring path in the Cloud Run module, otherwise we can't set it up.
Pipeline #53945 passed
......@@ -25,3 +25,11 @@ setting this value you *must* have verified ownership of the domain with Google.
[Instructions on how to do
this](https://guidebook.devops.uis.cam.ac.uk/en/latest/notes/google-domain-verification/)
can be found in the DevOps division guidebook.
## Monitoring and Alerting
If the variable [alerting_email_address](variables.tf) is set, the module adds
basic uptime alerting via email for failing http polling. See [variables.tf](variables.tf)
for how to configure alerting and monitoring.
Note that monitoring and alerting must be in a Stackdriver monitoring workspace
and this must be configured manually, at the time of writing this.
......@@ -3,9 +3,6 @@
This provides basic uptime alerting via email for failing http polling. See
[variables.tf](variables.tf) for how to configure this module.
Note that the project must be in a Stackdriver monitoring workspace and this
must be configured manually. At the time of writing there is no terraform
support for this. This module will error when applying if this is not so.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment