summaryrefslogtreecommitdiff
path: root/op-mode-definitions
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-04-24 10:57:03 +0200
committerChristian Poessinger <christian@poessinger.com>2022-04-24 10:57:03 +0200
commit211644aafc3866ff7dd1723eb4718cf53ca5feaa (patch)
tree3ec66a736b106ff333f5c18a82041be0164eb7cb /op-mode-definitions
parent090dc7e67b31f3dd1977a260c3106a6b610659ae (diff)
downloadvyos-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.in6
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>