Features

Telemetry without the black box.

This is the feature shell. Keep the good bits, delete the filler, and add screenshots once the public build is ready.

๐ŸŒก๏ธ

Multi-probe temperature monitoring

Track up to 8 temperature probes from a single compact device.

๐Ÿงช

OpenMetrics 1.0 output

Built for open metrics pipelines. Use the latest generation DevOPS tools to monitor your Datacenter

โšก

No Vendor Lock in

Everything in this project is based on commodity hardware and open standards. We want you here because you like our product not because we forced you in with with some dirty tricks like other vendors.

๐Ÿ•ต๏ธ

No cloud required

Your device, your network, your metrics. Your data is your business. There are 0 cloud connectivity requirements for this device. This device has built around local data ownership, privacy. No monthly subscriptions. EVER.

๐Ÿ› ๏ธ

Admin interface

We have an admin panel with both public and administrative level tasks. Such as naming probes (as much as reading through 12bit GUIDs might be fun.) Also features Uploading new firmware, Uploading SSL Certificates, Network changes and device information.

๐Ÿšจ

Monitoring stack ready

Using Prometheus? It this simple

Prometheus scrape config
scrape_configs:
  - job_name: "octotherm"
    scheme: https
    metrics_path: /metrics
    static_configs:
      - targets:
          - "octotherm.local"
    tls_config:
      insecure_skip_verify: true