| 28 Dec 2025 |
hexa (clat on linux when) | ask on #dn42 on hackint instead | 21:16:09 |
| 30 Dec 2025 |
| @ohchase:envs.net changed their profile picture. | 13:03:29 |
@marcel:envs.net | You can peer with dn42. We also use nixos | 16:07:17 |
@marcel:envs.net | Feel free to dm me | 16:08:23 |
| jappie changed their display name from jasper @ 39c3 ☎️ 62749 to jasper. | 23:38:40 |
| jappie | 23:40:10 |
| 31 Dec 2025 |
Charles | So my router runs NixOS and my ISP sets a monthly data cap for combined upload and download. I want to add some monitoring so I can see how much data each device on the LAN is using over time. Ideally the monitoring data would take the form of prometheus metrics. Figured I'd post about this here in case anyone happens to know an easy path to accomplishing this before I spend too much time digging into figuring it out on my own | 21:57:41 |
hexa (clat on linux when) | vnstat does per interface metrics | 21:58:13 |
Charles | * So my router runs NixOS and my ISP sets a monthly data cap for combined upload and download. I want to add some monitoring so I can see how much data each device on the LAN is transceiving to/from the WAN over time. Ideally the monitoring data would take the form of prometheus metrics. Figured I'd post about this here in case anyone happens to know an easy path to accomplishing this before I spend too much time digging into figuring it out on my own | 21:58:18 |
hexa (clat on linux when) | ipt_netflow can generate flowdata if you want higher granularity | 21:58:31 |
Charles | i don't think per interface is granular enough, and node exporter captures that already | 22:00:07 |
K900 | ntopng possibly | 22:00:17 |
Charles | i will look at both of these things, thanks | 22:03:37 |
Charles | ntopng looks like a solid off the shelf do everything solution so i guess i'll start there lol | 22:08:05 |