Documentation

From box to beautiful graphs.

This page is a shell for setup guides, hardware notes, Prometheus scrape examples, Grafana dashboard notes, and general nerd documentation.

Getting started

Filler text: first boot, finding the setup network, setting hostname, network mode, and first login.

Wiring probes

Filler text: sensor bus wiring, pull-up resistor notes, cable length guidance, and recommended layout.

Prometheus setup

Filler text: add a scrape job, choose a scrape interval, and confirm OpenMetrics output is being collected.

Grafana dashboard

Filler text: import dashboard JSON, select datasource, and customize probe names/thresholds.

# TODO: replace this with your real scrape config
scrape_configs:
  - job_name: octotherm
    scheme: https
    static_configs:
      - targets: ["octotherm.local"]