diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-23 15:54:53 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-23 15:54:55 +0100 |
commit | 47cdcc9f7be06c81829dff4b99a4a5c7ab054082 (patch) | |
tree | 2b12d4bc01d82bc54ebb53c9ec79a9e196a402bc /op-mode-definitions/show-system-info.xml | |
parent | 52e20fa562968dcfd7b524031f0cad2b6f4fff57 (diff) | |
download | vyos-1x-47cdcc9f7be06c81829dff4b99a4a5c7ab054082.tar.gz vyos-1x-47cdcc9f7be06c81829dff4b99a4a5c7ab054082.zip |
op-mode: move 'show system-integrity' to 'show system integrity'
Change is done b/c it is super annoying when tab-completing with system tree
and you are permanently hanging in there due to system-integrity.
Diffstat (limited to 'op-mode-definitions/show-system-info.xml')
-rw-r--r-- | op-mode-definitions/show-system-info.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/op-mode-definitions/show-system-info.xml b/op-mode-definitions/show-system-info.xml index ade3829f2..61c947bbe 100644 --- a/op-mode-definitions/show-system-info.xml +++ b/op-mode-definitions/show-system-info.xml @@ -51,6 +51,13 @@ </children> </node> + <leafNode name= "integrity"> + <properties> + <help>Checks overall system integrity</help> + </properties> + <command>sudo ${vyos_op_scripts_dir}/system_integrity.py</command> + </leafNode> + <leafNode name="kernel-messages"> <properties> <help>Show messages in kernel ring buffer</help> |