diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-09-06 17:43:33 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-10-27 17:11:28 -0500 |
commit | 333fc369c2ad8918ad703c10f042af378cc97f4e (patch) | |
tree | 4499e91f4ac7c55b77be542504cfaa45a86872e2 /templates/monitor/nat/masquerade | |
parent | c64eff46e6e69092bcb4f0d99d505700e61e4ecf (diff) | |
download | vyatta-op-333fc369c2ad8918ad703c10f042af378cc97f4e.tar.gz vyatta-op-333fc369c2ad8918ad703c10f042af378cc97f4e.zip |
Forground monitoring for many daemons
(cherry picked from commit b906651c85a7bf45c715727b2099151f08762ec8)
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.def | 1 | ||||
-rw-r--r-- | templates/monitor/nat/masquerade/rule/node.tag/node.def | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/templates/monitor/nat/masquerade/node.def b/templates/monitor/nat/masquerade/node.def new file mode 100644 index 0000000..80e942b --- /dev/null +++ b/templates/monitor/nat/masquerade/node.def @@ -0,0 +1,2 @@ +help: Monitor Masquerade NAT logs +run: "Monitor all Masquerade nat rules" diff --git a/templates/monitor/nat/masquerade/rule/node.def b/templates/monitor/nat/masquerade/rule/node.def new file mode 100644 index 0000000..543074f --- /dev/null +++ b/templates/monitor/nat/masquerade/rule/node.def @@ -0,0 +1 @@ +help: Monitor Masquerade NAT logs for a specified rule diff --git a/templates/monitor/nat/masquerade/rule/node.tag/node.def b/templates/monitor/nat/masquerade/rule/node.tag/node.def new file mode 100644 index 0000000..bc77a5b --- /dev/null +++ b/templates/monitor/nat/masquerade/rule/node.tag/node.def @@ -0,0 +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]" |