From 65ed3065fe2c3dc96f0d50f07f252e0bcdb66683 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sat, 22 Oct 2022 14:11:47 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 279a5dd..d154a7c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ In addition to RouterOS devices monitoring, MKTXP-Stack also rovides a preconfig Screenshot 2022-10-20 at 10 26 25 AM -To make it work, we basically need to configure our Mikrotik devices to send their logs to a specified log server target. Let's first configure the corresponding remote action (replace XX.XX.XX.XX with your docker-compose host IP address): +To make it work, we need to configure our Mikrotik devices to send their logs to a specified log server target. Let's first configure the corresponding remote action (replace XX.XX.XX.XX with your docker-compose host IP address): ``` /system logging action set remote bsd-syslog=yes name=remote remote=XX.XX.XX.XX remote-port=514 src-address=0.0.0.0 syslog-facility=local0 syslog-severity=auto target=remote