summaryrefslogtreecommitdiffstats
path: root/conf.default
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2007-06-27 19:37:11 +0000
committerScott Ullrich <sullrich@pfsense.org>2007-06-27 19:37:11 +0000
commitb1d7bc0178c3ab96273cfe4266eb5d168fcef49c (patch)
tree11dbfd4829c8eee5c391190c6b6164ff30901d44 /conf.default
parent8fc63cd85d228fee1480f2fdda0ab4c5dd14e051 (diff)
downloadpfsense-b1d7bc0178c3ab96273cfe4266eb5d168fcef49c.zip
pfsense-b1d7bc0178c3ab96273cfe4266eb5d168fcef49c.tar.gz
Reset SLBD every 5 hours to avoid 100% cpu utilization Ticket #1316
Diffstat (limited to 'conf.default')
-rw-r--r--conf.default/config.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml
index 8c03c3a..ba35c8f 100644
--- a/conf.default/config.xml
+++ b/conf.default/config.xml
@@ -34,7 +34,7 @@
<desc>Disable sending IPv6 redirects</desc>
<tunable>net.inet6.ip6.redirect</tunable>
<value>0</value>
- </item>
+ </item>
<item>
<desc>Generate SYN cookies for outbound SYN-ACK packets</desc>
<tunable>net.inet.tcp.syncookies</tunable>
@@ -688,6 +688,15 @@
<who>root</who>
<command>/etc/ping_hosts.sh</command>
</item>
+ <item>
+ <minute>*/300</minute>
+ <hour>*</hour>
+ <mday>*</mday>
+ <month>*</month>
+ <wday>*</wday>
+ <who>root</who>
+ <command>/usr/local/bin/reset_slbd.sh</command>
+ </item>
</cron>
<wol>
<!--
OpenPOWER on IntegriCloud