From ca3c2a180ff9cddd25e068b7ce2960b612d5fdee Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sat, 22 Oct 2022 16:30:24 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0df5ce1..849ad20 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,9 @@ docker-compose -f ./docker-compose-mktxp-stack.yml up -d Now give the containers some time to start up and point your Web browser to [Grafana](http://localhost:3000).\ You should see the default MKTXP Dashboard:\ -\ - +  -#### Mikrotik Centralized Logging +#### Mikrotik Centralized Logging configuration In addition to RouterOS devices monitoring, MKTXP-Stack provides a preconfigured [syslog-ng](https://www.syslog-ng.com/) / [promtail](https://grafana.com/docs/loki/latest/clients/promtail/) / [Loki](https://grafana.com/docs/loki/latest) stack to send logs from your Mikrotik RouterOS devices to a centralized location: Screenshot 2022-10-20 at 10 26 25 AM @@ -79,7 +78,7 @@ Unless you already done it during the previous [MKTXP Exporter configuration](ht docker-compose -f ./docker-compose-mktxp-stack.yml up -d ``` As soon as the containers are up & running, just point your Web browser to included [Grafana dashboards](http://localhost:3000/dashboards) and open the one called "Mikrotik Loki Logs". - +  ## Alternative docker-compose configurations The project offers multiple [ocker-compose files to load only relevant parts of the stack as actually required.