Terraform Provider for Oh Dear Monitoring
Manage Oh Dear monitoring as infrastructure as code with the Terraform provider: declare monitored sites in versioned config your whole team can review.
HashiCorp's Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
There is a Terraform provider that allows you to automate your monitoring workflow at Oh Dear.
- GitHub: articulate/terraform-provider-ohdear
- Maintained by Articulate
Once configured, you can declare a website to be monitored like this:
resource "ohdear_site" "fnord" { team_id = 1337 url = "https://site.iwanttomonitor.com" }
The code is published under the MIT license.