diff options
author | Seth Mos <seth.mos@xs4all.nl> | 2008-09-19 19:18:40 +0000 |
---|---|---|
committer | Seth Mos <seth.mos@xs4all.nl> | 2008-09-19 19:18:40 +0000 |
commit | 4f9b0f01d4766f7760e4b14daa4be4598df1f743 (patch) | |
tree | 6a6c7e2350d038e56b2dd2819f940a9db56814a1 | |
parent | ae5143a7c6cc00ca5e3f53db86eb659e718dfa72 (diff) | |
download | pfsense-4f9b0f01d4766f7760e4b14daa4be4598df1f743.zip pfsense-4f9b0f01d4766f7760e4b14daa4be4598df1f743.tar.gz |
Filter_configure takes too long to run on embedded and this seems to
upset apinger?
-rw-r--r-- | etc/inc/gwlb.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc index 838b886..aca5afb 100644 --- a/etc/inc/gwlb.inc +++ b/etc/inc/gwlb.inc @@ -75,8 +75,8 @@ rrd interval 60s; ## These parameters can be overriden in a specific alarm configuration alarm default { - command on "/etc/rc.filter_configure" - command off "/etc/rc.filter_configure" + command on "touch /tmp/filter_dirty" + command off "touch /tmp/filter_dirty" combine 10s } |