revisions of isolation-check
Some checks failed
Runner Isolation Check / isolation-test (push) Has been cancelled
Some checks failed
Runner Isolation Check / isolation-test (push) Has been cancelled
This commit is contained in:
@@ -83,7 +83,7 @@ jobs:
|
|||||||
172.18.0.1 172.19.0.1 172.20.0.1 172.21.0.1 172.22.0.1 172.23.0.1 \
|
172.18.0.1 172.19.0.1 172.20.0.1 172.21.0.1 172.22.0.1 172.23.0.1 \
|
||||||
172.24.0.1 192.168.1.185; do
|
172.24.0.1 192.168.1.185; do
|
||||||
echo -n "$subnet ... "
|
echo -n "$subnet ... "
|
||||||
ping -4 -n -c 1 -W 250 $subnet >/dev/null 2>&1 && echo -n "ping response . "
|
ping -4 -n -c 1 -W 0.250 $subnet >/dev/null 2>&1 && echo -n "ping response . "
|
||||||
curl -m 1 http://$subnet/ >/dev/null 2>&1 && echo -n "HTTP response . "
|
curl -m 1 http://$subnet/ >/dev/null 2>&1 && echo -n "HTTP response . "
|
||||||
curl -m 1 http://$subnet:8098/docker-compose.yaml >/dev/null 2>&1 && echo -n "HTTP 8098 response . "
|
curl -m 1 http://$subnet:8098/docker-compose.yaml >/dev/null 2>&1 && echo -n "HTTP 8098 response . "
|
||||||
echo ''
|
echo ''
|
||||||
|
|||||||
Reference in New Issue
Block a user