Commit Graph

102 Commits

Author SHA1 Message Date
Arseniy Kuznetsov
fcbb033ab2 Merge pull request #103 from vgropp/phy-temp
CRS312-4C+8XG Phy temp and fan3/fan4
2024-01-22 17:31:28 +01:00
Arseniy Kuznetsov
f7246a7d85 Merge pull request #107 from mjkantti/capsman_new_wifi
Add Parsing of the routeros version for capsman metrics
2024-01-22 17:30:53 +01:00
mjkantti
3f7dd92407 created os_version function, renamed functions with ambiguous names 2024-01-21 17:38:10 +09:00
Arseniy Kuznetsov
c5900d604d upgrade firmware version 2024-01-20 10:37:00 +01:00
Martti
9017d65152 Fix Check order 2024-01-20 02:47:34 +00:00
mjkantti
6d912fd450 Update system_resource_ds.py 2024-01-20 11:25:02 +09:00
mjkantti
23b55b266c Add Parsing of the routeros version for capsman metrics 2024-01-20 10:49:54 +09:00
Volker Gropp
a3309741d9 add fan3 and fan4 2023-12-26 15:42:52 +01:00
Volker Gropp
e61092f926 phy temperature support 2023-12-26 15:41:17 +01:00
Arseniy Kuznetsov
b38d099212 kid control fixes 2023-12-18 15:20:33 +01:00
Arseniy Kuznetsov
39ec208ff8 Dual-CAPsMAN support, routerOS 7.13 2023-12-11 12:25:24 +01:00
Arseniy Kuznetsov
aea9ce2855 RouterOS version 7.13 support 2023-12-06 17:47:24 +01:00
Arseniy Kuznetsov
039be422ba Merge pull request #101 from urbanserj/wifi-qcom
Add support for RouterOS version 7.13
2023-12-06 16:47:23 +01:00
Arseniy Kuznetsov
7255305f05 kid control metrics 2023-12-04 15:03:10 +01:00
Sergey Urbanovich
7232f33968 Add support for RouterOS version 7.13
As of RouterOS version 7.13, `/interface/wifiwave2` has been renamed to
`/interface/wifi`.

> !) wifi - split existing "wifiwave2" package into separate packages
> "wifi-qcom", "wifi-qcom-ac", and include required utilities for WiFi
> management into bundle;

Please see links below for more information:

[1] https://mikrotik.com/download/changelogs/testing-release-tree
[2] https://help.mikrotik.com/docs/display/ROS/WiFi
2023-12-01 00:31:29 -08:00
wim.fournier
2a55ee9780 add comment 2023-11-03 08:56:06 +01:00
wim.fournier
79ed4bfb5e formatting 2023-11-03 08:49:45 +01:00
Wim Fournier
5e02af8be4 Add MAC address to make metrics unique 2023-11-02 21:28:03 +01:00
Wim Fournier
408dd715c5 Added metrics for kid-control devices 2023-11-02 21:22:48 +01:00
Arseniy Kuznetsov
ab3d4abb97 switch-temperature 2023-07-01 11:17:16 +01:00
Arseniy Kuznetsov
bdcf2c985f tx-rate workaround 2023-06-30 10:09:48 +01:00
Leon Morten Richter
7d63fcba85 onyl fetch available ROS version once per hour 2023-05-30 11:07:12 +02:00
Leon Morten Richter
fb54356220 teach mktxp to check for updates 2023-05-28 14:11:12 +02:00
Arseniy Kuznetsov
985e976b82 bandwidth test default, fixes 2023-03-20 07:52:46 +01:00
Sergey Urbanovich
ca71399b96 Add mac_address label to all wlan/capsman metrics
`dhcp_name` is not sufficient to identify wireless clients. DHCP Host
Name Option (Code 12) is not required to be unique. As a result, it's
possible to have multiple metrics with exactly same labels. Adding
`mac_address` label to all wlan/capsman metrics allows to identify
the clients.

