mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-03 00:45:35 +02:00
Improved the output
This commit is contained in:
parent
d8351499d2
commit
2db0e4f347
@ -6,10 +6,11 @@ echo ""
|
|||||||
hostnamectl
|
hostnamectl
|
||||||
echo " Uptime: `uptime --pretty` since `uptime --since`"
|
echo " Uptime: `uptime --pretty` since `uptime --since`"
|
||||||
echo " HDD Temperature: `hddtemp --unit=C /dev/sda`"
|
echo " HDD Temperature: `hddtemp --unit=C /dev/sda`"
|
||||||
echo ""
|
echo "-------------------------------------------------------------------------------"
|
||||||
|
landscape-sysinfo
|
||||||
|
echo "-------------------------------------------------------------------------------"
|
||||||
free -h
|
free -h
|
||||||
|
echo "-------------------------------------------------------------------------------"
|
||||||
echo "\n+++ Checking S.M.A.R.T. +++"
|
|
||||||
smartctl --smart=on --nocheck=standby --offlineauto=on --health /dev/sda
|
smartctl --smart=on --nocheck=standby --offlineauto=on --health /dev/sda
|
||||||
|
|
||||||
echo "\n+++ Checking Filesystem +++"
|
echo "\n+++ Checking Filesystem +++"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user