57 Commits

Author SHA1 Message Date
Arseniy Kuznetsov
e473d1ee26 more netwatch metrics (#97) 2024-04-14 17:56:13 +02:00
Arseniy Kuznetsov
ae1ea85a2f kid control dhcp resolve 2024-04-09 20:32:18 +02:00
Arseniy Kuznetsov
6ced8428d2 kid control to monitor dynamic devices, optimisations/fixes 2024-04-02 08:12:00 +02:00
Leon Morten Richter
85068e7470 chore: drops label "last_seen" again 2024-03-29 11:07:47 +01:00
Leon Morten Richter
38cca12215 feat: adds additional metrics for DHCP: last-seen, client-id, active-mac-address 2024-03-24 11:41:53 +01:00
Arseniy Kuznetsov
64b91ec829 Shared default config (->#119) 2024-03-17 14:36:50 +01:00
Arseniy Kuznetsov
eff2d2b39b BGP labels (->#94) 2024-03-10 15:19:30 +01:00
Arseniy Kuznetsov
f70719d46f BGP session metrics 2024-03-03 14:20:03 +01:00
Arseniy Kuznetsov
5b513ee85f BGP metrics 2024-03-03 08:27:42 +01: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
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
Leon Morten Richter
fb54356220 teach mktxp to check for updates 2023-05-28 14:11:12 +02: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
cefa3335c1 initial wifiwave2 capsman support 2023-01-12 20:30:02 +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
660dd33369 simple queue, parallel router fetch as_completed , config autoupdate fixes 2022-12-30 21:00:13 +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
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
Leon Morten Richter
d813138bd8 adds capsman interface datasource 2022-10-21 14:08:35 +02:00
Arseniy Kuznetsov
a902c15b6f bug fixes 2022-10-02 12:34:54 +01:00
Arseniy Kuznetsov
76aa9acd9f bug fixes 2022-10-02 11:24:42 +01:00
Leon Morten Richter
99e05f1f70 replace None values with default values to prevent crashes 2022-10-01 14:51:45 +02:00
Leon Morten Richter
ef5ad1eb33 adds optional public IP address metric 2022-09-18 14:09:47 +02:00
Arseniy Kuznetsov
dc3f93896d metric_labels memoty leak fix, per #34 2022-09-17 15:59:18 +01:00
Arseniy Kuznetsov
ad3f4b2f5d adjusted dhcp metric name, for compatibiity with previous grafana dashboard version 2022-09-17 11:10:47 +01:00
Arseniy Kuznetsov
d0456eab19 expires_after cardinality, bug fixes 2022-09-17 09:43:46 +01:00
Arseniy Kuznetsov
f230c24c59 Merge pull request #31 from twiebe/add_linkdowns
Add link_downs metric to interface
2022-08-29 10:31:31 +01:00
Leon Morten Richter
6b142edec4 prevent dpulicate metrics for health collector 2022-08-20 13:32:45 +02:00
Leon Morten Richter
64f7d21032 adds connections datasource/collector 2022-08-20 12:51:03 +02:00
Thomas Wiebe
aed7b8377a Add link_downs to interface metrics
Link Downs can be useful to debug drops in established links,
even if they are only short.
2022-06-18 01:17:45 +02:00
Arseniy Kuznetsov
a515d51bbc Merge pull request #16 from mikalstill/add-sfp-temperature
Add monitoring of SFP temperatures.
2022-01-09 17:12:55 +01:00
Michael Still
e183f59ed3 Add monitoring of CPU temperature and fan speed. 2022-01-05 17:54:45 +11:00
Michael Still
af04e6c1cb Add monitoring of SFP temperatures.
This is useful when tracking thermal issues in a single SFP.
2022-01-05 16:58:21 +11:00