ohm-timescale

ohm-timescale screenshot 1

The official postgres / timescale dashboard for viewing sensor data exported by OhmGraphite.

This dashboard exposes temperature, power draw, utilization, fan rpms, etc on cpu, gpu, disk, ram.

This dashboard assumes the schema listed in the README

CREATE TABLE IF NOT EXISTS ohm_stats (
   time TIMESTAMPTZ NOT NULL,
   host TEXT,
   hardware TEXT,
   hardware_type TEXT,
   identifier TEXT,
   sensor TEXT,
   sensor_type TEXT,
   sensor_index INT,
   value REAL
);

See the OhmGraphite readme for more info.

Revisions
RevisionDescriptionCreated

Get this dashboard

1

Sign up for Grafana Cloud

Create free account

2

Import the dashboard template

or

Download JSON

Datasource
Dependencies