Für wiederkehrendes Prüfen, ob Netzwerkverbindungen erreichbar sind, gibt es hier ein kleines Shellscript: root@hostname:~$ cat checkconnection.sh #!/bin/bash #title :checkconnection.sh #description :checks network connectivity to specified host:port tupples. #author :maximilian.riess@riess-group.de #date :20160201 #version :1.1 #usage mehr…