Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 961 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 961 Bytes

Cockpit Sensors

module that displays all data reported by lm-sensors

Usage

  • Download the lastest Sensors release

  • Extract the content of dist folder to /usr/share/cockpit/sensors

  • Check if Sensors tools is show on menu

  • Installation script provided by @subz390:

wget https://github.com/ocristopfer/cockpit-sensors/releases/latest/download/cockpit-sensors.tar.xz && \
  tar -xf cockpit-sensors.tar.xz cockpit-sensors/dist && \
  mv cockpit-sensors/dist /usr/share/cockpit/sensors && \
  rm -r cockpit-sensors && \
  rm cockpit-sensors.tar.xz

Prints

alt text

Module created using Starter Kit