summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-07 19:36:53 +0000
committerErmal <eri@pfsense.org>2010-09-07 19:36:53 +0000
commit0ae6daf8342d8a07d33bf6677ce9a228530defac (patch)
tree11e06c8535944fa24ba9ee9f8fba8e6d42380a0b /etc/inc/gwlb.inc
parent298e5e0ab913f32759805b5dc5ba204eb3795609 (diff)
downloadpfsense-0ae6daf8342d8a07d33bf6677ce9a228530defac.zip
pfsense-0ae6daf8342d8a07d33bf6677ce9a228530defac.tar.gz
Use the new events mechanisms to dispatch events.
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 848a62c..4235145 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -82,8 +82,8 @@ rrd interval 60s;
## These parameters can be overriden in a specific alarm configuration
alarm default {
- command on "/usr/bin/touch /tmp/filter_dirty"
- command off "/usr/bin/touch /tmp/filter_dirty"
+ command on "/usr/local/sbin/pfSctl -c 'filter reload'"
+ command off "/usr/local/sbin/pfSctl -c 'filter reload'"
combine 10s
}
OpenPOWER on IntegriCloud