← All dashboards

ohm-timescale

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.

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 62