add sensors and smartctl to system-toolbox

This commit is contained in:
Maciej Lebiest 2023-11-07 22:08:23 +01:00
parent c310498465
commit f869d04a46
2 changed files with 6 additions and 1 deletions

View file

@ -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"

View file

@ -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"