diff options
-rwxr-xr-x | share/hydra/whereis | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/hydra/whereis b/share/hydra/whereis index ec34e34..c5af517 100755 --- a/share/hydra/whereis +++ b/share/hydra/whereis @@ -90,3 +90,10 @@ if which geoiplookup &> /dev/null; then echo "" geoiplookup $LAYER.$DOMAIN fi + +# Service status +echo "" +echo "Ping response" +echo "----------------------------------------------------------------------------------" +echo "" +ping -q -n -c 1 $LAYER.$DOMAIN | tail -n 2 |