summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2011-09-08 18:16:26 -0500
committerJohn Southworth <john.southworth@vyatta.com>2011-10-27 17:11:29 -0500
commit84ae9aa94236447898f2b92020a93363a934e03e (patch)
tree36f7609ff92a6e6de9850e9b55308b163e61a6e6 /templates
parentd1e8329f612f1547c6d08a041c0bd12f7da54fa2 (diff)
downloadvyatta-op-84ae9aa94236447898f2b92020a93363a934e03e.tar.gz
vyatta-op-84ae9aa94236447898f2b92020a93363a934e03e.zip
Move 'show debugging' to 'show monitoring protocols' to reflect new debugging layout
(cherry picked from commit c831e2addd7389339ebc5918b0eb564a93265799)
Diffstat (limited to 'templates')
-rw-r--r--templates/show/monitoring/node.def1
-rw-r--r--templates/show/monitoring/protocols/bgp/node.def2
-rw-r--r--templates/show/monitoring/protocols/node.def2
-rw-r--r--templates/show/monitoring/protocols/ospf/node.def2
-rw-r--r--templates/show/monitoring/protocols/ospfv3/node.def2
-rw-r--r--templates/show/monitoring/protocols/rib/node.def2
-rw-r--r--templates/show/monitoring/protocols/rip/node.def2
-rw-r--r--templates/show/monitoring/protocols/ripng/node.def2
8 files changed, 15 insertions, 0 deletions
diff --git a/templates/show/monitoring/node.def b/templates/show/monitoring/node.def
new file mode 100644
index 0000000..33a9848
--- /dev/null
+++ b/templates/show/monitoring/node.def
@@ -0,0 +1 @@
+help: Show currently monitored services
diff --git a/templates/show/monitoring/protocols/bgp/node.def b/templates/show/monitoring/protocols/bgp/node.def
new file mode 100644
index 0000000..c49f095
--- /dev/null
+++ b/templates/show/monitoring/protocols/bgp/node.def
@@ -0,0 +1,2 @@
+help: Show Border Gateway Protocol (BGP) debugging flags
+run: vtysh -c "show debugging bgp"
diff --git a/templates/show/monitoring/protocols/node.def b/templates/show/monitoring/protocols/node.def
new file mode 100644
index 0000000..c57e348
--- /dev/null
+++ b/templates/show/monitoring/protocols/node.def
@@ -0,0 +1,2 @@
+help: Show route protocol debugging flags
+
diff --git a/templates/show/monitoring/protocols/ospf/node.def b/templates/show/monitoring/protocols/ospf/node.def
new file mode 100644
index 0000000..68b7738
--- /dev/null
+++ b/templates/show/monitoring/protocols/ospf/node.def
@@ -0,0 +1,2 @@
+help: Show Open Shortest Path First (OSPF) protocol debugging flags
+run: vtysh -c "show debugging ospf"
diff --git a/templates/show/monitoring/protocols/ospfv3/node.def b/templates/show/monitoring/protocols/ospfv3/node.def
new file mode 100644
index 0000000..fcf9a12
--- /dev/null
+++ b/templates/show/monitoring/protocols/ospfv3/node.def
@@ -0,0 +1,2 @@
+help: Show IPv6 Open Shortest Path First (OSPFv3) protocol debugging flags
+run: vtysh -c "show debugging ospf6"
diff --git a/templates/show/monitoring/protocols/rib/node.def b/templates/show/monitoring/protocols/rib/node.def
new file mode 100644
index 0000000..cf5b3c7
--- /dev/null
+++ b/templates/show/monitoring/protocols/rib/node.def
@@ -0,0 +1,2 @@
+help: Show Routing Information Base (RIB) debugging flags
+run: vtysh -c "show debugging zebra"
diff --git a/templates/show/monitoring/protocols/rip/node.def b/templates/show/monitoring/protocols/rip/node.def
new file mode 100644
index 0000000..7474745
--- /dev/null
+++ b/templates/show/monitoring/protocols/rip/node.def
@@ -0,0 +1,2 @@
+help: Show Routing Information Protocol (RIP) debugging flags
+run: vtysh -c "show debugging rip"
diff --git a/templates/show/monitoring/protocols/ripng/node.def b/templates/show/monitoring/protocols/ripng/node.def
new file mode 100644
index 0000000..7900bb7
--- /dev/null
+++ b/templates/show/monitoring/protocols/ripng/node.def
@@ -0,0 +1,2 @@
+help: Show RIPNG protocol debugging flags
+run: vtysh -c "show debugging ripng"