progress
This commit is contained in:
parent
a58f15d9d9
commit
e4480fcae4
@ -1 +1 @@
|
||||
0.5.4
|
||||
0.5.5
|
||||
@ -19,10 +19,8 @@ Hosts="${Hosts} cloud14.cvtt.vpn"
|
||||
Hosts="${Hosts} cloud15.cvtt.vpn"
|
||||
Hosts="${Hosts} cloud16.cvtt.vpn"
|
||||
Hosts="${Hosts} cloud17.cvtt.vpn"
|
||||
# Hosts="${Hosts} cloud19.cvtt.vpn"
|
||||
# Hosts="${Hosts} cloudstore.cvtt.vpn"
|
||||
Hosts="${Hosts} cloud21.cvtt.vpn"
|
||||
Hosts="${Hosts} cloud22.cvtt.vpn"
|
||||
Hosts="${Hosts} cloud22.cryptovaltrading.com"
|
||||
|
||||
Hosts="${Hosts} cvttdata.cvtt.vpn"
|
||||
Hosts="${Hosts} cryptoval1.cvtt.vpn"
|
||||
@ -54,7 +52,12 @@ function storage_check() {
|
||||
|
||||
for host in ${Hosts}
|
||||
do
|
||||
Cmd="ssh $host"
|
||||
if [[ "${host}" == *"cryptovaltrading.com" ]]; then
|
||||
port=7822
|
||||
else
|
||||
port=22
|
||||
fi
|
||||
Cmd="ssh -p ${port} $host"
|
||||
Cmd="${Cmd} eval \"df -hTl"
|
||||
Cmd="${Cmd} -x squashfs"
|
||||
Cmd="${Cmd} | grep -v tmpfs"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user