Esay way to check remote server status (whether it is up/down) from a list of servers using nmap
Suppose, serverlist is the file-name which contain all the list of servers. Enter below nmap command from your jumphost:-
nmap -iL serverlist -sP|grep up