Docs/Lighthouse

Lighthouse

Lighthouse is the Status Harbor agent for monitoring services that the public internet can't reach: internal APIs, private databases, k8s services behind an Ingress, anything inside a VPC, on-prem or behind a firewall.

You run the agent inside your network. It dials out to Status Harbor over HTTPS, registers with a scoped token, then runs the monitors you've bound to it from inside the network. No inbound exposure, no VPN peering.

What it monitors

  • HTTP / HTTPS - same as public, including expected status, keyword match, headers, basic auth.
  • TCP - connect succeeds.
  • UDP - send a payload, expect a response.

SSL and DNS monitors run from public probes only - they don't provide value behind a firewall.

What it also collects

Beyond uptime checks, every Lighthouse agent reports the host it runs on:

  • Host metrics - CPU, memory, load, disk and network on every install path (shell, Docker, Helm).
  • Kubernetes cluster metrics - per-node host metrics (via the DaemonSet flavour), per-PVC disk usage and cluster aggregates (via the kubelet fan-out), opt-in through two Helm flags.

Threshold-alert rules turn breaches into alerts that ride the same incident pipeline as your monitor up / down events. The full list of metrics, the default rules, snoozes and retention live on the Host & cluster metrics page.

How it differs from public monitors

PublicLighthouse
Where checks runStatus Harbor regional probesYour agent
Min intervalPlan-dependent (5–60s)5s, hard floor
RegionsOne or more selectableThe agent's location
Flap protectionSingle-fail opens, single-pass resolvesConfigurable consecutive-result threshold

Pieces

  • Install - Shell, Docker, Helm or Terraform.
  • Discovery - auto-find Kubernetes Ingresses and Services and adopt them as monitors.
  • Host & cluster metrics - CPU, memory, disk, network and Kubernetes capacity with threshold alerts and snoozes.
  • What the agent sends - every endpoint, every field, every byte that crosses the wire.
  • Troubleshooting - what to check when the agent is offline.

Limits

Every plan includes Lighthouse agents. Current per-plan caps are listed on the pricing page; see Plans & limits for the full capability matrix.