From b2485aa1abfbbb348aae521eb019477ffdfa856a Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Wed, 8 Nov 2023 14:35:45 +0100 Subject: [PATCH] Update ping-hosts.ps1 --- scripts/ping-hosts.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ping-hosts.ps1 b/scripts/ping-hosts.ps1 index 003aa4f0..257852cd 100644 --- a/scripts/ping-hosts.ps1 +++ b/scripts/ping-hosts.ps1 @@ -13,7 +13,7 @@ #> try { - [string]$hosts = "Amnesiac,ArchLinux,Berlin,Boston,Brother,Canon,Castor,Cisco,Epson,Fedora,Fireball,Firewall,fritz.box,Gateway,Hippo,Io,Jarvis,Jenkins01,Jenkins02,LA,Laptop,Jupiter,Mars,Mercury,Miami,Mobile,NY,Paris,Pluto,Proxy,R2D2,Rocket,Rome,Router,Server,SmartPhone,SmartWatch,Sunnyboy,Tablet,Ubuntu,Vega,Venus,Xerox,Zeus" # sorted alphabetically + [string]$hosts = "Amnesiac,ArchLinux,Berlin,Boston,Brother,Canon,Castor,Cisco,Epson,Fedora,Fireball,Firewall,fritz.box,Gateway,Hippo,Io,Jarvis,Jenkins01,Jenkins02,LA,Laptop,Jupiter,Mars,Mercury,Miami,Mobile,NY,OctoPi,Paris,Pluto,Printer,Proxy,R2D2,Raspberry,Rocket,Rome,Router,Server,SmartPhone,SmartWatch,Sunnyboy,Tablet,Ubuntu,Vega,Venus,XRX,Zeus" # sorted alphabetically [int]$timeout = 600 # milliseconds $hostsArray = $hosts.Split(",") $count = $hostsArray.Count