Hi all πββοΈ!
Unfortunately I left a debug line in the code which caused some offline/online detection issues, so Iβm pushing out a hotfix now (sorry about that). Thanks to everyone who reported weird behavior so quickly.
Iβve also added a static code check to catch that particular debug line in the future, as I use it frequently when troubleshooting scanning issues.
I've also re-did all the container paths in the docs from jokob-sk/netalertx to netalertx/netalertx as I moved the repo to an org.
π§ Hotfix Summary
- Removes leftover debug logic affecting device state changes
- Restores proper offline/online detection behavior
If youβre already seeing strange presence/status updates, please pull the latest image and restart your container.
π§ͺ Want new features sooner?
If you like living on the slightly adventurous side and want fixes/features earlier, consider running the dev image and help test ongoing changes so issues get caught before they hit production π
β οΈ Please backup everything and create a CSV export of your devices before proceeding β especially if you plan to use your existing database.
services:
netalertx:
image: "ghcr.io/netalertx/netalertx-dev:latest"Running dev and notice something odd?
Open an issue or drop feedback β it genuinely helps stabilize upcoming releases π
Thanks again everyone for testing and reporting issues so quickly β€οΈ
π Upcoming Breaking Changes
Sometimes I have to introduce breaking changes.
Warning
- πΊ NEXT RELEASE REMOVAL: The SYNC plugin node port will change to the value of the
GRAPHQL_PORTsetting. Both ports are currently supported, so please update your configuration to use the new port inSYNC_hub_urlandSYNC_nodes. - πΊ NEXT RELEASE REMOVAL: If you have implemented external applications using the [OLD API endpoints](https://docs.netalertx.com/API_OLD), please migrate to the [NEW API endpoints](https://docs.netalertx.com/API/).
β¨ Fixes and Improvements
- Incorrect online detection caused by debug code #1489
- Clearing plugin objects was not possible #1487
- Small CSS fixes on the device details page top boxes
Full Changelog: v26.2.4...v26.2.6