summaryrefslogtreecommitdiff
path: root/templates/show/monitoring/node.def
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@sentrium.io>2019-12-18 04:34:58 +0700
committerGitHub <noreply@github.com>2019-12-18 04:34:58 +0700
commit25e5b7433b5b7c6d47a9ddf929937dc0b9c05a78 (patch)
tree8e41633f5a6eb0b68d0dde9e55fc20cf7ccf8c9c /templates/show/monitoring/node.def
parent596ede052e49b81e8fee6ed1cfd8ff350f4c6837 (diff)
parent035dba8d5e32def40841e8df5f787eb9003ca20a (diff)
downloadvyatta-op-VyOS_1.2-2019Q4.tar.gz
vyatta-op-VyOS_1.2-2019Q4.zip
Merge pull request #32 from sever-sever/monitor-protocolVyOS_1.2-2019Q4
[monitoring] T832: Fix show monitoring
Diffstat (limited to 'templates/show/monitoring/node.def')
-rw-r--r--templates/show/monitoring/node.def12
1 files changed, 1 insertions, 11 deletions
diff --git a/templates/show/monitoring/node.def b/templates/show/monitoring/node.def
index 2c6587a..da81433 100644
--- a/templates/show/monitoring/node.def
+++ b/templates/show/monitoring/node.def
@@ -1,12 +1,2 @@
help: Show currently monitored services
-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
+run: vtysh -c "show debugging"