summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-02-22 10:11:24 -0800
committerJohn Southworth <john.southworth@vyatta.com>2012-02-22 10:11:24 -0800
commit271020f565dcc7f5506b63a61222374fe44e9dde (patch)
tree3470b53e5abfed8b5a68568f197919c69856a614
parentc4ede891598898c6595e17f5ceda29ad0e7fcffb (diff)
downloadvyatta-op-271020f565dcc7f5506b63a61222374fe44e9dde.tar.gz
vyatta-op-271020f565dcc7f5506b63a61222374fe44e9dde.zip
Add headers to show montioring command
-rw-r--r--templates/show/monitoring/node.def9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/show/monitoring/node.def b/templates/show/monitoring/node.def
index 2e38feb..2c6587a 100644
--- a/templates/show/monitoring/node.def
+++ b/templates/show/monitoring/node.def
@@ -1,7 +1,12 @@
help: Show currently monitored services
-run: echo "Background monitoring sessions:"
+run: echo "------------------------------"
+ echo "Background monitoring sessions"
+ echo "------------------------------"
${vyatta_bindir}/vyatta-monitor-list
+ echo
+ echo "------------------------------"
+ echo " Protocol monitoring status"
+ echo "------------------------------"
for proto in bgp ospf rip ospfv3 ripng; do
show monitoring protocols $proto
done
-