summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-06 18:11:08 +0200
committersmos <seth.mos@dds.nl>2012-06-06 18:11:08 +0200
commit83d807cbf0d7b948d517bf5fda814db6aab65120 (patch)
tree97911ee5eb46fc5311afe62980aa984440aa07b3 /etc
parent56a0c7373ae4cc75c77874750a25a7fae26e5593 (diff)
downloadpfsense-83d807cbf0d7b948d517bf5fda814db6aab65120.zip
pfsense-83d807cbf0d7b948d517bf5fda814db6aab65120.tar.gz
Trigger dyndns and ipsecdns updates through check_reload_status. IpsecDNS already performs a filter_configure() too.
Redmine ticket #1965
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 e0a8ef5..ccef792 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 "/usr/local/sbin/pfSctl -c 'filter reload'"
- command off "/usr/local/sbin/pfSctl -c 'filter reload'"
+ command on "/usr/local/sbin/pfSctl -c 'service dyndnsall reload';/usr/local/sbin/pfSctl -c 'service ipsecdns reload'"
+ command off "/usr/local/sbin/pfSctl -c 'service dyndnsall reload';/usr/local/sbin/pfSctl -c 'service ipsecdns reload'"
combine 10s
}
OpenPOWER on IntegriCloud