summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-09-02 20:07:23 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-09-02 20:07:23 +0000
commitd97e6033ae9b43e1c123dac70abd56d3e88d2ad9 (patch)
tree30a853ccf5ea9109c5b4f4659e2ee5e1b2ab473a /etc
parent3cb54b54c0fbee25afdb3b4b3f87b50ead24c13c (diff)
downloadpfsense-d97e6033ae9b43e1c123dac70abd56d3e88d2ad9.zip
pfsense-d97e6033ae9b43e1c123dac70abd56d3e88d2ad9.tar.gz
Commit forgotten change so we use the proper script for filter reloads.
Maybe failover works now :)
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/gwlb.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index 51af085..c0c5857 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 "touch /tmp/filter_dirty"
- command off "touch /tmp/filter_dirty"
+ command on "/etc/rc.filter_configure"
+ command off "/etc/rc.filter_configure"
combine 10s
}
@@ -213,4 +213,4 @@ function return_gateways_status() {
return($status);
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud