summaryrefslogtreecommitdiff
path: root/templates/monitor/nat/masquerade
diff options
context:
space:
mode:
Diffstat (limited to 'templates/monitor/nat/masquerade')
-rw-r--r--templates/monitor/nat/masquerade/node.def2
-rw-r--r--templates/monitor/nat/masquerade/rule/node.def1
-rw-r--r--templates/monitor/nat/masquerade/rule/node.tag/node.def3
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]"