diff options
Diffstat (limited to 'templates/monitor/nat/source/background')
-rw-r--r-- | templates/monitor/nat/source/background/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/nat/source/background/start/node.def | 4 | ||||
-rw-r--r-- | templates/monitor/nat/source/background/stop/node.def | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/monitor/nat/source/background/node.def b/templates/monitor/nat/source/background/node.def index 37d5ea4..a28968f 100644 --- a/templates/monitor/nat/source/background/node.def +++ b/templates/monitor/nat/source/background/node.def @@ -1 +1 @@ -help: Monitor Source NAT in the background +help: Monitor source NAT in the background diff --git a/templates/monitor/nat/source/background/start/node.def b/templates/monitor/nat/source/background/start/node.def index e68ceb4..962c766 100644 --- a/templates/monitor/nat/source/background/start/node.def +++ b/templates/monitor/nat/source/background/start/node.def @@ -1,2 +1,2 @@ -help: Start background monitoring of Source NAT -run: ${vyatta_bindir}/vyatta-monitor-background NAT-SOURCE "\[NAT-[0-9]*-SNAT\]" +help: Start background monitoring of source NAT +run: ${vyatta_bindir}/vyatta-monitor-background NAT-SOURCE "\[NAT-SRC-[0-9]*-*\]" diff --git a/templates/monitor/nat/source/background/stop/node.def b/templates/monitor/nat/source/background/stop/node.def index bfecd57..fc02c10 100644 --- a/templates/monitor/nat/source/background/stop/node.def +++ b/templates/monitor/nat/source/background/stop/node.def @@ -1,2 +1,2 @@ -help: Stop background monitoring of Source NAT +help: Stop background monitoring of source NAT run: ${vyatta_bindir}/vyatta-monitor-background-stop NAT-SOURCE |