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"