#network availability check script
import os
print ("This is a network availability checker script\n")
ip_check = input("Please enter host IP or URL, sparated by space and press Enter\n").split()
for ip in ip_check:
response = os.popen (f"ping {ip}").read()
if " Received = 4" in response:
print (f"HOST IS UP {ip} Ping was Successful")
else:
print (f"HOST IS DOWN {ip} Ping was Unsuccessful")
print ("\nThank you and have a nice day!")
In questa pagina del sito puoi guardare il video online Simple python script for network availability check with Ping Verification della durata di ore minuti seconda in buona qualità , che l'utente ha caricato CP Breeze Tech 13 agosto 2022, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 302 volte e gli è piaciuto 4 spettatori. Buona visione!