From b1d7bc0178c3ab96273cfe4266eb5d168fcef49c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 27 Jun 2007 19:37:11 +0000 Subject: Reset SLBD every 5 hours to avoid 100% cpu utilization Ticket #1316 --- cf/conf/config.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cf/conf') diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 7d749c0..b369985 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -34,7 +34,7 @@ Disable sending IPv6 redirects net.inet6.ip6.redirect 0 - + Generate SYN cookies for outbound SYN-ACK packets net.inet.tcp.syncookies @@ -697,6 +697,15 @@ root /etc/ping_hosts.sh + + */300 + * + * + * + * + root + /usr/local/bin/reset_slbd.sh + -- cgit v1.1