Add script 'show-nfs-clients.sh'.
This commit is contained in:
@ -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"
|
20
conf/show-nfs-clients.conf.sample
Normal file
20
conf/show-nfs-clients.conf.sample
Normal 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
|
Reference in New Issue
Block a user