From f972e73f6540ee0693eabb5f8bb27f9ee151f834 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 19 Jan 2023 09:05:46 +0100 Subject: [PATCH 1/6] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 417c800..d997cdc 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Connecting to router MKT-LR@10.**.*.** ```` ## MKTXP system configuration -In case you need more control on how MKTXP is run, it can be done via editing the `_mktxp.conf` file. This allows things like changing the port and other impl-related parameters, enable parallel router fetching and configurable scrapes timeouts, etc. +In case you need more control on how MKTXP is run, it can be done via editing the `_mktxp.conf` file. This allows things like changing the port 💡 and other impl-related parameters, enable parallel router fetching and configurable scrapes timeouts, etc. As before, for local installation the editing can be done directly from mktxp: ``` mktxp edit -i @@ -219,7 +219,7 @@ mktxp edit -i max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only) total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only) ``` - +💡 *When changing the default mktxp port for [docker-based installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust your `docker run -p ...` to reflect the new port* ## Grafana dashboard Now with your RouterOS metrics being exported to Prometheus, it's easy to visualize them with this [Grafana dashboard](https://grafana.com/grafana/dashboards/13679) From f363c5e5ebea8b534a3c9800a02f82bff519df4a Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 19 Jan 2023 09:07:09 +0100 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d997cdc..e138107 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ mktxp edit -i max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only) total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only) ``` -💡 *When changing the default mktxp port for [docker-based installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust your `docker run -p ...` to reflect the new port* +💡 *When changing the default mktxp port for [docker-based installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the `docker run ... -p ...` command to reflect the new port* ## Grafana dashboard Now with your RouterOS metrics being exported to Prometheus, it's easy to visualize them with this [Grafana dashboard](https://grafana.com/grafana/dashboards/13679) From 737f95499735810c25ac9fcedfb5455ecc751df6 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 19 Jan 2023 09:08:16 +0100 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e138107..43c709d 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ mktxp edit -i max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only) total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only) ``` -💡 *When changing the default mktxp port for [docker-based installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the `docker run ... -p ...` command to reflect the new port* +💡 *When changing the default mktxp port for [docker image installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the `docker run ... -p ...` command to reflect the new port* ## Grafana dashboard Now with your RouterOS metrics being exported to Prometheus, it's easy to visualize them with this [Grafana dashboard](https://grafana.com/grafana/dashboards/13679) From dc27e9c3f7fd8315243620a41df50229466b0f00 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 19 Jan 2023 09:15:45 +0100 Subject: [PATCH 4/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43c709d..55ed1c1 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ mktxp edit -i max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only) total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only) ``` -💡 *When changing the default mktxp port for [docker image installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the `docker run ... -p ...` command to reflect the new port* +💡 *When changing the default mktxp port for [docker image installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the initial `docker run ... -p 49090:49090 ...` command to reflect the new port* ## Grafana dashboard Now with your RouterOS metrics being exported to Prometheus, it's easy to visualize them with this [Grafana dashboard](https://grafana.com/grafana/dashboards/13679) From 42e083693788763300b9ddc84403ec4a39a1ba69 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 19 Jan 2023 09:16:52 +0100 Subject: [PATCH 5/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55ed1c1..99ff3e0 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ mktxp edit -i max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only) total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only) ``` -💡 *When changing the default mktxp port for [docker image installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the initial `docker run ... -p 49090:49090 ...` command to reflect the new port* +💡 *When changing the default mktxp port for [docker image installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the `docker run ... -p 49090:49090 ...` command to reflect the new port* ## Grafana dashboard Now with your RouterOS metrics being exported to Prometheus, it's easy to visualize them with this [Grafana dashboard](https://grafana.com/grafana/dashboards/13679) From 63f5d827f56a01fe1a2bd49b1169136819cf5e65 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 19 Jan 2023 09:47:39 +0100 Subject: [PATCH 6/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ff3e0..7d964ec 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ mktxp edit -i max_scrape_duration = 10 # Max duration of individual routers' metrics collection (parallel fetch only) total_max_scrape_duration = 30 # Max overall duration of all metrics collection (parallel fetch only) ``` -💡 *When changing the default mktxp port for [docker image installs](https://github.com/akpw/mktxp#docker-image-install), you'll also need to adjust the `docker run ... -p 49090:49090 ...` command to reflect the new port* +💡 *When changing the default mktxp port for [docker image installs](https://github.com/akpw/mktxp#docker-image-install), you'll need to adjust the `docker run ... -p 49090:49090 ...` command to reflect the new port* ## Grafana dashboard Now with your RouterOS metrics being exported to Prometheus, it's easy to visualize them with this [Grafana dashboard](https://grafana.com/grafana/dashboards/13679)