Changes of Revision 11
[-] [+] | Changed | check_rhev-hosts_and_checkALL.patch |
@@ -30,7 +30,7 @@ + ssh.set_missing_host_key_policy(paramiko.AutoAddPolicy()) + try: + ssh.connect(hosts[i],username=user,password=passw) -+ stdin, stdout, stderr = ssh.exec_command(VDSM_COMMAND + ' -s 0 list table|awk \'{print $(NF-1)","$NF}\'') ++ stdin, stdout, stderr = ssh.exec_command(VDSM_COMMAND + ' -s 0 list table|awk \'{print $3","$4}\'') + data = stdout.readlines() + output= "" + down = 0 |