From 211644aafc3866ff7dd1723eb4718cf53ca5feaa Mon Sep 17 00:00:00 2001 From: Christian Poessinger <christian@poessinger.com> Date: Sun, 24 Apr 2022 10:57:03 +0200 Subject: op-mode: T4390: add "monitor log kernel" command --- op-mode-definitions/monitor-log.xml.in | 6 ++++++ 1 file changed, 6 insertions(+) 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> -- cgit v1.2.3