Compare commits

..

1 Commits

Author SHA1 Message Date
oleg d7cf5fd7eb progress 2024-02-11 17:12:42 -05:00
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
0.5.4
0.5.5
+7 -4
View File
@@ -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"