From d1071c1207973ee37bbdbc90047f2a7b63ebb4ef Mon Sep 17 00:00:00 2001 From: John Southworth Date: Wed, 22 Feb 2012 08:49:05 -0800 Subject: Bugfix 2581: show protocol debugging summary with 'show monitoring' --- templates/show/monitoring/node.def | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/show/monitoring/node.def b/templates/show/monitoring/node.def index 9c16edc..2e38feb 100644 --- a/templates/show/monitoring/node.def +++ b/templates/show/monitoring/node.def @@ -1,2 +1,7 @@ help: Show currently monitored services -run: ${vyatta_bindir}/vyatta-monitor-list +run: echo "Background monitoring sessions:" + ${vyatta_bindir}/vyatta-monitor-list + for proto in bgp ospf rip ospfv3 ripng; do + show monitoring protocols $proto + done + -- cgit v1.2.3