diff --git a/op-mode-definitions/show-monitoring.xml.in b/op-mode-definitions/show-monitoring.xml.in
index 2651b34387..9fd60e45ad 100644
--- a/op-mode-definitions/show-monitoring.xml.in
+++ b/op-mode-definitions/show-monitoring.xml.in
@@ -2,12 +2,68 @@
-
+
Show currently monitored services
- vtysh -c "show debugging"
-
+
+
+
+ Show currently monitored FRR services
+
+ vtysh -c "show debugging"
+
+
+
+ Show Zebra routing information
+
+ ${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"
+
+
+
+ Client information
+
+
+
+
+ Brief summary
+
+ ${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"
+
+
+
+
+
+ Zebra dataplane information
+
+ ${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"
+
+
+
+ Zebra router information
+
+
+
+
+ Zebra routing table information
+
+
+
+
+ Summary information
+
+ ${vyos_op_scripts_dir}/vtysh_wrapper.sh "show ${@:4}"
+
+
+
+
+
+
+
+
+
+
+
diff --git a/op-mode-definitions/show-zebra.xml.in b/op-mode-definitions/show-zebra.xml.in
deleted file mode 100644
index 69991a1d57..0000000000
--- a/op-mode-definitions/show-zebra.xml.in
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
- Show Zebra routing information
-
- ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
-
-
-
- Client information
-
-
-
-
- Brief Summary
-
- ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
-
-
-
-
-
- Zebra dataplane information
-
- ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
-
-
-
- Zebra Router Information
-
-
-
-
- Table Information about this Zebra Router
-
-
-
-
- Summary Information
-
- ${vyos_op_scripts_dir}/vtysh_wrapper.sh $@
-
-
-
-
-
-
-
-
-
-