```
mktxp_wlan_clients_signal_strength{dhcp_name="xyz",routerboard_address="a.b.c.d",routerboard_name="foobar"} -63.0
mktxp_wlan_clients_signal_strength{dhcp_name="xyz",routerboard_address="a.b.c.d",routerboard_name="foobar"} -64.0
mktxp_wlan_clients_signal_strength{dhcp_name="xyz",routerboard_address="a.b.c.d",routerboard_name="foobar"} -65.0
```

vs.

```
mktxp_wlan_clients_signal_strength{dhcp_name="xyz",mac_address="11:22:33:44:55:AA",routerboard_address="a.b.c.d",routerboard_name="foobar"} -63.0
mktxp_wlan_clients_signal_strength{dhcp_name="xyz",mac_address="11:22:33:44:55:BB",routerboard_address="a.b.c.d",routerboard_name="foobar"} -64.0
mktxp_wlan_clients_signal_strength{dhcp_name="xyz",mac_address="11:22:33:44:55:CC",routerboard_address="a.b.c.d",routerboard_name="foobar"} -65.0
```
2023-03-14 21:01:17 -07:00
Arseniy Kuznetsov
fa515acd3a action key check 2023-02-14 21:20:42 +01:00
Arseniy Kuznetsov
9a381d028c connections stats collector / cmd output, remote dhcp resolver, fixes / optimizations 2023-02-04 20:48:51 +01:00
Arseniy Kuznetsov
01ded0f497 fixes/optimizations 2023-01-17 08:21:34 +01:00
Arseniy Kuznetsov
7b2e18b609 interface monitor optimisations/wifiwave2 support 2023-01-15 17:25:17 +01:00
Arseniy Kuznetsov
e27305e736 remote dhcp info resolution (wireless/capsman), more wifiwave2 support 2023-01-14 17:33:04 +01:00
Arseniy Kuznetsov
cbdaf51a95 initial wifiwave2 capsman support 2023-01-12 20:32:52 +01:00
Arseniy Kuznetsov
cefa3335c1 initial wifiwave2 capsman support 2023-01-12 20:30:02 +01:00
Arseniy Kuznetsov
208fc9e1eb custom config files directory 2023-01-04 16:29:50 +01:00
nioram
8592db09bc Merge branch 'main' of github.com:nioram/mktxp into main 2023-01-03 11:57:26 +00:00
nioram
af6006fe42 added power-consumption in healtg collector 2023-01-03 11:55:30 +00:00
Arseniy Kuznetsov
0159c47fb3 async router fetch, configurable timeouts 2023-01-01 10:30:09 +01:00
Arseniy Kuznetsov
660dd33369 simple queue, parallel router fetch as_completed , config autoupdate fixes 2022-12-30 21:00:13 +01:00
Leon Morten Richter
866751ad64 fetch routers in parallel (optionally) 2022-12-28 14:18:42 +01:00
0x4D616E75
68a2b692f7 add support for FreeBSD 2022-12-19 16:18:38 +01:00
Arseniy
235069f7d3 version change 2022-12-16 09:40:55 +01:00
Leon Morten Richter
f9313a0074 Mikrotik renamed the field signal_strength to signal when using wifiwave2. 2022-12-11 14:14:23 +01:00
Arseniy Kuznetsov
a93ec2939d Queue tree / Active Users collectors, fixes 2022-12-10 17:47:17 +01:00
Arseniy Kuznetsov
f5c43a9dd0 initial WifiWave2 support+installed packages collector 2022-11-20 14:50:42 +01:00
Arseniy Kuznetsov
9a30555e39 optional ipv6 firewall, disabled by default 2022-11-14 20:50:26 +01:00
Arseniy Kuznetsov
2953cf418a optional ipv6 firewall, disabled by default 2022-11-14 20:35:00 +01:00
Arseniy Kuznetsov
cc3fd26ae2 default ipv6 2022-11-14 19:52:55 +01:00
Leon Morten Richter
4888597c96 fix correct filter path for IPv6 firewall 2022-11-13 14:48:45 +01:00
Leon Morten Richter
2122c17ce3 fix typo 2022-11-13 14:44:07 +01:00
Leon Morten Richter
70e5a64469 add IPv6 reachable addresses 2022-11-13 13:36:58 +01:00
Leon Morten Richter
0a500f12c4 add IPv6 firewall records 2022-11-13 12:17:07 +01:00