From 5b4c2c39f33a35b46766881e99d90c9c01f472a2 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sat, 22 Oct 2022 14:06:57 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4931e3e..d8f28d5 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ In addition to RouterOS devices monitoring, MKTXP-Stack also rovides a preconfig Screenshot 2022-10-20 at 10 26 25 AM -For this to work, we basically need to configure our Mikrotik devices to send their logs to a specified log server target. For this, 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 basically need to configure our Mikrotik devices to send their logs to a specified log server target. \ +For this, 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