diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-12 12:30:24 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:29 -0500 |
commit | 3de34f9578e04f849f809329f7128a99e8010990 (patch) | |
tree | 68517fc749fc5d06d329b70d45e24013222c76e3 /templates/monitor/nat/masquerade | |
parent | 5ffdcf0fce813c75443dad86a2537d3fe6036c66 (diff) | |
download | vyatta-op-3de34f9578e04f849f809329f7128a99e8010990.tar.gz vyatta-op-3de34f9578e04f849f809329f7128a99e8010990.zip |
Forground monitoring for nat
(cherry picked from commit f2b1229509cedbc5d201afb83a73dd142f98ddda)
Diffstat (limited to 'templates/monitor/nat/masquerade')
-rw-r--r-- | templates/monitor/nat/masquerade/node.def | 2 | ||||
-rw-r--r-- | templates/monitor/nat/masquerade/rule/node.tag/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/monitor/nat/masquerade/node.def b/templates/monitor/nat/masquerade/node.def index 80e942b..2749d7c 100644 --- a/templates/monitor/nat/masquerade/node.def +++ b/templates/monitor/nat/masquerade/node.def @@ -1,2 +1,2 @@ help: Monitor Masquerade NAT logs -run: "Monitor all Masquerade nat rules" +run: ${vyatta_bindir}/vyatta-monitor NAT-MASQ "\[NAT-[0-9]*-MASQ\]" diff --git a/templates/monitor/nat/masquerade/rule/node.tag/node.def b/templates/monitor/nat/masquerade/rule/node.tag/node.def index bc77a5b..3920027 100644 --- a/templates/monitor/nat/masquerade/rule/node.tag/node.def +++ b/templates/monitor/nat/masquerade/rule/node.tag/node.def @@ -1,3 +1,3 @@ help: Monitor Masquerade NAT logs for a specified rule allowed: local -a ARR=$(cli-shell-api listEffectiveNodes service nat rule); echo "${ARR[@]}" -run: echo "Monitor [NAT-$4-$6]" +run: ${vyatta_bindir}/vyatta-monitor NAT-MASQ-RULE-$5 "\[NAT-$5-MASQ\]" |