diff options
-rw-r--r-- | op-mode-definitions/monitor-log.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/op-mode-definitions/monitor-log.xml.in b/op-mode-definitions/monitor-log.xml.in index 2e5439414..8f3f73478 100644 --- a/op-mode-definitions/monitor-log.xml.in +++ b/op-mode-definitions/monitor-log.xml.in @@ -312,19 +312,19 @@ <properties> <help>Monitor last lines of Vector Packet Processor log</help> </properties> - <command>journalctl --no-hostname --boot --unit vpp.service</command> + <command>journalctl --no-hostname --boot --follow --unit vpp.service</command> </leafNode> <leafNode name="vrrp"> <properties> <help>Monitor last lines of Virtual Router Redundancy Protocol log</help> </properties> - <command>journalctl --no-hostname --boot --unit keepalived.service</command> + <command>journalctl --no-hostname --boot --follow --unit keepalived.service</command> </leafNode> <leafNode name="webproxy"> <properties> <help>Monitor last lines of Webproxy log</help> </properties> - <command>journalctl --no-hostname --boot --unit squid.service</command> + <command>journalctl --no-hostname --boot --follow --unit squid.service</command> </leafNode> </children> </node> |