Debug clusterman monitoring

This commit is contained in:
Loïc Guégan 2024-02-07 16:33:20 +01:00
parent d27e0e652b
commit 69cd9b300b

View file

@ -19,6 +19,7 @@ for value in "${nodes[@]}"; do
node=$(echo "$value"|cut -d "/" -f 1)
ina260=$(echo "$value"|cut -d "/" -f 2)
ip=$(clusterman node list -g $node)
[ $? -ne 0 ] && { echo "$ip"; exit 1; }
[ "$1" == "off" ] && ssh testbed@${ip} touch ina260-zmq-publisher/publisher_${ina260}_break
[ "$1" == "on" ] && ssh testbed@${ip} rm -f ina260-zmq-publisher/publisher_${ina260}_break
done