|
7 | 7 |
|
8 | 8 | ## Description
|
9 | 9 | MKTXP is a Prometheus Exporter for Mikrotik RouterOS devices.\
|
10 |
| -It gathers and exports a rich set of metrics and configurable data transformations across multiple routers, all easily configurable via built-in CLI interface. |
| 10 | +It gathers and exports a rich set of metrics across multiple routers, all easily configurable via built-in CLI interface. |
11 | 11 |
|
12 |
| -Apart from exporting to Prometheus, MKTXP can also print some of the metrics directly on the command line (see an example below). |
| 12 | +Apart from exporting to Prometheus, MKTXP can also print selected metrics directly on the command line (see an example below). |
13 | 13 |
|
14 | 14 | For effortless visualization of the RouterOS metrics exported to Prometheus, MKTXP comes with a dedicated [Grafana dashboard](https://grafana.com/grafana/dashboards/13679):
|
15 | 15 |
|
@@ -87,7 +87,7 @@ The default configuration file comes with a sample configuration, making it easy
|
87 | 87 | user = True # Active Users metrics
|
88 | 88 | queue = True # Queues metrics
|
89 | 89 |
|
90 |
| - remote_dhcp_entry = None # An MKTXP entry for remote DHCP info resolution (capsman/wireless) |
| 90 | + remote_dhcp_entry = None # An MKTXP entry for remote DHCP info resolution in capsman/wireless |
91 | 91 |
|
92 | 92 | use_comments_over_names = True # when available, forces using comments over the interfaces names
|
93 | 93 | ```
|
@@ -333,6 +333,12 @@ mktxp is running as pid 36704
|
333 | 333 | ````
|
334 | 334 | ❯ mktxp -h
|
335 | 335 | usage: MKTXP [-h] [--cfg-dir CFG_DIR] {info, edit, export, print, show, } ...
|
| 336 | +
|
| 337 | +Prometheus Exporter for Mikrotik RouterOS |
| 338 | +
|
| 339 | +optional arguments: |
| 340 | + -h, --help show this help message and exit |
| 341 | + --cfg-dir CFG_DIR MKTXP config files directory (optional) |
336 | 342 | ````
|
337 | 343 | To learn more about individual commands, just run it with ```-h```:
|
338 | 344 | For example, to learn everything about ````mktxp show````:
|
|
0 commit comments