Changeset 202 for drbl-virt/sbin/check_drbl_client.sh
- Timestamp:
- Aug 30, 2010, 2:18:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/check_drbl_client.sh
r200 r202 20 20 21 21 # [Main] 22 drbl_sshkey 22 23 for client_IP in $client_IPs 23 24 do 24 25 # local variables 25 client_hostname="$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | awk '{print $2}')"26 client_hostname="$(cat $Work_Home/etc/IP_HOST_TABLE | grep -v "#" | grep $client_IP | awk '{print $2}')" 26 27 IP_status="online" 27 28 client_CPU_core=""
Note: See TracChangeset
for help on using the changeset viewer.