summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-04-24 18:29:45 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-04-24 18:30:08 -0400
commitbd9f5fcabd4092d1a625265e80280b695a7e7ff2 (patch)
tree1a58eba2895976afa6f1b87efcedc1098376f4b7 /etc
parent04b46591f61a41171aa3bbd01c426ef4bcd5c3f5 (diff)
downloadpfsense-bd9f5fcabd4092d1a625265e80280b695a7e7ff2.zip
pfsense-bd9f5fcabd4092d1a625265e80280b695a7e7ff2.tar.gz
Specify complete path to touch to avoid: apinger: command (touch /tmp/filter_dirty) exited with status: 1
Diffstat (limited to 'etc')
-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 b35a4a2..af040d4 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -86,8 +86,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 "/usr/bin/touch /tmp/filter_dirty"
+ command off "/usr/bin/touch /tmp/filter_dirty"
combine 10s
}
OpenPOWER on IntegriCloud