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.
Data source config
Collector config:
Upload an updated version of an exported dashboard.json file from Grafana
Revision | Description | Created | |
---|---|---|---|
Download |