diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-04-24 10:57:03 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-04-24 10:57:03 +0200 |
commit | 211644aafc3866ff7dd1723eb4718cf53ca5feaa (patch) | |
tree | 3ec66a736b106ff333f5c18a82041be0164eb7cb /op-mode-definitions | |
parent | 090dc7e67b31f3dd1977a260c3106a6b610659ae (diff) | |
download | vyos-1x-211644aafc3866ff7dd1723eb4718cf53ca5feaa.tar.gz vyos-1x-211644aafc3866ff7dd1723eb4718cf53ca5feaa.zip |
op-mode: T4390: add "monitor log kernel" command
Diffstat (limited to 'op-mode-definitions')
-rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 5d60e69c9..8a051d49a 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -14,6 +14,12 @@ </properties> <command>grc journalctl --no-hostname --follow --boot</command> </node> + <leafNode name="kernel"> + <properties> + <help>Monitor last lines of Linux Kernel log</help> + </properties> + <command>journalctl --no-hostname --boot --follow --dmesg</command> + </leafNode> <node name="protocol"> <properties> <help>Monitor log for Routing Protocols</help> |