From 3ee8e128702de0111574e13819e614ec410cdb63 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 21 May 2022 21:45:52 +0200 Subject: op-mode: T4390: add nhrp and flow-accounting logging --- op-mode-definitions/monitor-log.xml.in | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) (limited to 'op-mode-definitions/monitor-log.xml.in') diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 6f82ce611..7ecce4f78 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -16,18 +16,18 @@ - Show log for Dynamic Host Control Protocol (DHCP) + Monitor last lines of Dynamic Host Control Protocol (DHCP) - Show log for DHCP server + Monitor last lines of DHCP server journalctl --no-hostname --follow --boot --unit isc-dhcp-server.service - Show DHCP client logs + Monitor last lines of DHCP client journalctl --no-hostname --follow --boot --unit "dhclient@*.service" @@ -46,18 +46,18 @@ - Show log for Dynamic Host Control Protocol IPv6 (DHCPv6) + Monitor last lines of Dynamic Host Control Protocol IPv6 (DHCPv6) - Show log for DHCPv6 server + Monitor last lines of DHCPv6 server journalctl --no-hostname --follow --boot --unit isc-dhcp-server6.service - Show DHCPv6 client logs + Monitor last lines of DHCPv6 client journalctl --no-hostname --follow --boot --unit "dhcp6c@*.service" @@ -74,12 +74,24 @@ + + + Monitor last lines of flow-accounting log + + journalctl --no-hostname --boot --follow --unit uacctd.service + Monitor last lines of Linux Kernel log journalctl --no-hostname --boot --follow --dmesg + + + Monitor last lines of NHRP log + + journalctl --no-hostname --boot --unit opennhrp.service + Monitor last lines of PPPoE log -- cgit v1.2.3