add sensors and smartctl to system-toolbox
This commit is contained in:
parent
c310498465
commit
f869d04a46
2 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue