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