Oracle CloudStatic-verified

Uptime Monitors that Probe from Three Places and Feed an Alarm

A monitor can be created disabled and probes nothing; one vantage point reports the site down when that location is; and a monitor is a metric, not an alarm - nothing pages until Monitoring reads it. Enabled monitors over HTTPS from three regions by default, and the MQL query each one needs in an alarm exported for the oci-monitoring-alarms module.

terraformOracle Cloudoci
oci-health-checksvizier v1.2.0

Verification

Static-verified

Passed: validated and lint-clean (provider-schema-validated for AWS/Azure/GCP; Terraform-language lint elsewhere).

Conformance

  • Static validation (fmt · validate · tflint)
  • Security scan clean (Checkov)
  • Plan tests (mocked: validation rules · outputs)

Provenance

  • SHA-256 checksum
  • Signature (pending)

Functional

  • Live test pending (no cloud run yet)

Last verified 2026-09-14 · how we verify

Use it from the registry

terraform · opentofu
module "health_checks" {
  source  = "www.iac-bazaar.com/iac-bazaar/oci-health-checks/oci"
  version = "1.0.0"
}

Needs a registry token from /account/tokens. The module itself is free; the account is what identifies you. Full setup: registry docs.

Inputs & outputs

Create a free account to read this module's contract

The declared contract - every input name, type, default and description, plus every output - is shown to signed-in accounts, not to anonymous visitors.

A free account sees the contract of every module in the catalogue. There is no subscription and nothing to buy - the modules are free to download, and they run under Vizier.

Documentation

oci-health-checks

Outside-in HTTP monitors that are enabled, probe from several places, and feed an alarm. Works with Terraform and OpenTofu (>= 1.6), oci provider >= 8.0, < 9.0.

A monitor can be created disabled and probes nothing. Enabled here; disabled needs accept_disabled_monitors.

One vantage point is one opinion. Three by default, in different regions; fewer needs accept_few_vantage_points.

A monitor is a metric, not an alarm. Nothing pages until a Monitoring alarm reads oci_healthchecks; alarm_queries exports the MQL each monitor needs, for the oci-monitoring-alarms module.

Verification

Static validation runs tofu fmt, init, validate, tflint and checkov. This module has not yet had a live test, so it is published as statically validated with its live test pending and does not carry the live-tested mark.

Usage code & full reference need an account

The complete copy-paste usage, the full input/output reference, and operational notes are free with an account - shown here and bundled in the download. Sign in and this section fills in.

  • Usage

Related modules