diff options
author | Daniil Baturin <daniil.baturin@vyatta.com> | 2012-01-04 02:09:06 +0700 |
---|---|---|
committer | Daniil Baturin <daniil.baturin@vyatta.com> | 2012-01-04 02:09:06 +0700 |
commit | 34fe3d2a20e9b8ce1dceaed3942dcc9fe19a6297 (patch) | |
tree | 49e60f16f6bc9432c03521caed1074cd462cf0f4 /templates/monitor/nat/destination/background | |
parent | 4a6f78625e451d1192c8e4b2e2e577705219bd81 (diff) | |
download | vyatta-op-34fe3d2a20e9b8ce1dceaed3942dcc9fe19a6297.tar.gz vyatta-op-34fe3d2a20e9b8ce1dceaed3942dcc9fe19a6297.zip |
Update NAT monitor templates.
Diffstat (limited to 'templates/monitor/nat/destination/background')
3 files changed, 4 insertions, 4 deletions
diff --git a/templates/monitor/nat/destination/background/node.def b/templates/monitor/nat/destination/background/node.def index 745b70b..9c60d84 100644 --- a/templates/monitor/nat/destination/background/node.def +++ b/templates/monitor/nat/destination/background/node.def @@ -1 +1 @@ -help: Monitor Destination NAT in the background +help: Monitor destination NAT in the background diff --git a/templates/monitor/nat/destination/background/start/node.def b/templates/monitor/nat/destination/background/start/node.def index a3a310c..599c54c 100644 --- a/templates/monitor/nat/destination/background/start/node.def +++ b/templates/monitor/nat/destination/background/start/node.def @@ -1,2 +1,2 @@ -help: Start background Destination NAT monitoring -run: ${vyatta_bindir}/vyatta-monitor-background NAT-DEST "\[NAT-[0-9]*-DNAT\]" +help: Start background destination NAT monitoring +run: ${vyatta_bindir}/vyatta-monitor-background NAT-DEST "\[NAT-DST-[0-9]*-*\]" diff --git a/templates/monitor/nat/destination/background/stop/node.def b/templates/monitor/nat/destination/background/stop/node.def index a139d6c..a3e13ff 100644 --- a/templates/monitor/nat/destination/background/stop/node.def +++ b/templates/monitor/nat/destination/background/stop/node.def @@ -1,2 +1,2 @@ -help: Stop background Destination NAT monitoring +help: Stop background destination NAT monitoring run: ${vyatta_bindir}/vyatta-monitor-background-stop NAT-DEST |