48 lines
1.2 KiB
Plaintext
48 lines
1.2 KiB
Plaintext
# ---------------------------------------------------------------
|
|
# - Parameter Settings for script 'set_remote_munin_server_ip.sh'.
|
|
# ----------------------------------------------------------------
|
|
|
|
# - MUNIN_CONF_FILE
|
|
# -
|
|
# - Location of munin-node.conf file
|
|
# -
|
|
# - Defaults to MUNIN_CONF_FILE="/etc/munin/munin-node.conf"
|
|
# -
|
|
#MUNIN_CONF_FILE="/etc/munin/munin-node.conf"
|
|
|
|
|
|
# - IPT_IPV4_CONF_FILE
|
|
# -
|
|
# - Location of configuration file for IPv4 firewall (iptables)
|
|
# -
|
|
# - Defaults to IPT_IPV4_CONF_FILE="/etc/ipt-firewall/main_ipv4.conf"
|
|
# -
|
|
#IPT_IPV4_CONF_FILE="/etc/ipt-firewall/main_ipv4.conf"
|
|
|
|
|
|
# - IPT_IPV6_CONF_FILE
|
|
# -
|
|
# - Location of configuration file for IPv6 firewall (ip6tables)
|
|
# -
|
|
# - Defaults to IPT_IPV6_CONF_FILE="/etc/ipt-firewall/main_ipv6.conf"
|
|
# -
|
|
#IPT_IPV6_CONF_FILE="/etc/ipt-firewall/main_ipv6.conf"
|
|
|
|
|
|
# - IPV4_FIREWALL_SCRIPT
|
|
# -
|
|
# - Location of IPv4 firewall script
|
|
# -
|
|
# - Defaults to IPV4_FIREWALL_SCRIPT="/usr/local/sbin/ipt-firewall-server"
|
|
# -
|
|
#IPV4_FIREWALL_SCRIPT="/usr/local/sbin/ipt-firewall-server"
|
|
|
|
|
|
# - IPV6_FIREWALL_SCRIPT
|
|
# -
|
|
# - Location of IPv6 firewall script
|
|
# -
|
|
# - Defaults to IPV6_FIREWALL_SCRIPT="/usr/local/sbin/ip6t-firewall-server"
|
|
# -
|
|
#IPV6_FIREWALL_SCRIPT="/usr/local/sbin/ip6t-firewall-server"
|