Labels

Tuesday, July 22, 2025

Added Some Collections to the FLINT 2 Router

I decided to add a way to gather statistics on the wireless connection to Connect in my apartment.  I found that luci-app-statistics uses collectd to gather system statistics and uses rrdtool to display them.  I installed luci-app-statistics and collectd on the FLINT2 Router.  Since I have an MQTT server running on port 1883 of the EXP-PiHole RPi, I decided to open up icmp to WAN (port 10) and WAN2 (port 9) on Edgerouter-12.  I then added passthrough of MQTT (1883) to WAN (port 10) on Edgerouter-12 to EXP-PiHole.  I am not sure if WAN2 will pick up the same passthrough message to port 1883; that I will have to test separately. I also installed the following packages on FLINT2: collectd-mod-cpu, collectd-mod-ethstat, collectd-mod-interface, collectd-mod-ipstatistics, collectd-mod-iwinfo, collectd-mod-load, collectd-mod-memory, collectd-mod-mqtt, collectd-mod-network, collectd-mod-rrdtool, collectd-mod-thermal, collectd-mod-uptime, and collectd-mod-wireless.

Update: I have removed the collectd items from FLINT2 because it appeared that it was slowing down the download/upload throughput.