Files
spielplatz/nummer5/nummer5-hosts-alive.sh
2024-02-29 11:45:54 +01:00

13 lines
212 B
Bash
Executable File

#!/bin/bash
. hosts.conf
for host in $hosts; do
if ping -c 1 -W 1 "$host" >/dev/null; then
echo "$host is alive"
else
echo "$host is pining for the fjords"
fi
done
nomad node status