diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-04 16:10:49 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-04 16:10:49 +0200 |
commit | 2e9d188a49a45e17b266b885ae712b564bb59c8d (patch) | |
tree | fba4183b7645b76cbc571bbbfde7df69f14b9003 /op-mode-definitions/show-monitoring.xml | |
parent | 10d7e3d236a59de490947cdf772f9c23cf59200b (diff) | |
download | vyos-1x-2e9d188a49a45e17b266b885ae712b564bb59c8d.tar.gz vyos-1x-2e9d188a49a45e17b266b885ae712b564bb59c8d.zip |
op-mode: T2546: add "show monitoring" command
Diffstat (limited to 'op-mode-definitions/show-monitoring.xml')
-rw-r--r-- | op-mode-definitions/show-monitoring.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/op-mode-definitions/show-monitoring.xml b/op-mode-definitions/show-monitoring.xml new file mode 100644 index 000000000..2651b3438 --- /dev/null +++ b/op-mode-definitions/show-monitoring.xml @@ -0,0 +1,13 @@ +<?xml version="1.0"?> +<interfaceDefinition> + <node name="show"> + <children> + <leafNode name="monitoring"> + <properties> + <help>Show currently monitored services</help> + </properties> + <command>vtysh -c "show debugging"</command> + </leafNode> + </children> + </node> +</interfaceDefinition> |