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 \ ENV PKGS_GENERAL="htop \
btop \ btop \
sysstat \ sysstat \
util-linux" util-linux \
lm_sensors \
smartmontools"
ENV PKGS_PROCESSES="procps-ng \ ENV PKGS_PROCESSES="procps-ng \
strace" strace"

View file

@ -57,3 +57,6 @@ echo "iftop - monitor network traffic per hosts"
echo echo
printTitle "Memory" printTitle "Memory"
printTitle "Storage" printTitle "Storage"
echo "smartctl - check smart disks interfaces"
printTitle "Hardware"
echo "sensors - check temperatures"