Add script 'show-nfs-clients.sh'.

This commit is contained in:
2020-03-05 11:51:08 +01:00
parent b27b0aa937
commit bcc375d1d0
3 changed files with 309 additions and 33 deletions

View File

@ -1,33 +0,0 @@
# -------------------------------------------
# - 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"

View File

@ -0,0 +1,20 @@
# -----------------------------------------
# - Settings for script show-nfs-clients.sh
# -----------------------------------------
# NFS_SERVER_IPV4
#
# The IP-Address where the nfs clients are connected
#
# If not given, script tries to determin th ip-address
#
#NFS_SERVER_IPV4=""
# NFS_SERVER_PORT
#
# The Port where the nfs service is listen
#
# Default: NFS_SERVER_PORT=2049
#
#NFS_SERVER_PORT=2049