#--------- XI 626 watchdog ---------------
# Check XI 626 blocked state manifested as invalid IEEE type
XI626_CHECK_DS=y

#--------- SSH watchdog -----------------
# If no interactive login will be made in this period (in minutes), the
# router will reboot.
SSH_LOGIN_THRESHOLD=720

# Check whether the local SSH is functioning (initiates key handshake)
SSH_CHECK_LOOPBACK=y


# Daemons from /etc/init.d/ which are checked. Name of the initscript must
# be the same as the name of the pidfile in /var/run
CHECK_DAEMONS="lighttpd dnsmasq"

#--------- Conntrack watchdog -----------------
# Options for conntrack listing
CONNTRACK_LISTING_OPTIONS="--sort --limit 30"

# Dump conntracks from these networks
CONNTRACK_NETWORKS="10.102.0.0/16 172.24.0.0/16 172.25.0.0/16"

# Send e-mail after the router starts up to:
BOOT_MAIL_TO=poruchy@klfree.net

