Add script 'check-connectivity.sh'.

This commit is contained in:
2020-03-04 17:35:07 +01:00
parent 8c8cbba378
commit 67b6587917
2 changed files with 512 additions and 0 deletions

View File

@ -0,0 +1,33 @@
# -------------------------------------------
# - Settings for script check-connectivity.sh
# -------------------------------------------
# - IPV6_PRESENT
# -
# - Possible values: true/false
# -
# - Example:
# - IPV6_PRESENT=false
# -
# - Default value: true
# -
#IPV6_PRESENT=true
# - DNS_CHECK_HOSTS
# -
# - Blank sepatated list of hostnames checked by lokal nameservice simply
# - for their ip-addresses
# -
# - Defaults to: DNS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de"
# -
#DNS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de www.debian.org"
# - HTTPS_CHECK_HOSTS
# -
# - Blank sepatated list of websites which will be checked for accessibility
# -
# - Defaults to: HTTPS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de"
# -
#HTTPS_CHECK_HOSTS="www.oopen.de www.google.com www.heise.de www.debian.org"