Inital Comit Upload Config Files
This commit is contained in:
18
scripts/homelab/server-status.sh
Executable file
18
scripts/homelab/server-status.sh
Executable file
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "===== SERVER STATUS ====="
|
||||
echo
|
||||
|
||||
ssh root@10.0.0.15 "
|
||||
echo 'Uptime:'
|
||||
uptime
|
||||
echo
|
||||
echo 'Memory:'
|
||||
free -h
|
||||
echo
|
||||
echo 'Disk:'
|
||||
df -h
|
||||
"
|
||||
|
||||
echo
|
||||
read -n 1 -s -r -p "Taste drücken zum Schließen..."
|
||||
Reference in New Issue
Block a user