summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2013-04-12 19:56:55 +0000
committerErmal <eri@pfsense.org>2013-04-12 19:56:55 +0000
commit36777fe42c2c3c77a7d56c189d91adb5df9ff8b8 (patch)
treee89d68563d5b19727ad9e5b92ab499b250aa38c4 /etc/inc/gwlb.inc
parentfcb21a7ad27fc95a40e2f1def7fae769f9802a5e (diff)
downloadpfsense-36777fe42c2c3c77a7d56c189d91adb5df9ff8b8.zip
pfsense-36777fe42c2c3c77a7d56c189d91adb5df9ff8b8.tar.gz
Use apinger macros to send the gateway name for openvpn and dyndns. Ipsec will reload all of it since its single process
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index b2be6c4..adce745 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -91,7 +91,7 @@ rrd interval 60s;
## These parameters can be overridden in a specific alarm configuration
alarm default {
- command on "/usr/local/sbin/pfSctl -c 'service reload dyndns %T' -c 'service reload ipsecdns %T' -c 'service reload openvpn %T' -c 'filter reload' "
+ command on "/usr/local/sbin/pfSctl -c 'service reload dyndns %T' -c 'service reload ipsecdns' -c 'service reload openvpn %T' -c 'filter reload' "
command off "/usr/local/sbin/pfSctl -c 'service reload dyndnsall' -c 'service reload ipsecdns' -c 'service reload openvpn' -c 'filter reload' "
combine 10s
}
OpenPOWER on IntegriCloud