ohm-timescale

ohm-timescale screenshot 1
ohm-timescale screenshot 2
ohm-timescale screenshot 3
ohm-timescale screenshot 4
ohm-timescale screenshot 5
ohm-timescale screenshot 6

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

Import the dashboard template

or

Download JSON

Datasource
Dependencies