Hello,
I was wondering if it was possible to update the Prometheus-node packages on the v23 repos to be the newer version as your v24 based repos?
My be3600 has these versions.
root@GL-BE3600:~# opkg update
Downloading https://fw.gl-inet.com/releases/qsdk_v12.5/kmod-4.7/be3600-ipq53xx/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_core
Downloading https://fw.gl-inet.com/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/glinet/Packages.gz
Updated list of available packages in /var/opkg-lists/glinet_gli_pub
Downloading https://fw.gl-inet.com/releases/qsdk_v12.5/packages-4.x/ipq53xx/be9300/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/opnwrt_packages
Updating database.
Database update completed.
root@GL-BE3600:~# opkg list-installed | grep prometheus
prometheus-node-exporter-lua - 2024.06.16-2
prometheus-node-exporter-lua-hostapd_ubus_stations - 2024.06.16-2
prometheus-node-exporter-lua-hwmon - 2024.06.16-2
prometheus-node-exporter-lua-nat_traffic - 2024.06.16-2
prometheus-node-exporter-lua-netstat - 2024.06.16-2
prometheus-node-exporter-lua-openwrt - 2024.06.16-2
prometheus-node-exporter-lua-thermal - 2024.06.16-2
prometheus-node-exporter-lua-uci_dhcp_host - 2024.06.16-2
prometheus-node-exporter-lua-wifi - 2024.06.16-2
prometheus-node-exporter-lua-wifi_stations - 2024.06.16-2
root@GL-BE3600:~#
However my MT3000 running the v24 snapshot has these
root@GL-MT3000:~# opkg update
Downloading https://fw.gl-inet.com/releases/v24.x/24.10.2/mediatek/filogic/Packages.gz
Updated list of available packages in /var/opkg-lists/core
Downloading https://downloads.openwrt.org/releases/24.10.2/packages/aarch64_cortex-a53/base/Packages.gz
Updated list of available packages in /var/opkg-lists/base
Downloading https://downloads.openwrt.org/releases/24.10.2/packages/aarch64_cortex-a53/luci/Packages.gz
Updated list of available packages in /var/opkg-lists/luci
Downloading https://downloads.openwrt.org/releases/24.10.2/packages/aarch64_cortex-a53/packages/Packages.gz
Updated list of available packages in /var/opkg-lists/packages
Downloading https://downloads.openwrt.org/releases/24.10.2/packages/aarch64_cortex-a53/routing/Packages.gz
Updated list of available packages in /var/opkg-lists/routing
Downloading https://downloads.openwrt.org/releases/24.10.2/packages/aarch64_cortex-a53/telephony/Packages.gz
Updated list of available packages in /var/opkg-lists/telephony
Updating database.
Database update completed.
root@GL-MT3000:~# opkg list-installed | grep prometheus
prometheus-node-exporter-lua - 2025.07.15-r1
prometheus-node-exporter-lua-hostapd_ubus_stations - 2025.07.15-r1
prometheus-node-exporter-lua-hwmon - 2025.07.15-r1
prometheus-node-exporter-lua-nat_traffic - 2025.07.15-r1
prometheus-node-exporter-lua-netstat - 2025.07.15-r1
prometheus-node-exporter-lua-openwrt - 2025.07.15-r1
prometheus-node-exporter-lua-thermal - 2025.07.15-r1
prometheus-node-exporter-lua-uci_dhcp_host - 2025.07.15-r1
prometheus-node-exporter-lua-wifi - 2025.07.15-r1
prometheus-node-exporter-lua-wifi_stations - 2025.07.15-r1
root@GL-MT3000:~#
I’m seeing an inconsistency in how the exporter is performing between the two and I’m attempting to isolate the differences as a troubleshooting step.
