From f869d04a461bfecc46e250448b4779756085778f Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Tue, 7 Nov 2023 22:08:23 +0100 Subject: [PATCH] add sensors and smartctl to system-toolbox --- system-toolbox/Dockerfile | 4 +++- system-toolbox/help-toolbox.sh | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/system-toolbox/Dockerfile b/system-toolbox/Dockerfile index a724dd9..42f773e 100644 --- a/system-toolbox/Dockerfile +++ b/system-toolbox/Dockerfile @@ -3,7 +3,9 @@ FROM registry.fedoraproject.org/fedora:38 ENV PKGS_GENERAL="htop \ btop \ sysstat \ - util-linux" + util-linux \ + lm_sensors \ + smartmontools" ENV PKGS_PROCESSES="procps-ng \ strace" diff --git a/system-toolbox/help-toolbox.sh b/system-toolbox/help-toolbox.sh index 72bc6b1..3d77c11 100644 --- a/system-toolbox/help-toolbox.sh +++ b/system-toolbox/help-toolbox.sh @@ -57,3 +57,6 @@ echo "iftop - monitor network traffic per hosts" echo printTitle "Memory" printTitle "Storage" +echo "smartctl - check smart disks interfaces" +printTitle "Hardware" +echo "sensors - check temperatures"